.modal-alert-content{
    text-align:center;
}

.modal-alert-buttons{
    display:flex;
    justify-content:center;
}

.modal-alert-button{
    background:#164698;
    color:#fff;
    font-family:Muli, Arial, sans-serif;
    font-size:17px;
    border-radius:8px;

    padding: 8px 60px;

    flex:0 0 auto;      /* ← toto zabrání natažení */
    text-align:center;
    cursor:pointer;
}

.modal-alert-button:hover{
    background:#133d84;
}

.header-search-form-tab-text-ellipsis {
    color: #000000 !important;
}

.hotel-room-picker-container.result-form-box-wrapper {
    background-color: transparent;
}

.hotel-room-picker-group {
    border: none;
}