.tl-booking-container {
    max-width: 1440px;
    margin: 0 auto;
}

.bookmarks {
    padding: 0;
    list-style: none;
    display: flex;
    margin: 14px 0;
}

.bookmarks p {
    padding: 0 10px;
    margin: 0 auto;
    font-family: "ALS Hauss", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #333948;
    text-transform: uppercase;
}

.bookmarks li.active {
    text-decoration: none;
    cursor: default;
    background: #B87A41;
}
.bookmarks li.active p {
    color: #FFFFFF;
}

.bookmarks li {
    box-sizing: border-box;
    cursor: pointer;
    height: 54px;
    width: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    margin-right: 21px;
    border: 1px solid #B87A41;
}

.bookmarks li:last-child {
    margin-right: 0;
}

#tl-hotel-select {
    display: none;
}

@media(max-width: 480px) {
    .bookmarks {
        flex-direction: column;
    }

    .bookmarks li {
        margin-top: 10px;
        max-width: 100%;
        margin-right: 0;
    }
}
