.pe-customs-page {
    overflow: hidden;
    padding-bottom: 64px;
    background:
        linear-gradient(180deg, #eaf3fb 0%, #f7fbff 42%, #ffffff 100%);
    color: #10233d;
}

.pe-customs-hero {
    position: relative;
    overflow: hidden;
    padding: 76px 0 92px;
    background:
        radial-gradient(circle at 78% 18%, rgba(241, 92, 59, 0.2), transparent 28%),
        linear-gradient(135deg, rgba(16, 35, 61, 0.97), rgba(31, 83, 124, 0.96)),
        #17345a;
    color: #ffffff;
    border-bottom: 4px solid #f15c3b;
}

.pe-customs-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.14;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.2) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.2) 1px, transparent 1px);
    background-size: 34px 34px;
}

.pe-customs-hero .pe-content-shell {
    position: relative;
    z-index: 1;
}

.pe-customs-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 390px;
    gap: 56px;
    align-items: end;
}

.pe-customs-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
    line-height: 1.45;
}

.pe-customs-breadcrumb a {
    color: #ffffff;
    text-decoration: none;
}

.pe-customs-breadcrumb a:hover {
    color: #ffffff;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.pe-customs-page .pe-content-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
    color: #f15c3b;
    font-family: "MuseoSansBold", "MuseoSansRegular", Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

.pe-customs-hero .pe-content-eyebrow {
    color: #ffb18c;
}

.pe-customs-page .pe-content-eyebrow::before {
    content: "";
    width: 24px;
    height: 3px;
    border-radius: 999px;
    background: #f15c3b;
}

.pe-customs-hero .pe-content-title {
    max-width: 860px;
    margin: 0;
    color: #ffffff;
    font-family: "MuseoSansBlack", "MuseoSansBold", Arial, sans-serif;
    font-size: clamp(38px, 5vw, 68px);
    line-height: 1.02;
    letter-spacing: 0;
}

.pe-customs-hero .pe-content-lede {
    max-width: 730px;
    margin: 22px 0 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 18px;
    line-height: 1.7;
}

.pe-customs-hero__actions,
.pe-customs-duty-panel__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.pe-customs-page .pe-content-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 22px;
    border: 1px solid #f15c3b;
    border-radius: 8px;
    background: #f15c3b;
    color: #ffffff;
    font-family: "MuseoSansBold", "MuseoSansRegular", Arial, sans-serif;
    font-size: 15px;
    line-height: 1;
    text-decoration: none;
    transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.pe-customs-page .pe-content-button:hover,
.pe-customs-page .pe-content-button:focus {
    border-color: #10233d;
    background: #10233d;
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-1px);
}

.pe-customs-hero .pe-content-button:hover,
.pe-customs-hero .pe-content-button:focus {
    border-color: #ffffff;
    background: #ffffff;
    color: #17345a;
}

.pe-customs-page .pe-content-button--ghost {
    border-color: rgba(16, 35, 61, 0.24);
    background: #ffffff;
    color: #10233d;
}

.pe-customs-hero .pe-content-button--ghost {
    border-color: rgba(255, 255, 255, 0.36);
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
}

.pe-customs-manifest {
    position: relative;
    padding: 28px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.08));
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(8px);
}

.pe-customs-manifest::before {
    content: "";
    position: absolute;
    top: 18px;
    right: 18px;
    width: 68px;
    height: 68px;
    border: 2px dashed rgba(255, 177, 140, 0.62);
    border-radius: 50%;
    transform: rotate(-12deg);
}

.pe-customs-manifest__stamp {
    position: absolute;
    top: 42px;
    right: 28px;
    color: rgba(255, 177, 140, 0.9);
    font-family: "MuseoSansBold", "MuseoSansRegular", Arial, sans-serif;
    font-size: 10px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transform: rotate(-12deg);
}

.pe-customs-manifest__head span {
    display: block;
    color: #ffb18c;
    font-family: "MuseoSansBold", "MuseoSansRegular", Arial, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
}

