.pmaa-root,
.pmaa-root * {
    box-sizing: border-box;
}

.pmaa-root {
    --pmaa-navy: #092b40;
    --pmaa-blue: #006da5;
    --pmaa-teal: #0d5360;
    --pmaa-sand: #ddc59b;
    --pmaa-cream: #f0ece3;
    --pmaa-paper: #ffffff;
    --pmaa-ink: #102c3c;
    --pmaa-muted: #526873;
    --pmaa-sky: #8fd3ff;
    width: 100%;
    color: var(--pmaa-ink);
}

.pmaa-root .pmaa-hero-icon-frame {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 88px;
    height: 88px;
    border: 1px solid rgba(255,255,255,.72);
    border-radius: 999px;
    color: #fff;
}

.pmaa-root .pmaa-hero-icon {
    color: currentColor;
    font-size: 50px !important;
    line-height: 1;
}

.pmaa-root .pmaa-section-icon-frame {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    border-radius: 14px;
    background: #e2f3fa;
    color: var(--pmaa-blue);
}

.pmaa-root .pmaa-section-icon {
    color: currentColor;
    font-size: 36px !important;
    line-height: 1;
}

.pmaa-root .pmaa-cta-icon {
    display: inline-block;
    color: #fff;
    font-size: 78px !important;
    line-height: 1;
}

.pmaa-root .pmaa-icon-slot:empty {
    display: none;
    margin: 0 !important;
}

/* Legacy custom layouts: after runtime conversion a missing registry icon may leave the old paragraph empty. */
.pmaa-root .pmaa-hero .wp-block-group > p:empty:first-child,
.pmaa-root .pmaa-card > p:empty:first-child,
.pmaa-root .pmaa-dark-card > p:empty:first-child,
.pmaa-root .pmaa-cta .wp-block-column:first-child > p:empty:first-child {
    display: none;
    margin: 0 !important;
}

.pmaa-meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 9px;
}

.pmaa-meta span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 8px 13px;
    border: 1px solid rgba(255,255,255,.32);
    border-radius: 999px;
    background: rgba(255,255,255,.10);
    color: #fff;
    font-size: 13px;
    line-height: 1.2;
}

.pmaa-range {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
}

.pmaa-range a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 8px 15px;
    border: 1px solid #cfc8bc;
    border-radius: 999px;
    background: #fff;
    color: var(--pmaa-ink);
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
}

.pmaa-range a:hover,
.pmaa-range a:focus-visible,
.pmaa-range a.is-active {
    border-color: var(--pmaa-navy);
    background: var(--pmaa-navy);
    color: #fff;
}

.pmaa-root .pmaa-card,
.pmaa-root .pmaa-dark-card,
.pmaa-root .pmaa-detail-card,
.pmaa-root .pmaa-guide-card {
    box-shadow: 0 13px 34px rgba(9,43,64,.08);
}

.pmaa-metric-value {
    margin-top: auto;
}

.pmaa-metric-value strong {
    display: block;
    color: var(--pmaa-navy);
    font-size: clamp(44px, 6vw, 66px);
    line-height: .95;
    letter-spacing: -.045em;
    font-variant-numeric: tabular-nums;
}

.pmaa-metric-value > span {
    display: block;
    margin-top: 9px;
    color: var(--pmaa-muted);
    font-size: 14px;
}

.pmaa-progress,
.pmaa-bar-track {
    display: block;
    width: 100%;
    height: 9px;
    overflow: hidden;
    border-radius: 999px;
    background: #e3ded5;
}

.pmaa-progress {
    margin-top: 18px;
}

.pmaa-progress i,
.pmaa-bar-track i {
    display: block;
    width: var(--pmaa-width);
    height: 100%;
    border-radius: inherit;
    background: var(--pmaa-blue);
}

