:root {
    --forest: #536b43;
    --forest-dark: #33452d;
    --ink: #342f2c;
    --muted: #676b63;
    --line: #d9dfd5;
    --soft: #f3f5f0;
    --white: #fff
}

* {
    box-sizing: border-box
}

.custom-package-page {
    margin: 0;
    color: var(--ink);
    background: var(--white);
    font-family: "Times New Roman", serif;
    font-style: italic
}

.pkg-hero {
    position: relative;
    display: flex;
    align-items: flex-end;
    min-height: clamp(560px, 72vh, 760px);
    padding: clamp(38px, 7vw, 86px) max(24px, calc((100vw - 1180px)/2));
    background: linear-gradient(90deg, rgba(17, 29, 14, .84) 0%, rgba(17, 29, 14, .58) 48%, rgba(17, 29, 14, .08) 78%), url("../../wp-content/uploads/2026/07/kanha-national-park-tour-package.webp") center 46%/cover no-repeat
}

.pkg-hero__content {
    width: min(720px, 100%);
    color: var(--white)
}

.pkg-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 30px;
    color: #e4eadf;
    font-size: 14px
}

.pkg-breadcrumb a {
    color: inherit;
    text-decoration: none
}

.pkg-breadcrumb a:hover {
    text-decoration: underline
}

.pkg-eyebrow {
    margin: 0 0 10px !important;
    color: #dce7d4 !important;
    font-size: 15px !important;
    font-style: italic !important;
    font-weight: 600 !important;
    letter-spacing: .08em !important;
    text-transform: uppercase
}

.pkg-hero h1 {
    max-width: 700px;
    margin: 0 0 18px !important;
    color: var(--white) !important;
    font-size: clamp(40px, 5vw, 62px) !important;
    line-height: 1.06 !important;
    text-align: left !important;
    text-shadow: 0 2px 16px rgba(0, 0, 0, .28)
}

.pkg-hero__summary {
    max-width: 650px;
    margin: 0 0 25px !important;
    color: #f1f3ef !important;
    font-size: 18px !important;
    font-style: italic !important;
    line-height: 1.55 !important;
    text-align: left !important
}

.pkg-facts {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 28px;
    padding: 0;
    list-style: none
}

.pkg-facts li {
    display: grid;
    min-width: 108px;
    padding: 0 20px;
    border-right: 1px solid rgba(255, 255, 255, .34)
}

.pkg-facts li:first-child {
    padding-left: 0
}

.pkg-facts li:last-child {
    border: 0
}

.pkg-facts strong {
    color: #fff;
    font-size: 27px;
    line-height: 1
}

.pkg-facts span {
    margin-top: 5px;
    color: #e0e5dc;
    font-size: 13px;
    font-style: italic
}

.pkg-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px
}

.pkg-hero__actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 20px;
    border: 1px solid #fff;
    border-radius: 4px;
    font-size: 16px;
    font-style: italic;
    font-weight: 600;
    text-decoration: none
}

.pkg-primary-action {
    border-color: #fff !important;
    background: #fff;
    color: var(--forest-dark)
}

.pkg-primary-action:hover {
    background: #eef2eb
}

.pkg-secondary-action {
    background: rgba(20, 31, 17, .3);
    color: #fff
}

.pkg-secondary-action:hover {
    background: rgba(20, 31, 17, .62)
}

.pkg-trust-strip {
    display: flex;
    justify-content: center;
    gap: 0;
    padding: 15px 20px;
    border-bottom: 1px solid var(--line);
    background: #f7f8f5;
    color: #46533f
}

.pkg-trust-strip span {
    padding: 0 34px;
    border-right: 1px solid #cbd3c7;
    font-size: 14px;
    font-style: italic;
    font-weight: 600
}

.pkg-trust-strip span:last-child {
    border: 0
}

.pkg-layout {
    display: grid;
    grid-template-columns: minmax(0, 2.25fr) minmax(320px, 1fr);
    gap: 48px;
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
    padding: 58px 0 76px
}

.pkg-main {
    min-width: 0
}

.pkg-main h1,
.pkg-main h2,
.pkg-main h3,
.pkg-main h4,
.pkg-main h5,
.pkg-main h6,
.pkg-sidebar h2 {
    color: var(--forest);
    font-family: "Times New Roman", serif;
    font-style: italic;
    text-align: left !important
}

