/* tour-catalog-page-fallback.css — auto-generated
 * source: https://env-mainsitestg-pcastaging.kinsta.cloud/wp-content/themes/traveler-childtheme/assets/css/tour-catalog-page.css?ver=1778437053
 * leaves: 100
 */
.pca-category-intro {
    width: 100%;
    margin: 1.5rem 0 2rem;
    padding: 1.5rem 1.75rem;
    background: #ffffff;
    border: 1px solid #ececec;
    border-radius: 10px;
    box-sizing: border-box;
}
.pca-category-intro__heading {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.3;
    color: #1a1a1a;
    margin: 0 0 0.75rem;
}
.pca-category-intro__body {
    font-family: 'Inter', sans-serif;
    font-size: 0.9375rem;
    line-height: 1.65;
    color: #444;
}
.pca-category-intro__body p {
    margin: 0 0 0.85rem;
}
.pca-category-intro__body p:last-child {
    margin-bottom: 0;
}
.pca-category-intro__body strong {
    color: #1a1a1a;
    font-weight: 600;
}
@media (max-width: 768px) { .pca-category-intro {
        padding: 1.25rem 1rem;
        margin: 1rem 0 1.5rem;
    } }
@media (max-width: 768px) { .pca-category-intro__heading {
        font-size: 1.1875rem;
    } }
@media (max-width: 768px) { .pca-category-intro__body {
        font-size: 0.9rem;
    } }
body.post-type-archive-st_tours,
body.tax-st_tour_type,
body.page-template-excursions-template {
    background-color: #fcfcfc !important;
}
.page-template-excursions-template .container-fluid,
.page-template-excursions-template #primary {
    background-color: #fcfcfc !important;
}
.page-template-excursions-template #modern-search-result {
    background-color: #fcfcfc !important;
    padding: 1rem;
    border-radius: 8px;
}
.pca-pagination {
    display: flex;
    justify-content: center;
    margin: 40px 0;
}
.pca-pagination .page-numbers {
    display: flex;
    gap: 0.5rem;
    list-style: none;
    padding: 0;
    margin: 0;
    align-items: center;
}
.pca-pagination .page-numbers li {
    margin: 0;
}
.pca-pagination .page-numbers a,
.pca-pagination .page-numbers span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0.5rem 0.75rem;
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    color: #374151;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.15s ease;
}
.pca-pagination .page-numbers .current {
    font-weight: 700;
    background: #3b82f6;
    border-color: #3b82f6;
    color: white;
}
.pca-pagination .page-numbers .dots {
    border: none;
    padding: 0 0.25rem;
}
.pca-pagination .visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.pca-empty-state {
    text-align: center;
    padding: 60px 20px;
    color: #6b7280;
}
.pca-empty-state h3 {
    font-size: 24px;
    color: #374151;
    margin-bottom: 12px;
}
.pca-empty-state p {
    font-size: 16px;
    margin-bottom: 24px;
}
.pca-clear-filters-btn {
    display: inline-flex;
    align-items: center;
    padding: 12px 24px;
    background: #3b82f6;
    color: white;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.15s ease;
}
.pca-error-state {
    text-align: center;
    padding: 60px 20px;
    color: #6b7280;
}
.pca-error-state__icon {
    color: #ef4444;
    margin-bottom: 16px;
}
.pca-error-state h3 {
    font-size: 24px;
    color: #374151;
    margin-bottom: 12px;
}
.pca-error-state p {
    font-size: 16px;
    margin-bottom: 24px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}