.pmaa-cc-score {
    display: grid;
    gap: 10px;
    align-content: center;
    min-height: 330px;
    padding: 38px 34px;
    border-radius: 16px;
    background: var(--pmaa-navy);
    color: #fff;
    box-shadow: 0 18px 46px rgba(9,43,64,.18);
}

.pmaa-cc-icon {
    color: var(--pmaa-sky);
    font-size: 54px !important;
    line-height: 1;
}

.pmaa-cc-score strong {
    display: block;
    color: #fff;
    font-size: clamp(45px, 7vw, 70px);
    line-height: 1;
    letter-spacing: -.05em;
    font-variant-numeric: tabular-nums;
}

.pmaa-cc-score p,
.pmaa-cc-score small {
    margin: 0;
    color: rgba(255,255,255,.80);
    line-height: 1.55;
}

.pmaa-progress-light {
    background: rgba(255,255,255,.18);
}

.pmaa-progress-light i {
    background: var(--pmaa-sand);
}

.pmaa-status-note {
    color: var(--pmaa-sky) !important;
}

.pmaa-bars {
    display: grid;
    gap: 13px;
}

.pmaa-bar-row {
    display: grid;
    grid-template-columns: minmax(125px, .9fr) minmax(90px, 1.25fr) 72px;
    gap: 10px;
    align-items: center;
    min-width: 0;
}

.pmaa-bar-row b {
    min-width: 0;
    overflow: hidden;
    color: var(--pmaa-ink);
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    line-height: 1.2;
}

.pmaa-bar-row em {
    color: var(--pmaa-ink);
    text-align: right;
    font-style: normal;
    font-weight: 800;
    font-variant-numeric: tabular-nums;
}

.pmaa-trend {
    display: flex;
    align-items: stretch;
    gap: 5px;
    height: 235px;
    padding-top: 10px;
    overflow: hidden;
    border-bottom: 1px solid #d7d1c7;
}

.pmaa-day {
    display: flex;
    flex: 1 1 0;
    min-width: 0;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap: 7px;
}

.pmaa-day span {
    display: block;
    width: 100%;
    height: var(--pmaa-height);
    min-height: 4px;
    border-radius: 7px 7px 2px 2px;
    background: linear-gradient(180deg, #8fd3ff, #006da5);
}

.pmaa-day em {
    min-height: 12px;
    color: var(--pmaa-muted);
    font-size: 10px;
    font-style: normal;
    line-height: 1;
    white-space: nowrap;
}

.pmaa-day-blank em {
    color: transparent;
}

.pmaa-trend-long {
    gap: 2px;
}

.pmaa-trend-long .pmaa-day em {
    font-size: 9px;
}

.pmaa-debug {
    margin: 24px auto;
    max-width: 1160px;
    overflow: hidden;
    border: 1px solid #d7d1c7;
    border-radius: 14px;
    background: #fff;
}

.pmaa-debug summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 18px 22px;
    cursor: pointer;
    color: var(--pmaa-ink);
    font-weight: 800;
}

.pmaa-debug summary span {
    color: var(--pmaa-muted);
    font-size: 12px;
    font-weight: 500;
}

.pmaa-debug-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    padding: 0 22px 22px;
}

.pmaa-debug-grid article {
    min-width: 0;
}

.pmaa-tablewrap {
    max-width: 100%;
    overflow: auto;
    border: 1px solid #ddd7cd;
    border-radius: 10px;
}

.pmaa-tablewrap table {
    width: 100%;
    min-width: 520px;
    border-collapse: collapse;
    background: #fff;
}

.pmaa-tablewrap th,
.pmaa-tablewrap td {
    padding: 9px 11px;
    border-bottom: 1px solid #ece8e1;
    text-align: left;
    vertical-align: middle;
}

.pmaa-tablewrap th {
    background: #f5f2ec;
    color: var(--pmaa-muted);
    font-size: 11px;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.pmaa-tablewrap td.num {
    text-align: right;
    white-space: nowrap;
    font-weight: 800;
    font-variant-numeric: tabular-nums;
}

.pmaa-tablebar {
    min-width: 80px;
    height: 8px;
    overflow: hidden;
    border-radius: 999px;
    background: #e7e1d8;
}

.pmaa-tablebar span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: var(--pmaa-blue);
}