.pkg-main h1 {
    margin: 0 0 18px;
    font-size: 42px;
    font-weight: 600;
    line-height: 1em;
    letter-spacing: -2px
}

.pkg-main h2 {
    margin: 40px 0 16px;
    font-size: 34px;
    font-weight: 600;
    line-height: 1.1em;
    letter-spacing: -2px
}

.pkg-main h3 {
    margin: 0 0 16px;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2em
}

.pkg-main h4 {
    margin: 22px 0 8px;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.3em
}

.pkg-main h5 {
    margin: 20px 0 8px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4em
}

.pkg-main h6 {
    margin: 16px 0 8px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5em;
    letter-spacing: 2px
}

.pkg-main p,
.pkg-main li {
    font-size: 16px;
    line-height: 1.5em
}

.pkg-copy>p:first-child {
    margin-top: 0;
    font-size: 18px !important;
    line-height: 1.7 !important
}

.pkg-checks {
    display: grid;
    gap: 6px;
    padding-left: 0;
    list-style: none
}

.pkg-checks li {
    position: relative;
    padding-left: 25px
}

.pkg-checks li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--forest);
    font-weight: 700
}

.pkg-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    margin: 34px 0
}

.pkg-split>div {
    padding: 25px;
    border: 1px solid var(--line);
    border-top: 4px solid var(--forest);
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 5px 18px rgba(40, 55, 35, .06)
}

.pkg-split>div>ul {
    margin-bottom: 0
}

.excluded {
    border-top-color: #966055 !important
}

.pkg-accordion {
    display: grid;
    gap: 9px
}

.pkg-accordion details {
    overflow: hidden;
    border: 1px solid #cdd6c9;
    border-radius: 4px;
    background: #fff
}

.pkg-accordion summary {
    position: relative;
    padding: 15px 48px 15px 17px;
    background: #edf1e9;
    color: #35452f;
    font-size: 16px;
    font-weight: 600;
    font-style: italic;
    cursor: pointer;
    list-style: none
}

.pkg-accordion summary::-webkit-details-marker {
    display: none
}

.pkg-accordion summary:after {
    content: "+";
    position: absolute;
    right: 17px;
    top: 50%;
    font-size: 22px;
    font-style: normal;
    transform: translateY(-50%)
}

.pkg-accordion details[open] summary {
    background: var(--forest);
    color: #fff
}

.pkg-accordion details[open] summary:after {
    content: "−"
}

.pkg-accordion details>*:not(summary) {
    margin: 0;
    padding: 18px 20px
}

.pkg-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 210px;
    gap: 8px;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 12px
}

.pkg-gallery__item {
    overflow: hidden;
    background: var(--soft);
    cursor: zoom-in;
    position: relative;
    display: block;
    text-decoration: none
}

.pkg-gallery__item--featured {
    grid-column: span 2;
    grid-row: span 2
}

.pkg-gallery__item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease
}

.pkg-gallery__item:hover img {
    transform: scale(1.06)
}

.pkg-gallery__count {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(30, 40, 25, .45);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: .03em;
    gap: 6px;
    pointer-events: none
}

.pkg-sidebar {
    min-width: 0;
    scroll-margin-top: 110px
}

.pkg-sidebar__heading {
    padding: 22px 22px 0;
    border: 1px solid var(--line);
    border-bottom: 0;
    border-radius: 6px 6px 0 0;
    background: #f6f8f4
}

.pkg-sidebar__heading p {
    margin: 0 0 3px !important;
    color: #71806a !important;
    font-size: 13px !important;
    font-style: italic !important;
    font-weight: 600 !important;
    text-transform: uppercase
}

.pkg-sidebar__heading h2 {
    margin: 0 0 7px !important;
    font-size: 24px !important;
    line-height: 1.25 !important
}

.pkg-sidebar__heading span {
    display: block;
    padding-bottom: 18px;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.45
}

.pkg-form {
    padding: 22px;
    border: 1px solid var(--line);
    border-top: 0;
    border-radius: 0 0 6px 6px;
    background: #fff;
    box-shadow: 0 10px 26px rgba(40, 55, 35, .1)
}

.pkg-form .kss-lead-form--popup {
    padding: 0 !important;
    border: none !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important
}

