#booking_book_now_text {
    color: rgba(0,0,0,0.3);
    -webkit-text-stroke: 1px white;
    background-image: url('https://slategray-grouse-860046.hostingersite.com/wp-content/uploads/2025/01/5ceda103f1854cd754f7ccb2a6b92b08.jpg');
    background-clip: text;
    background-position: 50% 50%;
    position: absolute;
    z-index: 10;
}

#booking_book_now_text_copy {
    position: relative;
    top: 0.11rem;
    left: 0.11rem;
}

#booking_book_now_text_container {
    display: flex;
    position: relative;
}

.learn-more-about-this-package-button>a {
    font-weight: normal;
}
.me-travel-dropdown {
    background-color: white;
    border-radius: 10px;
    cursor: pointer;
    width: 30%;
    overflow: hidden;
    transition: height 0.35s ease-in-out;
}

.me-travel-dropdown .dropdown-head-row {
    display: flex;
    padding: 0.3rem 0.5rem;
    border-bottom: 1px solid var(--wp--preset--color--grey);
}

.me-travel-dropdown .dropdown-number {
    flex-grow: 1;
    text-align: center;
    font-weight: 500;
}

.me-travel-dropdown .dropdown-arrow {
    flex-grow: 0;
    color: var(--wp--preset--color--accent-3);
}

.me-travel-dropdown .dropdown-number, .me-travel-dropdown .dropdown-arrow {
    user-select: none;
}

.me-travel-dropdown .options-list {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}

.me-travel-dropdown .options-list .options-item {
    width: 100%;
    text-align: center;
    background-color: white;
}

.me-travel-dropdown .options-list .options-item:hover {
    background-color: var(--wp--preset--color--grey);
}

#calendar_selection .calendar-head {
    border-radius: 12px 12px 0 0;
}

#calendar_selection .calendar-body {
    row-gap: 1rem;
    padding: 0.5rem 0 1rem 0;
    border-radius: 0 0 12px 12px;
}

#calendar_selection .calendar-body p {
    text-align: center;
}

#calendar_selection .month-selection-arrow {
    user-select: none;
    cursor: pointer;
}