.pmaa-ua {
    display: block;
    max-width: 620px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font: 12px/1.4 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

.pmaa-empty {
    padding: 70px 24px;
    background: var(--pmaa-cream);
}

.pmaa-empty-card {
    max-width: 820px;
    margin: 0 auto;
    padding: 56px 42px;
    border-radius: 16px;
    background: var(--pmaa-navy);
    color: #fff;
    text-align: center;
}

.pmaa-empty-card h2 {
    color: #fff;
}

.pmaa-empty-icon {
    color: var(--pmaa-sky);
    font-size: 68px !important;
    line-height: 1;
}

.pmaa-empty-card > .pmaa-kicker:first-child {
    margin-top: 0;
}

.pmaa-kicker {
    margin: 15px 0 9px;
    color: var(--pmaa-sky);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.pmaa-error {
    padding: 14px 18px;
    border-left: 4px solid #b32d2e;
    background: #fff1f1;
    color: #681c1d;
}

@media (min-width: 782px) {
    .pmaa-root .pmaa-equal > .wp-block-column {
        display: flex;
    }

    .pmaa-root .pmaa-equal > .wp-block-column > .wp-block-group {
        width: 100%;
        height: 100%;
    }
}

@media (max-width: 900px) {
    .pmaa-debug-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 781px) {
    .pmaa-bar-row {
        grid-template-columns: 1fr 70px;
    }

    .pmaa-bar-row .pmaa-bar-track {
        grid-column: 1 / -1;
        grid-row: 2;
    }

    .pmaa-trend {
        height: 200px;
    }
}

@media (max-width: 520px) {
    .pmaa-meta span,
    .pmaa-range a {
        width: 100%;
    }

    .pmaa-cc-score {
        min-height: 0;
        padding: 31px 26px;
    }

    .pmaa-debug summary {
        align-items: flex-start;
        flex-direction: column;
    }
}

/* Gutenberg presentation editor preview. Dynamic shortcode blocks remain placeholders. */

@media (min-width: 782px) {
    .editor-styles-wrapper .pmaa-equal > .wp-block-column {
        display: flex;
    }

    .editor-styles-wrapper .pmaa-equal > .wp-block-column > .wp-block-group {
        width: 100%;
        height: 100%;
    }
}

/* 4.0.2 – zjednotenie s vizuálom sekcie Spolupráca */
.pmaa-root {
    margin: 0;
    overflow: clip;
    font-size: 16px;
    line-height: 1.65;
}

.pmaa-root > .alignwide {
    width: 100% !important;
    max-width: none !important;
}

.pmaa-root > .wp-block-group.alignwide.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: 1120px !important;
}

.pmaa-root .pmaa-hero {
    position: relative;
    isolation: isolate;
    min-height: 680px !important;
}

.pmaa-root .pmaa-hero .wp-block-cover__image-background {
    filter: saturate(.78) contrast(.96);
}

.pmaa-root .pmaa-hero .wp-block-cover__background {
    z-index: 1;
    opacity: .88 !important;
    background: linear-gradient(135deg, rgba(9,47,68,.97), rgba(9,43,64,.84)) !important;
}

.pmaa-root .pmaa-hero .wp-block-cover__inner-container {
    position: relative;
    z-index: 2;
}

.pmaa-root .pmaa-hero h1 {
    max-width: 900px;
    margin-right: auto !important;
    margin-left: auto !important;
    text-wrap: balance;
    text-shadow: 0 3px 22px rgba(0,0,0,.30);
}

.pmaa-root .pmaa-hero .has-medium-font-size {
    font-size: clamp(18px, 1.7vw, 21px) !important;
}

.pmaa-root .pmaa-hero p {
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
}

.pmaa-root > .wp-block-group h2 {
    font-size: clamp(34px, 3.8vw, 46px);
    line-height: 1.08;
    text-wrap: balance;
}

.pmaa-root > .wp-block-group > .has-medium-font-size,
.pmaa-root > .wp-block-group > .wp-block-columns .has-medium-font-size {
    font-size: clamp(17px, 1.45vw, 19px) !important;
}

.pmaa-root .pmaa-card,
.pmaa-root .pmaa-dark-card,
.pmaa-root .pmaa-detail-card,
.pmaa-root .pmaa-guide-card {
    border: 1px solid rgba(9,43,64,.06);
    box-shadow: 0 16px 38px rgba(9,43,64,.10);
}

.pmaa-root .pmaa-card {
    display: flex;
    min-height: 430px;
    flex-direction: column;
}

.pmaa-root .pmaa-card h3,
.pmaa-root .pmaa-detail-card h3,
.pmaa-root .pmaa-dark-card h3,
.pmaa-root .pmaa-guide-card h3 {
    text-wrap: balance;
}

.pmaa-root .pmaa-card > p:not(.has-small-font-size),
.pmaa-root .pmaa-dark-card > p,
.pmaa-root .pmaa-guide-card > p {
    font-size: 16.5px;
}

.pmaa-root .pmaa-card-ai .pmaa-section-icon-frame {
    background: #fff;
}

.pmaa-metric-value {
    padding-top: 12px;
}

.pmaa-metric-value strong {
    font-size: clamp(46px, 5.4vw, 68px);
    white-space: nowrap;
}

.pmaa-metric-value > span {
    font-size: 14px;
}

.pmaa-range a {
    min-width: 72px;
    min-height: 40px;
    padding: 9px 16px;
}

.pmaa-cc-score {
    min-height: 320px;
    padding: 40px 36px;
}

.pmaa-cc-score strong {
    font-size: clamp(48px, 6.5vw, 72px);
}

.pmaa-root .pmaa-dark-card {
    display: flex;
    min-height: 285px;
    flex-direction: column;
}

.pmaa-root .pmaa-detail-card {
    display: flex;
    min-height: 420px;
    flex-direction: column;
}

.pmaa-root .pmaa-detail-card .wp-block-shortcode:last-child {
    margin-top: auto;
}

.pmaa-trend {
    height: 260px;
}

.pmaa-root .pmaa-guide-card {
    position: relative;
    display: flex;
    min-height: 220px;
    flex-direction: column;
    padding-top: 30px !important;
}

.pmaa-root .pmaa-guide-icon-frame {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border-radius: 13px;
    background: #e2f3fa;
    color: var(--pmaa-blue);
}

.pmaa-root .pmaa-guide-icon {
    color: currentColor;
    font-size: 31px;
    line-height: 1;
}

.pmaa-root .pmaa-guide-card > .pmaa-guide-icon-frame {
    display: flex;
    margin-bottom: 21px;
}

.pmaa-root .pmaa-guide-card h3 {
    margin-bottom: 13px !important;
    font-size: 23px !important;
}

.pmaa-root .pmaa-guide-card p {
    margin-bottom: 0;
}

.pmaa-root .pmaa-cta-icon {
    font-size: 86px !important;
}

.pmaa-root > .wp-block-group:last-of-type h2 {
    font-size: clamp(31px, 3.3vw, 42px);
}

@media (max-width: 781px) {
    .pmaa-root .pmaa-hero {
        min-height: 610px !important;
    }

    .pmaa-root > .wp-block-group h2 {
        font-size: clamp(31px, 8vw, 39px);
    }

    .pmaa-root .pmaa-card,
    .pmaa-root .pmaa-dark-card,
    .pmaa-root .pmaa-detail-card,
    .pmaa-root .pmaa-guide-card {
        min-height: 0;
    }

    .pmaa-metric-value strong {
        font-size: clamp(42px, 12vw, 62px);
        white-space: normal;
    }

    .pmaa-trend {
        height: 220px;
    }
}

@media (max-width: 520px) {
    .pmaa-root .pmaa-hero {
        min-height: 570px !important;
    }

    .pmaa-root .pmaa-hero-icon-frame {
        width: 76px;
        height: 76px;
    }

    .pmaa-root .pmaa-hero-icon {
        font-size: 43px !important;
    }

    .pmaa-root .pmaa-guide-icon-frame {
        width: 50px;
        height: 50px;
    }

    .pmaa-root .pmaa-guide-icon {
        font-size: 29px;
    }
}

/* Gutenberg editor – zachovanie kontrastu titulnej sekcie. */
.editor-styles-wrapper .pmaa-hero .wp-block-cover__background {
    opacity: .88 !important;
    background: linear-gradient(135deg, rgba(9,47,68,.97), rgba(9,43,64,.84)) !important;
}

/* 4.0.3 – pevné zarovnanie kariet, metrík a odstránenie medzery pod shortcode výstupom */
body .wp-block-shortcode:has(> .pmaa-root) {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.pmaa-root,
.pmaa-root .pmaa-cta {
    margin-bottom: 0 !important;
}

.pmaa-root .pmaa-metric-row .pmaa-card > .wp-block-shortcode:last-child {
    margin-top: auto !important;
    margin-bottom: 0 !important;
}

.pmaa-root .pmaa-metric-row .pmaa-metric-value {
    display: flex;
    min-height: 132px;
    margin-top: 0;
    padding-top: 12px;
    flex-direction: column;
    justify-content: flex-end;
}

.pmaa-root .pmaa-metric-row .pmaa-metric-value strong {
    line-height: 1;
}

@media (min-width: 782px) {
    .pmaa-root .pmaa-equal {
        align-items: stretch !important;
    }

    .pmaa-root .pmaa-equal > .wp-block-column {
        display: flex !important;
        align-self: stretch !important;
    }

    .pmaa-root .pmaa-equal > .wp-block-column > .wp-block-group {
        display: flex !important;
        width: 100%;
        height: auto !important;
        min-height: 100%;
        flex: 1 1 auto;
        flex-direction: column;
    }

    .pmaa-root .pmaa-benefit-row .pmaa-dark-card,
    .pmaa-root .pmaa-guide-row .pmaa-guide-card,
    .pmaa-root .pmaa-detail-row .pmaa-detail-card,
    .pmaa-root .pmaa-metric-row .pmaa-card {
        height: 100% !important;
    }

    .editor-styles-wrapper .pmaa-equal {
        align-items: stretch !important;
    }

    .editor-styles-wrapper .pmaa-equal > .wp-block-column {
        display: flex !important;
        align-self: stretch !important;
    }

    .editor-styles-wrapper .pmaa-equal > .wp-block-column > .wp-block-group {
        display: flex !important;
        width: 100%;
        height: auto !important;
        min-height: 100%;
        flex: 1 1 auto;
        flex-direction: column;
    }
}

@media (max-width: 781px) {
    .pmaa-root .pmaa-metric-row .pmaa-metric-value {
        min-height: 0;
    }
}


/* 4.0.5 – vyvážená sekcia Common Crawl s aktívnymi aj historickými URL uloženými v archíve */
.pmaa-root .pmaa-cc-copy .has-medium-font-size {
    font-size: 16.5px !important;
    line-height: 1.55 !important;
}

.pmaa-cc-footprint {
    display: grid;
    gap: 7px;
    margin-top: 4px;
    padding-top: 14px;
    border-top: 1px solid rgba(255,255,255,.18);
}

.pmaa-cc-footprint span {
    color: rgba(255,255,255,.82);
    font-size: 14px;
    line-height: 1.4;
}

.pmaa-cc-footprint b {
    color: #ffffff;
    font-size: 16px;
    font-variant-numeric: tabular-nums;
}

@media (min-width: 782px) {
    .pmaa-root .pmaa-cc-row {
        align-items: stretch !important;
    }

    .pmaa-root .pmaa-cc-row > .wp-block-column {
        display: flex !important;
        align-self: stretch !important;
        flex-direction: column;
    }

    .pmaa-root .pmaa-cc-row > .wp-block-column > .wp-block-shortcode {
        display: flex;
        width: 100%;
        height: 100%;
        margin: 0;
    }

    .pmaa-root .pmaa-cc-row .pmaa-cc-score {
        width: 100%;
        height: 100%;
        min-height: 0;
    }

    .editor-styles-wrapper .pmaa-cc-row {
        align-items: stretch !important;
    }

    .editor-styles-wrapper .pmaa-cc-row > .wp-block-column {
        display: flex !important;
        align-self: stretch !important;
        flex-direction: column;
    }
}


/* 4.0.7 – kompaktný prepočet na jednu konkrétnu URL */
.pmaa-root .wp-block-shortcode.pmaa-frequency-slot {
    display: block;
    width: 100%;
    margin: 38px 0 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

.pmaa-root .wp-block-shortcode.pmaa-frequency-slot:empty,
.pmaa-root .wp-block-shortcode.pmaa-frequency-slot:not(:has(.pmaa-frequency-section)) {
    display: none !important;
    margin: 0 !important;
}

.pmaa-frequency-section {
    width: 100%;
    margin: 0;
    padding: 0;
    background: transparent;
    color: var(--pmaa-ink);
}

.pmaa-frequency-inner {
    width: 100%;
    margin: 0;
}

.pmaa-frequency-section h2 {
    max-width: 780px;
    margin: 0 auto 24px;
    color: var(--pmaa-ink);
    font-size: clamp(27px, 2.8vw, 36px);
    line-height: 1.14;
    text-align: center;
    text-wrap: balance;
}

.pmaa-frequency-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 13px;
}

.pmaa-frequency-card {
    display: flex;
    aspect-ratio: 1 / 1;
    min-width: 0;
    padding: 20px 18px;
    border: 1px solid #d8d2c7;
    border-radius: 12px;
    background: #fff;
    flex-direction: column;
}

.pmaa-frequency-card h3 {
    margin: 0;
    color: var(--pmaa-ink);
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: 0;
    text-align: center;
    text-wrap: balance;
}

.pmaa-frequency-value {
    display: flex;
    min-height: 0;
    margin-top: auto;
    color: var(--pmaa-navy);
    flex: 1 1 auto;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.pmaa-frequency-value span {
    display: block;
    margin-bottom: 6px;
    color: var(--pmaa-muted);
    font-size: 12px;
    font-weight: 650;
    line-height: 1.2;
}

.pmaa-frequency-interval {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 4px;
    width: 100%;
    color: var(--pmaa-navy);
    white-space: nowrap;
}

.pmaa-frequency-value strong {
    color: var(--pmaa-navy);
    font-size: clamp(50px, 5vw, 66px);
    line-height: .86;
    letter-spacing: -.055em;
    font-variant-numeric: tabular-nums;
}

.pmaa-frequency-value small {
    color: var(--pmaa-navy);
    font-size: 15px;
    font-weight: 800;
    line-height: 1;
}

.pmaa-frequency-caption {
    margin: 12px 2px 0 !important;
    color: var(--pmaa-blue);
    font-size: 11px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: .08em;
    text-align: right;
    text-transform: uppercase;
}

@media (max-width: 900px) {
    .pmaa-frequency-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 620px) {
    .pmaa-root .wp-block-shortcode.pmaa-frequency-slot {
        margin-top: 32px !important;
    }

    .pmaa-frequency-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 390px) {
    .pmaa-frequency-grid {
        grid-template-columns: 1fr;
    }

    .pmaa-frequency-card {
        aspect-ratio: auto;
        min-height: 170px;
    }
}