.pkg-form .kss-lead-form__field {
    margin-bottom: 11px !important
}

.pkg-form .kss-lead-form label {
    font-size: 14px !important
}

.pkg-form .kss-lead-form__captcha {
    margin-top: 14px
}

.pkg-recommended-title {
    margin: 36px 0 16px !important;
    padding-bottom: 9px;
    border-bottom: 1px solid var(--line);
    font-size: 23px !important
}

.pkg-sidebar .kss-package-card {
    margin-bottom: 18px;
    border-radius: 6px
}

.pkg-sidebar .kss-package-card__meta span {
    font-style: italic
}

.pkg-sidebar .kss-package-card h3 {
    min-height: 0
}

.pkg-sidebar .kss-package-card__body {
    padding: 18px
}

.pkg-sidebar .kss-package-card__image {
    aspect-ratio: 16/9
}

@media(min-width:901px) {
    .pkg-sidebar {
        position: sticky;
        top: 108px;
        align-self: start
    }
}

@media(max-width:900px) {
    .pkg-hero {
        min-height: 600px
    }

    .pkg-layout {
        grid-template-columns: 1fr;
        gap: 54px
    }

    .pkg-sidebar {
        width: min(640px, 100%);
        margin: auto
    }

    .pkg-gallery {
        grid-template-columns: repeat(3, 1fr);
        grid-auto-rows: 180px
    }

    .pkg-trust-strip span {
        padding: 0 20px
    }
}

@media(max-width:600px) {
    .pkg-hero {
        align-items: flex-end;
        min-height: calc(100svh - 74px);
        padding: 34px 18px;
        background: linear-gradient(0deg, rgba(17, 29, 14, .88) 0%, rgba(17, 29, 14, .5) 60%, rgba(17, 29, 14, .12) 100%), url("../../wp-content/uploads/2026/07/kanha-national-park-tour-package.webp") 58% center/cover no-repeat
    }

    .pkg-breadcrumb {
        margin-bottom: 20px;
        font-size: 12px
    }

    .pkg-eyebrow {
        font-size: 12px !important
    }

    .pkg-hero h1 {
        font-size: 36px !important;
        line-height: 1.1 !important
    }

    .pkg-hero__summary {
        font-size: 16px !important
    }

    .pkg-facts {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        width: 100%
    }

    .pkg-facts li {
        min-width: 0;
        padding: 0 9px
    }

    .pkg-facts strong {
        font-size: 23px
    }

    .pkg-facts span {
        font-size: 11px
    }

    .pkg-hero__actions {
        display: grid;
        grid-template-columns: 1fr;
        width: 100%
    }

    .pkg-trust-strip {
        display: grid;
        grid-template-columns: 1fr;
        padding: 4px 18px
    }

    .pkg-trust-strip span {
        padding: 9px 0;
        border-right: 0;
        border-bottom: 1px solid #d9dfd5;
        text-align: left
    }

    .pkg-layout {
        width: calc(100% - 28px);
        padding: 10px 0 54px
    }

    .pkg-split {
        grid-template-columns: 1fr
    }

    .pkg-gallery {
        grid-template-columns: 1fr 1fr;
        grid-auto-rows: 150px
    }

    .pkg-gallery__item--featured {
        grid-column: span 2;
        grid-row: span 1
    }

    .pkg-main h2 {
        font-size: 28px;
        letter-spacing: -1px
    }

    .pkg-main h3 {
        font-size: 24px
    }

    .pkg-main h4 {
        font-size: 18px
    }

    .pkg-main section>h2 {
        margin-top: 34px
    }

    .pkg-sidebar__heading,
    .pkg-form {
        padding-left: 17px;
        padding-right: 17px
    }
}

/* Package image followed by a separate summary section */
.pkg-hero {
    display: block;
    min-height: clamp(360px, 55vw, 680px);
    padding: 0;
    background: url("../../wp-content/uploads/2026/07/kanha-national-park-tour-package.webp") center 46%/cover no-repeat
}

.pkg-summary {
    padding: 42px max(24px, calc((100vw - 1180px)/2)) 38px;
    border-bottom: 1px solid var(--line);
    background: #fff
}

.pkg-summary .pkg-hero__content {
    width: min(850px, 100%);
    color: var(--ink)
}