.pe-customs-manifest__head strong {
    display: block;
    max-width: 260px;
    margin-top: 8px;
    color: #ffffff;
    font-family: "MuseoSansBlack", "MuseoSansBold", Arial, sans-serif;
    font-size: 26px;
    line-height: 1.16;
}

.pe-customs-manifest dl {
    margin: 26px 0 0;
}

.pe-customs-manifest dl div {
    display: grid;
    grid-template-columns: 110px minmax(0, 1fr);
    gap: 18px;
    padding: 14px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.pe-customs-manifest dt,
.pe-customs-manifest dd {
    margin: 0;
    font-size: 14px;
    line-height: 1.45;
}

.pe-customs-manifest dt {
    color: rgba(255, 255, 255, 0.62);
    font-family: "MuseoSansBold", "MuseoSansRegular", Arial, sans-serif;
}

.pe-customs-manifest dd {
    color: #ffffff;
}

.pe-customs-summary {
    position: relative;
    z-index: 2;
    margin-top: -46px;
    margin-bottom: 44px;
}

.pe-customs-summary__grid,
.pe-customs-helpful__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.pe-customs-summary-card,
.pe-customs-country-card,
.pe-customs-duty-panel,
.pe-customs-help-card {
    border: 1px solid rgba(145, 167, 194, 0.24);
    border-radius: 8px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    box-shadow: 0 18px 42px rgba(28, 52, 84, 0.1);
}

.pe-customs-summary-card {
    min-height: 178px;
    padding: 24px;
}

.pe-customs-summary-card span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 28px;
    margin-bottom: 16px;
    border-radius: 999px;
    background: rgba(241, 92, 59, 0.1);
    color: #f15c3b;
    font-family: "MuseoSansBold", "MuseoSansRegular", Arial, sans-serif;
    font-size: 12px;
    line-height: 1;
}

.pe-customs-summary-card h2,
.pe-customs-country-card h3,
.pe-customs-duty-panel h3 {
    margin: 0;
    color: #10233d;
    font-family: "MuseoSansBlack", "MuseoSansBold", Arial, sans-serif;
    line-height: 1.25;
}

.pe-customs-summary-card h2 {
    font-size: 22px;
}

.pe-customs-summary-card p,
.pe-customs-section-head .pe-content-section-copy,
.pe-customs-duty-panel .pe-content-section-copy {
    margin: 12px 0 0;
    color: #5e718b;
    font-size: 15px;
    line-height: 1.6;
}

.pe-customs-map-section {
    padding: 10px 0 24px;
}

.pe-customs-map-section .pe-content-shell {
    width: min(1480px, calc(100% - 40px));
}

.pe-customs-map-panel {
    position: relative;
    overflow: hidden;
    padding: 30px;
}

.pe-customs-map-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 80% 0%, rgba(241, 92, 59, 0.12), transparent 26%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(248, 251, 255, 0.94));
}

.pe-customs-map-panel > * {
    position: relative;
    z-index: 1;
}

.pe-customs-map-panel__head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 28px;
    align-items: end;
    margin-bottom: 20px;
}

.pe-customs-map-panel__head .pe-content-section-title {
    max-width: 700px;
    margin: 0;
    color: #10233d;
    font-family: "MuseoSansBlack", "MuseoSansBold", Arial, sans-serif;
    font-size: clamp(28px, 2.7vw, 38px);
    line-height: 1.1;
}

.pe-customs-map-panel__head p {
    margin: 0;
    color: #5e718b;
    font-size: 15px;
    line-height: 1.6;
}

.pe-customs-map-body {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 270px;
    gap: 18px;
    align-items: stretch;
}

