/* ============================================================
   PACKAGE DETAILS: main + aside grid; itinerary day tabs
   ============================================================ */

/* ----- Hero ------------------------------------------------ */
.package-hero {
    min-height: 52vh;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    text-align: center;
    color: #ffffff;
    padding: 120px 20px 72px;
}

.package-hero-inner {
    max-width: min(920px, 100%);
    margin: 0 auto;
}

.pd-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.35rem 0.5rem;
    font-size: 0.82rem;
    margin-bottom: 1.25rem;
    opacity: 0.92;
}

.pd-breadcrumb a {
    color: #e8f4ff;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
    transition: border-color 0.2s ease, color 0.2s ease;
}

.pd-breadcrumb a:hover {
    color: #ffffff;
    border-bottom-color: #ffd07a;
}

.pd-breadcrumb span[aria-hidden="true"] {
    opacity: 0.55;
    user-select: none;
}

.pd-breadcrumb-current {
    color: rgba(255, 255, 255, 0.85);
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.package-badge-hero {
    display: inline-block;
    background: linear-gradient(135deg, #f39c12, #e67e22);
    color: #ffffff;
    padding: 7px 18px;
    border-radius: 999px;
    font-weight: 600;
    font-size: 0.78rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 1rem;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.package-hero h1 {
    font-size: clamp(1.85rem, 4vw, 2.85rem);
    margin: 0 0 0.75rem;
    line-height: 1.12;
    font-weight: 700;
    letter-spacing: -0.02em;
    text-shadow: 0 2px 24px rgba(0, 0, 0, 0.35);
}

.package-hero .hero-subtitle {
    font-size: clamp(1rem, 2vw, 1.15rem);
    margin: 0 auto 1.5rem;
    max-width: 38em;
    opacity: 0.95;
    line-height: 1.55;
}

.package-meta {
    display: flex;
    gap: 0.75rem 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.package-meta span {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 0.92rem;
    font-weight: 500;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.22);
    padding: 8px 16px;
    border-radius: 999px;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

/* Anchor targets clear fixed navbar (~85px) */
#pd-overview,
#pd-offerings,
#pd-itinerary,
#pd-included {
    scroll-margin-top: 96px;
}

/* ----- Page shell + grid ----------------------------------- */
.pd-page {
    padding: 0 0 48px;
    background:
        radial-gradient(900px 420px at 100% 0%, rgba(52, 152, 219, 0.06), transparent 55%),
        radial-gradient(700px 380px at 0% 30%, rgba(243, 156, 18, 0.05), transparent 50%),
        linear-gradient(180deg, #f4f7fb 0%, #ffffff 38%);
}

/* Wider than global .container (1200px): use most of the viewport */
.package-hero > .container,
.pd-page > .container.pd-layout,
.package-booking-cta.pd-cta-band .container {
    max-width: min(1680px, 100%);
    width: 100%;
    padding-left: clamp(18px, 4vw, 48px);
    padding-right: clamp(18px, 4vw, 48px);
}

.pd-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 340px);
    gap: clamp(24px, 3vw, 48px) clamp(28px, 3.5vw, 56px);
    align-items: start;
    padding-top: 40px;
    padding-bottom: 8px;
}

.pd-primary {
    min-width: 0;
}

/* ----- Sticky aside ---------------------------------------- */
.pd-aside-sticky {
    position: sticky;
    top: 88px;
}

.pd-aside-card {
    background: linear-gradient(165deg, #1f3f7a 0%, #2c5aa0 48%, #2f6fb8 100%);
    color: #ffffff;
    border-radius: 20px;
    padding: 26px 24px 24px;
    box-shadow:
        0 24px 56px -20px rgba(31, 63, 122, 0.55),
        0 0 0 1px rgba(255, 255, 255, 0.08) inset;
}

.pd-aside-eyebrow {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    opacity: 0.75;
    margin: 0 0 6px;
}

.pd-aside-pack-title {
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.35;
    margin: 0 0 18px;
    color: #ffffff;
}

.pd-aside-facts {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.pd-aside-facts li {
    display: grid;
    grid-template-columns: 22px 1fr;
    gap: 10px;
    align-items: start;
    font-size: 0.88rem;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.92);
}

.pd-aside-facts i {
    margin-top: 2px;
    color: #ffd07a;
    font-size: 0.85rem;
}

.pd-aside-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 12px 18px;
    border-radius: 999px;
    font-weight: 600;
    font-size: 0.92rem;
    text-decoration: none;
    color: #1f3f7a;
    background: linear-gradient(135deg, #ffd07a, #f39c12);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.25);
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.pd-aside-btn:hover {
    transform: translateY(-2px);
    filter: brightness(1.05);
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.28);
}

.pd-aside-note {
    margin: 10px 0 0;
    font-size: 0.78rem;
    text-align: center;
    opacity: 0.75;
}

.pd-aside-nav {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.pd-aside-nav-label {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    opacity: 0.65;
    margin-bottom: 6px;
}

.pd-aside-nav a {
    color: rgba(255, 255, 255, 0.92);
    text-decoration: none;
    font-size: 0.86rem;
    padding: 6px 10px;
    margin: 0 -10px;
    border-radius: 8px;
    transition: background 0.2s ease, color 0.2s ease;
}

.pd-aside-nav a:hover {
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
}

/* ----- Sections (shared) ----------------------------------- */
.pd-section {
    margin-bottom: 28px;
    padding: 32px 32px 34px;
    background: #ffffff;
    border-radius: 20px;
    border: 1px solid #e8edf4;
    box-shadow: 0 14px 40px -24px rgba(44, 90, 160, 0.22);
}

.pd-section:last-of-type {
    margin-bottom: 0;
}

.pd-section-head {
    margin-bottom: 22px;
    padding-bottom: 18px;
    border-bottom: 1px solid #eef2f8;
}

.pd-section-title,
.section-title {
    font-size: clamp(1.35rem, 2.5vw, 1.75rem);
    color: #1f3f7a;
    margin: 0 0 8px;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.pd-section-lede {
    margin: 0;
    font-size: 0.95rem;
    color: #6b7a90;
    line-height: 1.55;
    max-width: min(80ch, 100%);
}

.sub-title {
    font-size: 1.15rem;
    color: #1f3f7a;
    margin: 28px 0 14px;
    font-weight: 700;
}

/* ----- Overview -------------------------------------------- */
.package-overview .overview-text {
    font-size: 1.05rem;
    line-height: 1.75;
    color: #3d4f63;
    max-width: min(92ch, 100%);
    margin: 0 0 24px;
}

.overview-details {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 8px;
}

.detail-item {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 16px 18px;
    background: linear-gradient(180deg, #f8fafc 0%, #f3f6fb 100%);
    border-radius: 14px;
    border: 1px solid #e4eaf2;
    border-left: 4px solid #2c5aa0;
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.detail-item:hover {
    box-shadow: 0 8px 22px -12px rgba(44, 90, 160, 0.25);
    border-color: #d5deeb;
}

.detail-item i {
    color: #2c5aa0;
    font-size: 1.1rem;
}

.detail-item strong {
    font-size: 0.72rem;
    color: #8a96a8;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 700;
}

.detail-item span {
    font-size: 1rem;
    color: #1f2d3d;
    font-weight: 600;
}

.highlights-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 18px;
}

.highlights-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.95rem;
    color: #3d4f63;
    line-height: 1.45;
    padding: 10px 12px;
    background: #f8fafc;
    border-radius: 10px;
    border: 1px solid #eef1f6;
}

.highlights-list li i {
    color: #27ae60;
    margin-top: 3px;
    flex-shrink: 0;
}

/* ----- Offerings ------------------------------------------- */
.package-offerings .offerings-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    border: 1px solid #e8edf4;
    border-radius: 14px;
    overflow: hidden;
}

.offerings-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 16px;
    font-size: 0.95rem;
    color: #3d4f63;
    line-height: 1.45;
    border-bottom: 1px solid #eef1f6;
    border-right: 1px solid #eef1f6;
}

.offerings-list li:nth-child(2n) {
    border-right: none;
}

.offerings-list li:nth-last-child(-n+2) {
    border-bottom: none;
}

.offerings-list li i {
    color: #27ae60;
    margin-top: 3px;
    flex-shrink: 0;
}

/* ----- Itinerary: compact day tabs + single panel --------- */
.package-itinerary {
    background: transparent;
    padding: 0;
    margin: 0;
}

.package-itinerary.pd-section {
    padding: 32px 28px 36px;
}

.pd-itinerary-shell {
    margin: 0;
}

.pd-itinerary-strip-outer {
    display: flex;
    align-items: stretch;
    gap: 8px;
    margin-bottom: 10px;
}

.pd-itin-scroll-btn {
    flex-shrink: 0;
    width: 40px;
    border-radius: 12px;
    border: 1px solid #d5deeb;
    background: #f8fafc;
    color: #2c5aa0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.pd-itin-scroll-btn:hover:not([hidden]) {
    background: #eef4fc;
    border-color: #2c5aa0;
}

.pd-itinerary-strip-wrap {
    flex: 1;
    min-width: 0;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: thin;
    scrollbar-color: #c5d4e8 transparent;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    padding: 4px 2px 10px;
    mask-image: linear-gradient(90deg, transparent 0%, #000 12px, #000 calc(100% - 12px), transparent 100%);
    mask-size: 100% 100%;
}

.pd-itinerary-strip-wrap::-webkit-scrollbar {
    height: 6px;
}

.pd-itinerary-strip-wrap::-webkit-scrollbar-thumb {
    background: #c5d4e8;
    border-radius: 999px;
}

.pd-itinerary-strip {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    width: max-content;
    min-width: 100%;
    padding: 2px 4px;
}

.pd-itin-tab {
    flex: 0 0 auto;
    min-width: clamp(120px, 14vw, 180px);
    max-width: min(340px, 100%);
    padding: 12px 16px;
    border-radius: 14px;
    border: 1px solid #dce4ef;
    background: #f8fafc;
    color: #3d4f63;
    cursor: pointer;
    text-align: left;
    font: inherit;
    transition:
        background 0.2s ease,
        border-color 0.2s ease,
        box-shadow 0.2s ease,
        color 0.2s ease,
        transform 0.15s ease;
    scroll-snap-align: start;
}

.pd-itin-tab:hover {
    border-color: #b8c9de;
    background: #ffffff;
}

.pd-itin-tab[aria-selected="true"] {
    border-color: #2c5aa0;
    background: linear-gradient(165deg, #ffffff 0%, #f0f6ff 100%);
    color: #1f2d3d;
    box-shadow:
        0 10px 28px -12px rgba(44, 90, 160, 0.35),
        0 0 0 1px rgba(44, 90, 160, 0.08);
    transform: translateY(-1px);
}

.pd-itin-tab:focus {
    outline: none;
}

.pd-itin-tab:focus-visible {
    outline: 2px solid #3498db;
    outline-offset: 2px;
}

.pd-itin-tab-num {
    display: block;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #6b7a90;
    margin-bottom: 4px;
}

.pd-itin-tab[aria-selected="true"] .pd-itin-tab-num {
    color: #2c5aa0;
}

.pd-itin-tab-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 0.82rem;
    font-weight: 600;
    line-height: 1.35;
}

.pd-itin-hint {
    margin: 0 0 16px;
    font-size: 0.82rem;
    color: #6b7a90;
}

.pd-itin-hint-inner {
    font-weight: 500;
}

.pd-itinerary-panels {
    position: relative;
}

.pd-itin-panel[hidden] {
    display: none !important;
}

.pd-itin-panel-card {
    background: #fafbfd;
    border-radius: 18px;
    border: 1px solid #e8edf4;
    padding: 22px 22px 24px;
    box-shadow: 0 12px 36px -20px rgba(44, 90, 160, 0.22);
}

.pd-itin-panel-head.day-label {
    margin-bottom: 16px;
    padding-bottom: 14px;
    border-bottom: 1px solid #eef1f6;
}

.pd-itin-stepper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 12px;
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid #eef1f6;
}

.pd-itin-step {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    border-radius: 999px;
    border: 1px solid #dce4ef;
    background: #ffffff;
    color: #2c5aa0;
    font-size: 0.88rem;
    font-weight: 600;
    font-family: inherit;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
}

.pd-itin-step:hover:not(:disabled) {
    background: #f0f6ff;
    border-color: #2c5aa0;
}

.pd-itin-step:disabled {
    opacity: 0.38;
    cursor: not-allowed;
}

.day-label {
    margin-bottom: 14px;
}

.day-num {
    display: inline-block;
    background: linear-gradient(135deg, #2c5aa0, #3498db);
    color: #ffffff;
    padding: 5px 14px;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.day-label h3 {
    font-size: clamp(1.1rem, 2vw, 1.35rem);
    color: #1f2d3d;
    margin: 0;
    line-height: 1.3;
    font-weight: 700;
}

.pd-day-media.day-images {
    margin-bottom: 16px;
}

.day-images {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.day-images img {
    width: 100%;
    height: 160px;
    max-height: 200px;
    object-fit: cover;
    border-radius: 12px;
    display: block;
    border: 1px solid #e4eaf2;
}

/* Carousel */
.day-carousel,
.pd-day-carousel {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    margin-bottom: 16px;
    border: 1px solid #e4eaf2;
}

.day-carousel .carousel-track {
    display: flex;
    transition: transform 0.4s ease;
}

.day-carousel .carousel-slide {
    min-width: 100%;
}

.day-carousel .carousel-slide img {
    width: 100%;
    height: 280px;
    max-height: 320px;
    object-fit: cover;
    display: block;
}

.day-carousel .carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.92);
    border: none;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    transition: background 0.2s ease, transform 0.2s ease;
}

.day-carousel .carousel-btn:hover {
    background: #ffffff;
    transform: translateY(-50%) scale(1.05);
}

.day-carousel .carousel-btn.prev { left: 12px; }
.day-carousel .carousel-btn.next { right: 12px; }

.day-carousel .carousel-btn i {
    color: #2c5aa0;
    font-size: 1rem;
}

.day-activities {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 0;
}

.day-activities li {
    padding: 10px 12px 10px 36px;
    color: #3d4f63;
    font-size: 0.95rem;
    line-height: 1.5;
    border-bottom: 1px solid #eef1f6;
    position: relative;
}

.day-activities li::before {
    content: '';
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(135deg, #3498db, #2c5aa0);
}

.day-activities li:last-child {
    border-bottom: none;
}

.pd-day-video.day-video {
    margin-top: 16px;
}

.day-video video {
    width: 100%;
    max-height: 420px;
    border-radius: 14px;
    background: #0a1628;
    border: 1px solid #e4eaf2;
}

/* ----- Included / excluded --------------------------------- */
.inc-exc-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.inc-section,
.exc-section {
    padding: 22px 22px 20px;
    border-radius: 16px;
    border: 1px solid #e8edf4;
}

.inc-section {
    background: linear-gradient(165deg, #f4fbf6 0%, #eef8f1 100%);
}

.exc-section {
    background: linear-gradient(165deg, #fdf6f5 0%, #faf0ef 100%);
}

.inc-section h3,
.exc-section h3 {
    font-size: 1.1rem;
    color: #1f3f7a;
    margin: 0 0 14px;
    font-weight: 700;
}

.inc-section h3 i { color: #27ae60; margin-right: 8px; }
.exc-section h3 i { color: #c0392b; margin-right: 8px; }

.inc-section ul,
.exc-section ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.inc-section li,
.exc-section li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 10px 0;
    font-size: 0.92rem;
    color: #3d4f63;
    line-height: 1.45;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.inc-section li:last-child,
.exc-section li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.inc-section li i { color: #27ae60; margin-top: 3px; flex-shrink: 0; }
.exc-section li i { color: #c0392b; margin-top: 3px; flex-shrink: 0; }

/* ----- Bottom CTA band ------------------------------------- */
.package-booking-cta.pd-cta-band {
    padding: 56px 0;
    background: linear-gradient(120deg, #1f3f7a 0%, #2c5aa0 40%, #3498db 100%);
    color: #ffffff;
    text-align: left;
}

.pd-cta-grid {
    max-width: 100%;
    margin: 0;
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
    gap: 28px 40px;
    align-items: center;
}

.pd-cta-copy h2 {
    font-size: clamp(1.5rem, 3vw, 2rem);
    margin: 0 0 12px;
    font-weight: 700;
}

.pd-cta-copy > p {
    font-size: 1.02rem;
    margin: 0;
    opacity: 0.94;
    line-height: 1.65;
    max-width: min(72ch, 100%);
}

.pd-cta-actions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.book-now-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    background: linear-gradient(135deg, #f39c12, #e67e22);
    color: #ffffff;
    text-decoration: none;
    border-radius: 999px;
    font-weight: 600;
    font-size: 1rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
}

.book-now-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 36px rgba(243, 156, 18, 0.45);
}

.cta-note {
    font-size: 0.88rem;
    opacity: 0.85;
    margin: 0;
}

/* ----- Responsive ------------------------------------------ */
@media (max-width: 1100px) {
    .pd-layout {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .pd-aside-sticky {
        position: static;
    }

    .pd-aside-card {
        max-width: min(640px, 100%);
        width: 100%;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .package-hero {
        padding: 100px 16px 56px;
        min-height: 46vh;
    }

    .pd-breadcrumb-current {
        white-space: normal;
        text-align: center;
    }

    .pd-section {
        padding: 24px 18px 26px;
        border-radius: 16px;
    }

    .overview-details {
        grid-template-columns: 1fr;
    }

    .highlights-list {
        grid-template-columns: 1fr;
    }

    .package-offerings .offerings-list {
        grid-template-columns: 1fr;
    }

    .offerings-list li {
        border-right: none;
    }

    .offerings-list li:nth-last-child(-n+2) {
        border-bottom: 1px solid #eef1f6;
    }

    .offerings-list li:last-child {
        border-bottom: none;
    }

    .pd-itin-scroll-btn {
        display: none;
    }

    .pd-itinerary-strip-outer {
        gap: 0;
    }

    .pd-itinerary-strip-wrap {
        mask-image: none;
        padding-bottom: 8px;
    }

    .pd-itin-tab {
        min-width: 108px;
        max-width: min(260px, 42vw);
        padding: 10px 14px;
    }

    .pd-itin-panel-card {
        padding: 18px 16px 20px;
        border-radius: 16px;
    }

    .pd-itin-stepper {
        flex-direction: column;
    }

    .pd-itin-step {
        width: 100%;
        justify-content: center;
    }

    .day-images {
        grid-template-columns: 1fr;
    }

    .day-images img {
        height: 200px;
        max-height: 220px;
    }

    .day-carousel .carousel-slide img {
        height: 220px;
        max-height: 260px;
    }

    .day-video video {
        max-height: 260px;
    }

    .inc-exc-grid {
        grid-template-columns: 1fr;
    }

    .pd-cta-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .pd-cta-copy > p {
        max-width: none;
        margin: 0 auto;
    }

    .pd-cta-actions {
        align-items: center;
        width: 100%;
    }

    .book-now-btn {
        width: 100%;
        justify-content: center;
    }
}