.pkg-summary .pkg-breadcrumb {
    margin-bottom: 22px;
    color: #667160
}

.pkg-summary .pkg-eyebrow {
    color: #667b5b !important
}

.pkg-summary h1 {
    max-width: 850px;
    margin: 0 0 14px !important;
    color: var(--forest) !important;
    font-size: 45px !important;
    line-height: 1.12 !important;
    text-align: left !important;
    text-shadow: none
}

.pkg-summary .pkg-hero__summary {
    max-width: 760px;
    color: #4e514c !important;
    font-size: 18px !important
}

.pkg-summary .pkg-facts li {
    border-right-color: var(--line)
}

.pkg-summary .pkg-facts strong {
    color: var(--forest-dark)
}

.pkg-summary .pkg-facts span {
    color: #626960
}

.pkg-summary .pkg-primary-action {
    border-color: var(--forest) !important;
    background: var(--forest);
    color: #fff
}

.pkg-summary .pkg-primary-action:hover {
    background: var(--forest-dark)
}

.pkg-summary .pkg-secondary-action {
    border-color: #9baa94;
    background: #fff;
    color: var(--forest-dark)
}

.pkg-summary .pkg-secondary-action:hover {
    background: var(--soft)
}

@media(max-width:900px) {
    .pkg-hero {
        min-height: 480px
    }

    .pkg-summary {
        padding-top: 34px;
        padding-bottom: 34px
    }
}

@media(max-width:600px) {
    .pkg-hero {
        min-height: 300px;
        padding: 0;
        background: url("../../wp-content/uploads/2026/07/kanha-national-park-tour-package.webp") 58% center/cover no-repeat
    }

    .pkg-summary {
        padding: 26px 18px 30px
    }

    .pkg-summary h1 {
        font-size: 34px !important;
        line-height: 1.16 !important
    }

    .pkg-summary .pkg-hero__summary {
        font-size: 16px !important
    }

    .pkg-summary .pkg-facts {
        grid-template-columns: repeat(4, 1fr)
    }

    .pkg-summary .pkg-hero__actions {
        grid-template-columns: 1fr
    }
}

.pkg-policies {
    display: grid;
    gap: 16px;
    margin-top: 42px
}

.pkg-policy {
    padding: 25px;
    border: 1px solid var(--line);
    border-left: 4px solid var(--forest);
    border-radius: 4px;
    background: #fafbf8
}

.pkg-policy h2 {
    margin: 0 0 15px;
    font-size: 26px
}

.pkg-policy ul {
    display: grid;
    gap: 8px;
    margin: 0;
    padding-left: 22px
}

.pkg-policy li {
    padding-left: 3px
}

.pkg-policy li::marker {
    color: var(--forest)
}

@media(max-width:600px) {
    .pkg-policies {
        margin-top: 34px
    }

    .pkg-policy {
        padding: 20px 18px
    }

    .pkg-policy h2 {
        font-size: 24px
    }
}

.pkg-title-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    margin: 12px 0 28px;
    padding: 18px 0;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line)
}

/* Rating summary in title area */
.pkg-rating-summary {
    display: flex;
    align-items: center;
    gap: 14px
}

.pkg-rating-score {
    font-size: 38px;
    font-weight: 700;
    color: var(--forest-dark);
    line-height: 1;
    font-style: italic
}

.pkg-rating-info {
    display: flex;
    flex-direction: column;
    gap: 3px
}

.pkg-rating-stars {
    color: #d4a017;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 1px
}

.pkg-rating-badge {
    display: inline-block;
    padding: 2px 10px;
    border-radius: 20px;
    background: #e8f0e3;
    color: var(--forest-dark);
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: .06em
}

.pkg-rating-count {
    color: var(--muted);
    font-size: 13px
}

/* Package facts */
.pkg-title-facts {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    border-left: 1px solid var(--line)
}

.pkg-title-facts li {
    display: flex;
    flex-direction: column;
    padding: 4px 20px;
    border-right: 1px solid var(--line);
    gap: 2px
}

.pkg-title-facts li span {
    font-size: 11px;
    font-weight: 600;
    color: var(--muted);
    text-transform: uppercase;
    letter-spacing: .06em;
    font-style: normal
}

.pkg-title-facts li {
    font-size: 14px;
    font-weight: 600;
    color: var(--ink)
}