.pe-customs-map-scroll {
    overflow: hidden;
    height: 684px;
    padding: 0;
    max-width: 1083px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.pe-customs-map {
    position: relative;
    display: block;
    width: 1140px;
    height: 720px;
    border-radius: 0;
    background:
        radial-gradient(circle at 72% 66%, rgba(255, 255, 255, 0.4), transparent 34%),
        linear-gradient(rgba(16, 35, 61, 0.1), rgba(16, 35, 61, 0.1)),
        url("img/map-full.jpg") top left no-repeat;
    overflow: hidden;
    transform: scale(0.95);
    transform-origin: top left;
}

.pe-customs-map::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(247, 251, 255, 0.72), transparent 15%, transparent 82%, rgba(247, 251, 255, 0.82)),
        linear-gradient(180deg, rgba(255, 255, 255, 0.32), transparent 32%, rgba(255, 255, 255, 0.18));
}
}

.pe-customs-map .cnt {
    position: absolute;
    z-index: 1;
    display: none;
    background-position: top left;
    background-repeat: no-repeat;
    filter: saturate(1.08) drop-shadow(0 14px 24px rgba(241, 92, 59, 0.22));
}

.pe-customs-map .cnt.active {
    display: block;
}

.pe-customs-map .cnt-ru {
    top: 0;
    left: 436px;
    width: 705px;
    height: 690px;
    background-image: url("img/map-ru.png");
}

.pe-customs-map .cnt-ua {
    top: 473px;
    left: 383px;
    width: 705px;
    height: 690px;
    background-image: url("img/map-ua.png");
}

.pe-customs-map .cnt-ar {
    top: 652px;
    left: 623px;
    width: 84px;
    height: 74px;
    background-image: url("img/map-ar.png");
}

.pe-customs-map .cnt-az {
    top: 644px;
    left: 643px;
    width: 94px;
    height: 94px;
    background-image: url("img/map-az.png");
}

.pe-customs-map .cnt-by {
    top: 388px;
    left: 392px;
    width: 141px;
    height: 134px;
    background-image: url("img/map-by.png");
}

.pe-customs-map .cnt-eu {
    top: 24px;
    left: -4px;
    width: 525px;
    height: 746px;
    background-image: url("img/map-eu.png");
}

.pe-customs-map .cnt-gr {
    top: 618px;
    left: 581px;
    width: 112px;
    height: 75px;
    background-image: url("img/map-gr.png");
}

.pe-customs-map .cnt-kr {
    top: 624px;
    left: 926px;
    width: 163px;
    height: 97px;
    background-image: url("img/map-kr.png");
}

.pe-customs-map .cnt-kz {
    top: 402px;
    left: 661px;
    width: 509px;
    height: 303px;
    background-image: url("img/map-kz.png");
}

.pe-customs-map .cnt-md {
    top: 535px;
    left: 432px;
    width: 68px;
    height: 82px;
    background-image: url("img/map-md.png");
}

.pe-customs-map .cnt-uz {
    top: 593px;
    left: 780px;
    width: 225px;
    height: 161px;
    background-image: url("img/map-uz.png");
}

.pe-customs-map .flg {
    position: absolute;
    z-index: 3;
    display: block;
    width: 44px;
    height: 32px;
    min-width: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background-color: transparent;
    background-image: none;
    color: transparent;
    box-shadow: none;
    cursor: pointer;
    overflow: visible;
    pointer-events: auto;
}

.pe-customs-map .flg span {
    display: none;
}

.pe-customs-map .flg::after {
    display: none;
}

.pe-customs-map .flg.active,
.pe-customs-map .flg:hover {
    background-color: transparent;
    color: transparent;
    transform: none;
}

.pe-customs-map .flg .data {
    position: absolute;
    bottom: 50px;
    left: -42px;
    display: none;
    width: 360px;
    padding: 20px;
    border: 1px solid rgba(241, 92, 59, 0.24);
    border-radius: 8px;
    background: #ffffff;
    color: #10233d;
    box-shadow: 0 22px 54px rgba(16, 35, 61, 0.22);
    pointer-events: auto;
}

