.visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.tours__item-heading,
.question-heading {
    margin: 0;
    padding: 0;
    font: inherit;
}

.tours__item-img-source {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    pointer-events: none;
}

.tours__item-text-info {
    margin: 0;
    padding: 0;
}

.filter-count {
    margin-left: 1px;
    position: inherit;
    right: 0 !important;
    font-weight: bold;
}

.tours__item-text-info-row dt,
.tours__item-text-info-row dd {
    margin: 0;
    color: #1a1a1a;
    font-family: Lato, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
}

.tours__item-text-info-row dt {
    width: 50px;
}

.tours__item-text-info-row dd {
    width: 82px;
    text-align: right;
}

.tours__item-text-info-row .get_tour_modal,
.question-heading .question-btn,
.tours__item-accommodation-tooltip-close {
    border: 0;
    background: transparent;
    color: inherit;
    font: inherit;
}

.question-heading {
    width: 100%;
}

.question-heading .question-btn {
    cursor: pointer;
}

.tour-page__orange-item h3 {
    margin: 0;
    color: inherit;
    font: inherit;
}

.article__interaction-point-stars span {
    display: block;
    width: 25px;
    height: 25px;
    margin: 0 3px;
}

.review-gallery-source {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
}

.tour-days-container {
    margin: 0;
    padding: 0;
}

.tour-day-item {
    list-style: none;
}

.tour-day-header {
    width: 100%;
    border: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    text-align: left;
}

.tour-day-title {
    margin: 0;
}

.tour-day-heading,
.tour-day-subtitle {
    display: block;
}

.tour-day-content {
    overflow: hidden;
    transition: all 0.3s ease;
}

.categories-form__field label {
    display: block;
    margin-bottom: 10px;
    color: #fff;
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
}

.categories-form__field label b {
    color: #ff7a00;
}

@media screen and (max-width: 769px) {
    .categories-form__field label {
        display: none;
    }
}

@media screen and (max-width: 1120px) {
    .also-like .tours__wrap .tours__item {
        width: calc(33.3333333333% - 30px);
    }
}

.blog-page__right-wrap-text,
.blog-page__right-wrap-text dt,
.blog-page__right-wrap-text dd {
    margin: 0;
    padding: 0;
}

.early-booking-notice {
    background: linear-gradient(to right, rgba(2, 143, 222, 0.1), rgba(255, 153, 0, 0.1));
    border-radius: 8px;
    padding: 15px 20px;
    margin: 10px 0 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
    .early-booking-notice {
        padding: 12px 15px;
        text-align: center;
        font-size: 0.95em;
    }
}

.gift-gold-btn {
    background: linear-gradient(120deg, #ff5c00, #ff9900, #ff5c00);
    background-size: 200% 100%;
    border: none;
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
    line-height: 130%;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 10px 40px 10px 25px;
    margin-bottom: 35px;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: opacity 0.2s ease;
    animation: gift-button-shimmer 6s infinite ease-in-out;
}

.gift-gold-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.25), transparent);
    animation: gift-button-shine 6s infinite ease-in-out;
}

.gift-gold-btn:hover {
    opacity: 0.9;
}

.gift-gold-btn:active {
    opacity: 0.8;
}

.galleymain__btns {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 35px;
}

.galleymain__btns .galleymain__btn {
    margin-bottom: 0;
}

.gift-gold-btn .gift-icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    stroke-width: 1.5;
    position: relative;
    z-index: 2;
    display: block;
    stroke: currentColor;
    filter: drop-shadow(0 0 2px rgba(255, 255, 255, 0.3));
    animation: gift-icon-shine 6s infinite ease-in-out;
    margin: 0;
    padding: 0;
}

.gift-gold-btn span,
.gift-gold-btn {
    position: relative;
    z-index: 1;
}

.gift-gold-btn--sidebar {
    margin-bottom: 0;
    white-space: nowrap;
    padding: 12px 27px;
    line-height: 20px;
    font-size: 16px;
}

.gift-gold-btn--sidebar .gift-icon {
    stroke: #ffffff;
    width: 20px;
    height: 20px;
}

.gift-gold-btn--sidebar span {
    color: #ffffff;
}

.teaser-link-text-desktop {
    display: inline;
}

.teaser-link-text-mobile {
    display: none;
}

@media (max-width: 768px) {
    .teaser-link-text-desktop {
        display: none;
    }

    .teaser-link-text-mobile {
        display: inline;
    }
}

@keyframes gift-button-shimmer {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

@keyframes gift-button-shine {
    0% { left: -100%; }
    50%, 100% { left: 100%; }
}

@keyframes gift-icon-shine {
    0%, 100% {
        filter: drop-shadow(0 0 2px rgba(255, 255, 255, 0.3));
        opacity: 0.9;
    }
    50% {
        filter: drop-shadow(0 0 6px rgba(255, 255, 255, 0.8)) drop-shadow(0 0 10px rgba(255, 153, 0, 0.6));
        opacity: 1;
    }
}