.pca-retry-btn {
    display: inline-flex;
    align-items: center;
    padding: 12px 24px;
    background: #3b82f6;
    color: white;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.15s ease;
}
.pca-hotel-notice {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 18px;
    margin-bottom: 16px;
    background: #ffffff;
    border: 1px solid rgba(124, 58, 237, 0.25);
    border-radius: 28px;
    font-size: 14px;
    line-height: 1.5;
    box-shadow: 0 1px 3px rgba(124, 58, 237, 0.08);
    animation: noticeSlideUp 0.4s ease-out;
}
.pca-hotel-notice__icon {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
}
.pca-hotel-notice__sparkle {
    color: #7c3aed; /* AI purple */
    animation: hotelNoticeSparkle 3s ease-in-out infinite;
    transform-origin: center;
}
.pca-hotel-notice__text {
    color: #374151; /* Neutral gray - clean on white */
    min-height: 1.4em; /* Prevent layout shift during streaming */
    font-weight: 450;
    letter-spacing: -0.01em;
}
.pca-hotel-notice__text strong {
    font-weight: 600;
    color: #111827; /* Dark for emphasis */
}
.pca-hotel-notice--streaming .pca-hotel-notice__icon:not(.pca-hotel-notice__sparkle) {
    animation: hotelNoticeIconPop 0.3s ease-out forwards;
}
.pca-hotel-notice--streaming .pca-hotel-notice__sparkle {
    animation: hotelNoticeSparkleEntrance 0.4s ease-out forwards, hotelNoticeSparkle 3s ease-in-out 0.4s infinite;
}
.pca-hotel-notice__dots {
    display: inline-block;
    color: #7c3aed;
    animation: hotelNoticePulse 0.8s ease-in-out infinite;
    font-size: 0.85em;
    letter-spacing: 0.15em;
}
.pca-hotel-notice__cursor {
    display: inline-block;
    color: #7c3aed;
    font-weight: 300;
    animation: hotelNoticeBlink 0.6s step-end infinite;
    margin-left: 1px;
}
.pca-hotel-notice--complete .pca-hotel-notice__text {
    animation: hotelNoticeFadeIn 0.2s ease-out;
}
.pca-tour-card-wrapper.pca-skeleton {
    background: var(--pca-surface, #fff);
    border-radius: var(--radius-lg, 8px) !important;
    border: 1px solid #efefef !important;
    overflow: hidden;
    box-shadow: none !important;
    transform: none !important;
}
.pca-skeleton__image,
.pca-skeleton__title,
.pca-skeleton__badge,
.pca-skeleton__trust,
.pca-skeleton__rating,
.pca-skeleton__price {
    background: linear-gradient(
        90deg,
        #e8e8e8 25%,
        #d8d8d8 50%,
        #e8e8e8 75%
    );
    background-size: 200% 100%;
    animation: pca-skeleton-shimmer 1.5s ease-in-out infinite;
    border-radius: 4px;
}
.pca-skeleton__card {
    display: flex;
    flex-direction: column;
}
.pca-skeleton__image {
    aspect-ratio: 16 / 10;
    width: 100%;
}
.pca-skeleton__content {
    padding: var(--pca-spacing-md);
    display: flex;
    flex-direction: column;
    gap: var(--pca-spacing-sm);
}
.pca-skeleton__title {
    height: 20px;
    width: 85%;
}
.pca-skeleton__badge {
    height: 14px;
    width: 100px;
}
.pca-skeleton__trust {
    height: 14px;
    width: 120px;
}
.pca-skeleton__meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
}
.pca-skeleton__rating {
    height: 16px;
    width: 70px;
}
.pca-skeleton__price {
    height: 22px;
    width: 60px;
}
@media (max-width: 767px) { .pca-skeleton__card {
        display: flex;
        flex-direction: row;
        padding: 12px;
        gap: 12px;
        min-height: 164px;
    } }
@media (max-width: 767px) { .pca-skeleton__image {
        width: 140px !important;
        height: 140px !important;
        flex-shrink: 0;
        aspect-ratio: 1 / 1;
        border-radius: 2px;
    } }
@media (max-width: 767px) { .pca-skeleton__content {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 0;
        gap: 6px;
        min-width: 0;
    } }
@media (max-width: 767px) { .pca-skeleton__title {
        height: 18px;
        width: 90%;
    } }
@media (max-width: 767px) { .pca-skeleton__badge {
        height: 12px;
        width: 90px;
    } }
@media (max-width: 767px) { .pca-skeleton__trust {
        height: 12px;
        width: 100px;
    } }
@media (max-width: 767px) { .pca-skeleton__meta {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: auto;
    } }
@media (max-width: 767px) { .pca-skeleton__rating {
        height: 14px;
        width: 60px;
    } }
@media (max-width: 767px) { .pca-skeleton__price {
        height: 18px;
        width: 50px;
    } }
@media (min-width: 768px) { .pca-skeleton__card {
        display: flex;
        flex-direction: column;
    } }
@media (min-width: 768px) { .pca-skeleton__image {
        aspect-ratio: 16 / 10;
        width: 100%;
        height: auto;
        border-radius: 0;
    } }
@media (min-width: 768px) { .pca-skeleton__content {
        padding: var(--pca-spacing-md);
    } }
#pca-tours-grid.pca-grid--loading {
    opacity: 0.7;
    pointer-events: none;
    position: relative;
}
.pca-skeleton-grid {
    display: flex;
    flex-wrap: wrap;
    gap: var(--pca-spacing-md);
    padding: var(--pca-spacing-md) 0;
}
.pca-skeleton-grid .pca-tour-card-wrapper.pca-skeleton {
    flex: 0 0 calc(33.333% - var(--pca-spacing-md));
    max-width: calc(33.333% - var(--pca-spacing-md));
}
@media (max-width: 991px) { .pca-skeleton-grid .pca-tour-card-wrapper.pca-skeleton {
        flex: 0 0 calc(50% - var(--pca-spacing-sm));
        max-width: calc(50% - var(--pca-spacing-sm));
    } }
