/*
    Theme Name: Hotel Eureka
    Description: Dedykowany motyw dla Hotelu Eureka w Sopocie.
    Author: CUI Politechniki Gdańskiej
    Author URI: https://cui.pg.edu.pl/
    Version: 1.0
    Requires PHP: 8.2
*/

.navbar-nav .nav-item:last-of-type{
    margin-right: calc(var(--bs-navbar-nav-link-padding-x) * -1);
}

/** center embeded,image in row */
.wp-block-image.aligncenter{
    margin: auto;
}

.wp-block-embed.aligncenter {
    display: flex;
    justify-content: center;
}

#reservation-widget-end-day-input,
#reservation-widget-start-day-input{
    opacity: 0;
}