/* ── Reviews section ── */
.pkg-reviews {
    margin-top: 44px
}

.pkg-reviews-summary {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 32px;
    align-items: center;
    padding: 24px;
    margin-bottom: 28px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fafbf8
}

.pkg-reviews-score-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    min-width: 100px
}

.pkg-reviews-big-score {
    font-size: 52px;
    font-weight: 700;
    color: var(--forest-dark);
    line-height: 1;
    font-style: italic
}

.pkg-reviews-stars {
    color: #d4a017;
    font-size: 22px;
    line-height: 1;
    letter-spacing: 1px
}

.pkg-reviews-label {
    font-size: 13px;
    font-weight: 700;
    color: var(--forest);
    text-transform: uppercase;
    letter-spacing: .06em;
    font-style: normal
}

.pkg-reviews-total {
    font-size: 12px;
    color: var(--muted)
}

.pkg-reviews-bars {
    display: grid;
    gap: 7px;
    width: 100%
}

.pkg-bar-row {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: var(--muted)
}

.pkg-bar-row>span:first-child {
    min-width: 30px;
    text-align: right;
    font-style: normal
}

.pkg-bar-row>span:last-child {
    min-width: 20px;
    font-style: normal
}

.pkg-bar {
    flex: 1;
    height: 8px;
    background: #e8ede4;
    border-radius: 4px;
    overflow: hidden
}

.pkg-bar>div {
    height: 100%;
    background: var(--forest);
    border-radius: 4px
}

/* Review cards grid */
.pkg-reviews-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px
}

.pkg-review-card {
    padding: 22px 20px;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(43, 55, 38, .07);
    display: flex;
    flex-direction: column;
    gap: 12px;
    transition: box-shadow .2s
}

.pkg-review-card:hover {
    box-shadow: 0 4px 18px rgba(43, 55, 38, .13)
}

.pkg-review-top {
    display: flex;
    align-items: center;
    gap: 12px
}

.pkg-review-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    font-style: normal;
    flex-shrink: 0;
    letter-spacing: 0
}

.pkg-review-meta {
    flex: 1;
    min-width: 0
}

.pkg-review-meta strong {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: var(--ink);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-style: normal
}

.pkg-review-meta span {
    font-size: 12px;
    color: var(--muted);
    font-style: normal
}

.pkg-review-date {
    font-size: 12px;
    color: var(--muted);
    white-space: nowrap;
    flex-shrink: 0;
    font-style: normal
}

.pkg-review-stars {
    color: #d4a017;
    font-size: 16px;
    line-height: 1;
    letter-spacing: .5px
}

.pkg-review-card p {
    font-size: 14px;
    color: #4a5141;
    line-height: 1.7;
    margin: 0
}

@media(max-width:900px) {
    .pkg-reviews-grid {
        grid-template-columns: 1fr 1fr
    }
}

@media(max-width:640px) {
    .pkg-reviews-grid {
        grid-template-columns: 1fr
    }
}

@media(max-width:600px) {
    .pkg-title-meta {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 16px
    }

    .pkg-main h1 {
        font-size: 28px !important;
        letter-spacing: -1px !important;
        line-height: 1.15 !important
    }

    .pkg-main h2 {
        font-size: 22px !important;
        letter-spacing: -.5px !important
    }

    .pkg-main h3 {
        font-size: 19px !important
    }

    .pkg-rating-score {
        font-size: 30px !important
    }

    .pkg-rating-summary {
        gap: 10px
    }

    .pkg-title-facts {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        border-left: 0;
        border-top: 1px solid var(--line);
        padding-top: 14px;
        text-align: center;
        width: 100%
    }

    .pkg-title-facts li {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 3px;
        padding: 0 8px;
        border-right: 1px solid var(--line);
        font-size: 14px
    }

    .pkg-title-facts li:last-child {
        border-right: 0
    }

    .pkg-title-facts li span {
        font-size: 10px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: .08em;
        color: var(--muted);
        display: block
    }

    .pkg-reviews-summary {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 18px
    }

    .pkg-reviews-grid {
        grid-template-columns: 1fr
    }
}