@media (max-width: 575px) { .pca-skeleton-grid .pca-tour-card-wrapper.pca-skeleton {
        flex: 0 0 100%;
        max-width: 100%;
    } }
.pca-tour-card-wrapper[data-ajax-loaded] {
    animation: pca-card-fade-in 0.3s ease-out forwards;
}
.pca-tour-card-wrapper[data-ajax-loaded]:nth-child(1) { animation-delay: 0ms; }
.pca-tour-card-wrapper[data-ajax-loaded]:nth-child(2) { animation-delay: 50ms; }
.pca-tour-card-wrapper[data-ajax-loaded]:nth-child(3) { animation-delay: 100ms; }
.pca-tour-card-wrapper[data-ajax-loaded]:nth-child(4) { animation-delay: 150ms; }
.pca-tour-card-wrapper[data-ajax-loaded]:nth-child(5) { animation-delay: 200ms; }
.pca-tour-card-wrapper[data-ajax-loaded]:nth-child(6) { animation-delay: 250ms; }
.pca-tour-card-wrapper[data-ajax-loaded]:nth-child(7) { animation-delay: 300ms; }
.pca-tour-card-wrapper[data-ajax-loaded]:nth-child(8) { animation-delay: 350ms; }
.pca-tour-card-wrapper[data-ajax-loaded]:nth-child(9) { animation-delay: 400ms; }
.pca-tour-card-wrapper[data-ajax-loaded]:nth-child(10) { animation-delay: 450ms; }
.pca-tour-card-wrapper[data-ajax-loaded]:nth-child(11) { animation-delay: 500ms; }
.pca-tour-card-wrapper[data-ajax-loaded]:nth-child(12) { animation-delay: 550ms; }
.pca-filter-count--updated {
    animation: pca-count-pulse 0.3s ease-out;
}
.pca-see-all-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    background: #324fbe;
    border: none;
    border-radius: 8px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
    box-shadow: 0 2px 8px rgba(50, 79, 190, 0.25);
}
.pca-see-all-link svg {
    transition: transform 0.2s ease;
}
.pca-see-all-text {
    /* Inherits from parent */
}
.pca-load-more-wrapper:has(.pca-see-all-link),
.pca-load-more-wrapper[data-has-see-all="true"] {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 32px;
    padding-top: 24px;
}
.pca-empty-state {
    text-align: center;
    padding: 2rem 1rem;
    max-width: 400px;
    margin: 2rem auto;
    grid-column: 1 / -1; /* Span full width in grid */
}
.pca-empty-state__visual {
    margin-bottom: 1.25rem;
}
.pca-empty-state__visual svg {
    width: 80px;
    height: 80px;
    color: #f48121; /* Brand orange */
}
.pca-empty-state__title {
    font-size: 1.35rem;
    font-weight: 600;
    color: #1a1a2e;
    margin: 0 0 0.5rem 0;
    line-height: 1.3;
}
.pca-empty-state__message {
    font-size: 0.95rem;
    color: #6b7280;
    margin: 0 0 1.5rem 0;
    line-height: 1.5;
}
.pca-empty-state__suggestions {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}
.pca-suggestion-pill {
    display: block;
    padding: 0.875rem 1.25rem;
    background: linear-gradient(135deg, #fff7ed 0%, #ffedd5 100%);
    border: 1.5px solid #fed7aa;
    border-radius: 12px;
    text-decoration: none;
    text-align: center;
    transition: all 0.2s ease;
    cursor: pointer;
}
.pca-suggestion-pill__text {
    color: #57534e;
    font-size: 0.9rem;
    line-height: 1.4;
}
.pca-suggestion-pill__text strong {
    color: #292524;
    font-weight: 600;
}
.pca-empty-state__clear {
    color: #6b7280;
    font-size: 0.85rem;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color 0.2s ease;
}
.pca-empty-state__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.875rem 1.75rem;
    background: linear-gradient(135deg, #ff9900 0%, #f48121 100%);
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(255, 153, 0, 0.3);
    transition: all 0.2s ease;
    margin-top: 0.5rem;
}
@media (min-width: 768px) { .pca-empty-state {
        padding: 3rem 2rem;
        max-width: 480px;
    } }
@media (min-width: 768px) { .pca-empty-state__visual svg {
        width: 100px;
        height: 100px;
    } }
@media (min-width: 768px) { .pca-empty-state__title {
        font-size: 1.5rem;
    } }
@media (min-width: 768px) { .pca-empty-state__message {
        font-size: 1rem;
    } }
@media (min-width: 768px) { .pca-suggestion-pill {
        padding: 1rem 1.25rem;
        font-size: 0.9rem;
    } }