.pe-customs-map .flg .data::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 58px;
    width: 16px;
    height: 16px;
    background: #ffffff;
    border-right: 1px solid rgba(241, 92, 59, 0.24);
    border-bottom: 1px solid rgba(241, 92, 59, 0.24);
    transform: rotate(45deg);
}

.pe-customs-map .flg.flag-kz .data,
.pe-customs-map .flg.flag-kr .data,
.pe-customs-map .flg.flag-uz .data {
    right: -42px;
    left: auto;
}

.pe-customs-map .flg.flag-kz .data::after,
.pe-customs-map .flg.flag-kr .data::after,
.pe-customs-map .flg.flag-uz .data::after {
    right: 58px;
    left: auto;
}

.pe-customs-map .flg.active.open {
    z-index: 6;
}

.pe-customs-map .flg.active.open .data {
    display: block;
}

.pe-customs-map .flg .data strong {
    display: block;
    margin-bottom: 8px;
    color: #10233d;
    font-family: "MuseoSansBlack", "MuseoSansBold", Arial, sans-serif;
    font-size: 18px;
    line-height: 1.2;
}

.pe-customs-map .flg .data p {
    margin: 0;
    color: #5e718b;
    font-family: "MuseoSansRegular", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
}

.pe-customs-map .flg .data p + p {
    margin-top: 8px;
}

.pe-customs-map .flg.flag-ar {
    top: 665px;
    left: 618px;
    background-position: 8px 4px;
}

.pe-customs-map .flg.flag-az {
    top: 665px;
    left: 728px;
    background-position: 8px -16px;
}

.pe-customs-map .flg.flag-by {
    top: 450px;
    left: 420px;
    background-position: 8px -36px;
}

.pe-customs-map .flg.flag-eu {
    top: 530px;
    left: 180px;
    background-position: 8px -56px;
}

.pe-customs-map .flg.flag-gr {
    top: 628px;
    left: 675px;
    background-position: 8px -76px;
}

.pe-customs-map .flg.flag-kr {
    top: 646px;
    left: 1036px;
    background-position: 8px -96px;
}

.pe-customs-map .flg.flag-kz {
    top: 540px;
    left: 860px;
    background-position: 8px -116px;
}

.pe-customs-map .flg.flag-md {
    top: 555px;
    left: 440px;
    background-position: 8px -136px;
}

.pe-customs-map .flg.flag-ru {
    top: 360px;
    left: 580px;
    background-position: 8px -156px;
}

.pe-customs-map .flg.flag-ua {
    top: 510px;
    left: 430px;
    background-position: 8px -176px;
}

.pe-customs-map .flg.flag-uz {
    top: 668px;
    left: 910px;
    background-position: 8px -196px;
}

.pe-customs-map-list {
    display: grid;
    gap: 8px;
    align-content: start;
    max-height: 684px;
    overflow: auto;
    padding: 10px;
    border: 1px solid rgba(145, 167, 194, 0.24);
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(16, 35, 61, 0.08), rgba(234, 243, 251, 0.66)),
        #ffffff;
}

.pe-customs-map-country {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    min-height: 48px;
    padding: 8px 10px 8px 52px;
    border: 1px solid rgba(145, 167, 194, 0.28);
    border-radius: 8px;
    background-color: #ffffff;
    background-image: none;
    color: #10233d;
    text-align: left;
    cursor: pointer;
    transition: border-color 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.pe-customs-map-country::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 12px;
    width: 30px;
    height: 20px;
    border-radius: 3px;
    background-image: url("img/sprite-flag.png");
    background-repeat: no-repeat;
    background-size: 30px auto;
    box-shadow: 0 0 0 1px rgba(16, 35, 61, 0.08);
    transform: translateY(-50%);
}

.pe-customs-map-country span {
    color: #10233d;
    font-family: "MuseoSansBold", "MuseoSansRegular", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.15;
}