@media(max-width:480px) {
    .pkg-rating-summary {
        flex-direction: row;
        align-items: center;
        gap: 10px;
        flex-wrap: wrap
    }

    .pkg-rating-score {
        font-size: 22px !important;
        flex-shrink: 0
    }

    .pkg-rating-info {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        gap: 5px
    }

    .pkg-rating-stars {
        font-size: 13px !important
    }

    .pkg-rating-badge {
        font-size: 10px !important;
        padding: 1px 6px !important
    }

    .pkg-rating-count {
        font-size: 11px !important
    }

    .pkg-title-facts li {
        font-size: 13px;
        padding: 0 6px
    }

    .pkg-main h1 {
        font-size: 30px !important;
        letter-spacing: -1px !important
    }

    .pkg-main h2 {
        font-size: 20px !important;
        letter-spacing: -.5px !important
    }

    .pkg-main h3 {
        font-size: 18px !important
    }

    .pkg-main h4 {
        font-size: 16px !important
    }

    .pkg-main p,
    .pkg-main li {
        font-size: 15px
    }

    .pkg-copy>p:first-child {
        font-size: 15px !important
    }

    .pkg-gallery {
        grid-template-columns: 1fr 1fr;
        grid-auto-rows: 130px
    }

    .pkg-gallery__item--featured {
        grid-column: span 2;
        grid-row: span 1
    }

    .pkg-reviews-summary {
        padding: 14px
    }

    .pkg-reviews-big-score {
        font-size: 42px !important
    }

    .pkg-review-card {
        padding: 16px 14px
    }

    .pkg-sidebar {
        width: 100%
    }

    .pkg-sidebar__heading,
    .pkg-form {
        padding-left: 14px;
        padding-right: 14px
    }

    .pkg-accordion summary {
        font-size: 14px;
        padding: 13px 42px 13px 14px
    }

    .pkg-policies {
        padding: 0
    }

    .pkg-policy {
        padding: 0 0 20px
    }
}

/* Lightbox */
.pkg-lightbox {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(10, 15, 9, .93);
    padding: 16px;
    backdrop-filter: blur(3px)
}

.pkg-lightbox[hidden] {
    display: none !important
}

.pkg-lightbox__stage {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: calc(100vw - 140px);
    max-height: calc(100vh - 60px)
}

.pkg-lightbox__stage img {
    max-width: 100%;
    max-height: calc(100vh - 60px);
    border-radius: 6px;
    object-fit: contain;
    box-shadow: 0 16px 60px rgba(0, 0, 0, .8)
}

.pkg-lightbox__close {
    position: fixed;
    top: 14px;
    right: 18px;
    background: rgba(255, 255, 255, .15);
    border: 1px solid rgba(255, 255, 255, .25);
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .2s;
    padding: 0;
    line-height: 1
}

.pkg-lightbox__close:hover {
    background: rgba(255, 255, 255, .3)
}

.pkg-lightbox__nav {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .22);
    color: #fff;
    font-size: 34px;
    width: 48px;
    height: 60px;
    cursor: pointer;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    line-height: 1;
    transition: background .2s
}

.pkg-lightbox__nav:hover {
    background: rgba(255, 255, 255, .28)
}

.pkg-lightbox__nav--prev {
    left: 14px
}

.pkg-lightbox__nav--next {
    right: 14px
}

.pkg-lightbox__counter {
    position: fixed;
    bottom: 52px;
    left: 50%;
    transform: translateX(-50%);
    color: rgba(255, 255, 255, .7);
    font-size: 12px;
    font-style: normal;
    background: rgba(0, 0, 0, .5);
    padding: 3px 12px;
    border-radius: 20px;
    letter-spacing: .04em;
    white-space: nowrap
}

.pkg-lightbox__caption {
    position: fixed;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    color: rgba(255, 255, 255, .92);
    font-size: 14px;
    font-style: italic;
    text-align: center;
    max-width: min(680px, 80vw);
    background: rgba(0, 0, 0, .55);
    padding: 7px 20px;
    border-radius: 6px;
    line-height: 1.45;
    letter-spacing: .01em
}

@media(max-width:600px) {
    .pkg-lightbox__stage {
        max-width: 100vw;
        max-height: calc(100vh - 100px)
    }

    .pkg-lightbox__nav--prev {
        left: 4px
    }

    .pkg-lightbox__nav--next {
        right: 4px
    }

    .pkg-lightbox__nav {
        width: 36px;
        height: 50px;
        font-size: 24px
    }
}