.pe-customs-map-country strong {
    margin-top: 3px;
    color: #5e718b;
    font-family: "MuseoSansRegular", Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.25;
}

.pe-customs-map-country:hover,
.pe-customs-map-country:focus,
.pe-customs-map-country.active {
    border-color: rgba(241, 92, 59, 0.62);
    background-color: #fff7f4;
    box-shadow: 0 12px 26px rgba(241, 92, 59, 0.13);
    outline: none;
    transform: translateX(-2px);
}

.pe-customs-map-country.flag-ar::before {
    background-position: 0 0;
}

.pe-customs-map-country.flag-az::before {
    background-position: 0 -20px;
}

.pe-customs-map-country.flag-by::before {
    background-position: 0 -40px;
}

.pe-customs-map-country.flag-eu::before {
    background-position: 0 -60px;
}

.pe-customs-map-country.flag-gr::before {
    background-position: 0 -80px;
}

.pe-customs-map-country.flag-kr::before {
    background-position: 0 -100px;
}

.pe-customs-map-country.flag-kz::before {
    background-position: 0 -120px;
}

.pe-customs-map-country.flag-md::before {
    background-position: 0 -140px;
}

.pe-customs-map-country.flag-ru::before {
    background-position: 0 -160px;
}

.pe-customs-map-country.flag-ua::before {
    background-position: 0 -180px;
}

.pe-customs-map-country.flag-uz::before {
    background-position: 0 -200px;
}

.pe-customs-countries,
.pe-customs-duty,
.pe-customs-helpful {
    padding-top: 28px;
}

.pe-customs-section-head {
    display: flex;
    justify-content: space-between;
    gap: 28px;
    margin-bottom: 22px;
}

.pe-customs-section-head .pe-content-section-title,
.pe-customs-duty-panel .pe-content-section-title {
    max-width: 820px;
    margin: 0;
    color: #10233d;
    font-family: "MuseoSansBlack", "MuseoSansBold", Arial, sans-serif;
    font-size: clamp(30px, 3.4vw, 46px);
    line-height: 1.08;
    letter-spacing: 0;
}

.pe-customs-section-head .pe-content-section-copy {
    max-width: 780px;
}

.pe-customs-country-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.pe-customs-country-card {
    position: relative;
    overflow: hidden;
    min-height: 318px;
    padding: 24px;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.pe-customs-country-card::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 3px;
    background: #f15c3b;
    opacity: 0.72;
}

.pe-customs-country-card:hover {
    border-color: rgba(241, 92, 59, 0.44);
    box-shadow: 0 24px 54px rgba(28, 52, 84, 0.14);
    transform: translateY(-2px);
}

.pe-customs-country-card__head {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 20px;
}

.pe-customs-country-card__flag {
    display: block;
    flex: 0 0 auto;
    width: 30px;
    height: 20px;
    border-radius: 3px;
    box-shadow: 0 0 0 1px rgba(16, 35, 61, 0.08), 0 8px 18px rgba(16, 35, 61, 0.12);
}

.pe-customs-country-card h3 {
    font-size: 24px;
}

.pe-customs-country-card dl {
    margin: 0;
}

.pe-customs-country-card dl div {
    padding: 15px 0;
    border-top: 1px solid rgba(145, 167, 194, 0.24);
}

.pe-customs-country-card dt,
.pe-customs-country-card dd {
    margin: 0;
    font-size: 15px;
    line-height: 1.55;
}

.pe-customs-country-card dt {
    color: #10233d;
    font-family: "MuseoSansBold", "MuseoSansRegular", Arial, sans-serif;
}

.pe-customs-country-card dd {
    margin-top: 4px;
    color: #5e718b;
}

.pe-customs-duty-panel {
    position: relative;
    overflow: hidden;
    padding: 34px;
}

.pe-customs-duty-panel::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 6px;
    background: #f15c3b;
}

.pe-customs-duty-panel__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 26px;
}

.pe-customs-duty-panel__list article {
    padding: 22px;
    border: 1px solid rgba(145, 167, 194, 0.22);
    border-radius: 8px;
    background: rgba(234, 243, 251, 0.62);
}

.pe-customs-duty-panel h3 {
    font-size: 20px;
}

.pe-customs-duty-panel__list p {
    margin: 10px 0 0;
    color: #5e718b;
    font-size: 15px;
    line-height: 1.6;
}

.pe-customs-help-card {
    position: relative;
    display: block;
    min-height: 142px;
    padding: 24px;
    color: #10233d;
    text-decoration: none;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.pe-customs-help-card:hover,
.pe-customs-help-card:focus {
    border-color: rgba(241, 92, 59, 0.44);
    color: #10233d;
    text-decoration: none;
    box-shadow: 0 24px 54px rgba(28, 52, 84, 0.14);
    transform: translateY(-2px);
}

.pe-customs-help-card span {
    display: block;
    margin-bottom: 12px;
    color: #f15c3b;
    font-family: "MuseoSansBold", "MuseoSansRegular", Arial, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
}

.pe-customs-help-card strong {
    display: block;
    max-width: 280px;
    color: #10233d;
    font-family: "MuseoSansBlack", "MuseoSansBold", Arial, sans-serif;
    font-size: 22px;
    line-height: 1.22;
}

@media (max-width: 1490px) {
    .pe-customs-map-body {
        grid-template-columns: 1fr;
    }

    .pe-customs-map-list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        max-height: none;
    }
}

@media (max-width: 1199px) {
    .pe-customs-hero__grid {
        grid-template-columns: minmax(0, 1fr) 340px;
        gap: 34px;
    }

    .pe-customs-country-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pe-customs-map-panel__head {
        grid-template-columns: 1fr;
    }

    .pe-customs-map {
        transform: scale(0.82);
        transform-origin: top left;
    }

    .pe-customs-map-scroll {
        height: 591px;
        max-width: 935px;
    }

    .pe-customs-map-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-height: none;
    }
}

@media (max-width: 767px) {
    .pe-customs-page {
        padding-bottom: 42px;
    }

    .pe-customs-hero {
        padding: 46px 0 62px;
    }

    .pe-customs-hero__grid,
    .pe-customs-summary__grid,
    .pe-customs-country-grid,
    .pe-customs-duty-panel__list,
    .pe-customs-helpful__grid {
        grid-template-columns: 1fr;
    }

    .pe-customs-hero__grid {
        gap: 24px;
    }

    .pe-customs-map-section {
        display: none;
    }

    .pe-customs-breadcrumb {
        margin-bottom: 20px;
    }

    .pe-customs-hero .pe-content-title {
        font-size: 36px;
    }

    .pe-customs-hero .pe-content-lede {
        font-size: 16px;
    }

    .pe-customs-hero__actions,
    .pe-customs-duty-panel__actions {
        flex-direction: column;
    }

    .pe-customs-page .pe-content-button {
        width: 100%;
    }

    .pe-customs-manifest,
    .pe-customs-summary-card,
    .pe-customs-country-card,
    .pe-customs-duty-panel,
    .pe-customs-help-card {
        padding: 22px;
    }

    .pe-customs-manifest dl div {
        grid-template-columns: 96px minmax(0, 1fr);
        gap: 12px;
    }

    .pe-customs-summary {
        margin-top: -32px;
        margin-bottom: 22px;
    }

    .pe-customs-summary-card,
    .pe-customs-country-card,
    .pe-customs-help-card {
        min-height: 0;
    }

    .pe-customs-section-head .pe-content-section-title,
    .pe-customs-duty-panel .pe-content-section-title {
        font-size: 30px;
    }
}

@media (max-width: 420px) {
    .pe-customs-manifest::before,
    .pe-customs-manifest__stamp {
        display: none;
    }

    .pe-customs-country-card h3 {
        font-size: 22px;
    }
}
