.usshey-pc-navi {
    --usshey-blue: #252b86;
    --usshey-bright: #3129e8;
    --usshey-navy: #071022;
    --usshey-ink: #111827;
    --usshey-muted: #5c667a;
    --usshey-red: #df0000;
    --usshey-line: #d5deed;
    --usshey-soft: #f3f6fb;
    --usshey-panel: #ffffff;
    color: var(--usshey-ink);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    margin: 24px 0;
    max-width: 100%;
}

/* Maker catalog contrast: keep navy for actions and compact accents only. */
.usshey-pc-navi.usshey-pc-navi--maker-catalog {
    --usshey-maker-navy: #171d63;
    --usshey-maker-navy-hover: #28349b;
    --usshey-maker-text: #1f2937;
    --usshey-maker-muted: #5f6b7a;
    --usshey-maker-border: #d8dfeb;
    --usshey-maker-soft: #f5f7fb;
    color: var(--usshey-maker-text);
}

.usshey-pc-navi.usshey-pc-navi--maker-catalog .usshey-maker-catalog-header {
    padding: 22px 24px 22px 26px;
    border-left: 5px solid var(--usshey-maker-navy);
    border-bottom: 1px solid var(--usshey-maker-border);
    background: #fff;
    color: var(--usshey-maker-text);
}

.usshey-pc-navi.usshey-pc-navi--maker-catalog .usshey-maker-catalog-header h2,
.usshey-pc-navi.usshey-pc-navi--maker-catalog .usshey-maker-catalog-header h2 * {
    border: 0;
    background: transparent;
    color: var(--usshey-maker-text);
}

.usshey-pc-navi.usshey-pc-navi--maker-catalog .usshey-maker-catalog-header > p {
    color: var(--usshey-maker-muted);
}

.usshey-pc-navi.usshey-pc-navi--maker-catalog .usshey-maker-catalog-header .usshey-maker-catalog-kicker {
    color: var(--usshey-maker-navy);
}

.usshey-pc-navi.usshey-pc-navi--maker-catalog .usshey-maker-catalog-count {
    border-color: var(--usshey-maker-navy);
    background: var(--usshey-maker-navy);
    color: #fff;
}

.usshey-pc-navi.usshey-pc-navi--maker-catalog .pc-nav-result-header {
    padding: 17px 19px;
    border-left: 5px solid var(--usshey-maker-navy);
    border-bottom: 1px solid var(--usshey-maker-border);
    background: var(--usshey-maker-soft);
    color: var(--usshey-maker-text);
}

.usshey-pc-navi.usshey-pc-navi--maker-catalog .pc-nav-result-header p {
    color: var(--usshey-maker-navy);
}

.usshey-pc-navi.usshey-pc-navi--maker-catalog .pc-nav-result-header h2,
.usshey-pc-navi.usshey-pc-navi--maker-catalog .pc-nav-result-header h2 * {
    background: transparent;
    color: var(--usshey-maker-text);
}

.usshey-pc-navi.usshey-pc-navi--maker-catalog .usshey-catalog-parent h3,
.usshey-pc-navi.usshey-pc-navi--maker-catalog .usshey-catalog-configuration h4,
.usshey-pc-navi.usshey-pc-navi--maker-catalog .usshey-catalog-empty h3 {
    color: var(--usshey-maker-text);
}

.usshey-pc-navi.usshey-pc-navi--maker-catalog .usshey-catalog-parent-features,
.usshey-pc-navi.usshey-pc-navi--maker-catalog .usshey-catalog-parent-meta,
.usshey-pc-navi.usshey-pc-navi--maker-catalog .usshey-catalog-parent-count {
    color: var(--usshey-maker-muted);
}

.usshey-pc-navi.usshey-pc-navi--maker-catalog .usshey-submit,
.usshey-pc-navi.usshey-pc-navi--maker-catalog .usshey-catalog-configurations summary,
.usshey-pc-navi.usshey-pc-navi--maker-catalog .usshey-catalog-configuration-actions .usshey-button {
    background: var(--usshey-maker-navy);
    color: #fff;
}

.usshey-pc-navi.usshey-pc-navi--maker-catalog .usshey-submit:hover,
.usshey-pc-navi.usshey-pc-navi--maker-catalog .usshey-catalog-configurations summary:hover,
.usshey-pc-navi.usshey-pc-navi--maker-catalog .usshey-catalog-configuration-actions .usshey-button:hover {
    background: var(--usshey-maker-navy-hover);
    color: #fff;
}

.usshey-pc-navi.usshey-pc-navi--maker-catalog .usshey-submit:focus-visible,
.usshey-pc-navi.usshey-pc-navi--maker-catalog .usshey-reset:focus-visible,
.usshey-pc-navi.usshey-pc-navi--maker-catalog .usshey-catalog-configurations summary:focus-visible,
.usshey-pc-navi.usshey-pc-navi--maker-catalog input:focus-visible,
.usshey-pc-navi.usshey-pc-navi--maker-catalog select:focus-visible,
.usshey-pc-navi.usshey-pc-navi--maker-catalog button:focus-visible,
.usshey-pc-navi.usshey-pc-navi--maker-catalog a:focus-visible {
    outline: 3px solid #5b6ee1;
    outline-offset: 3px;
}

@media (max-width: 720px) {
    .usshey-pc-navi.usshey-pc-navi--maker-catalog .usshey-maker-catalog-header {
        padding: 18px 15px 18px 17px;
    }
}

/* Article-bottom compact maker catalog. */
.usshey-article-catalog {
    width: 100%;
    max-width: 920px;
    margin: 32px auto;
    color: #101828;
    background: #fff;
    border-top: 3px solid #202977;
    border-bottom: 1px solid #d9e0eb;
    padding: 22px 0 16px;
    box-sizing: border-box;
}

.usshey-article-catalog *,
.usshey-article-catalog *::before,
.usshey-article-catalog *::after {
    box-sizing: border-box;
}

.usshey-article-catalog__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    padding: 0 4px 18px;
}

.usshey-article-catalog__header h2 {
    margin: 0;
    color: #101828;
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: 0;
}

.usshey-article-catalog__header p {
    margin: 6px 0 0;
    color: #596579;
    font-size: 14px;
    line-height: 1.7;
}

.usshey-article-catalog__total {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 4px 10px;
    color: #fff;
    background: #202977;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 700;
}

.usshey-article-catalog__filters {
    padding: 14px;
    border: 1px solid #cdd7e7;
    background: #f7f9fc;
}

.usshey-article-catalog__filter-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.usshey-article-catalog__field {
    display: grid;
    gap: 6px;
    min-width: 0;
    margin: 0;
}

.usshey-article-catalog__field > span {
    color: #344054;
    font-size: 13px;
    font-weight: 700;
}

.usshey-article-catalog__field select,
.usshey-article-catalog__field input {
    width: 100%;
    min-height: 42px;
    margin: 0;
    padding: 8px 34px 8px 10px;
    color: #101828;
    background-color: #fff;
    border: 1px solid #b9c6d8;
    border-radius: 4px;
    font-size: 14px;
    letter-spacing: 0;
}

.usshey-article-catalog__field input {
    padding-right: 10px;
}

.usshey-article-catalog__field select:focus,
.usshey-article-catalog__field input:focus,
.usshey-article-catalog__load-more:focus-visible,
.usshey-article-product__actions a:focus-visible {
    outline: 3px solid rgba(33, 105, 255, .28);
    outline-offset: 2px;
}

.usshey-article-catalog__more {
    margin-top: 12px;
    border-top: 1px solid #d9e0eb;
}

.usshey-article-catalog__more summary {
    display: flex;
    align-items: center;
    min-height: 42px;
    color: #202977;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    list-style: none;
}

.usshey-article-catalog__more summary::after {
    content: "+";
    margin-left: auto;
    font-size: 20px;
    line-height: 1;
}

.usshey-article-catalog__more[open] summary::after {
    content: "−";
}

.usshey-article-catalog__more summary::-webkit-details-marker {
    display: none;
}

.usshey-article-catalog__more .usshey-article-catalog__filter-grid {
    padding-top: 4px;
}

.usshey-article-catalog__status {
    margin: 16px 0 10px;
    color: #596579;
    font-size: 13px;
    font-weight: 600;
}

.usshey-article-catalog__cards {
    display: grid;
    gap: 12px;
}

.usshey-article-product {
    display: grid;
    grid-template-columns: minmax(180px, 31%) minmax(0, 1fr);
    min-width: 0;
    overflow: hidden;
    background: #fff;
    border: 1px solid #cfd8e6;
    border-radius: 6px;
}

.usshey-article-product__media {
    display: grid;
    place-items: center;
    width: 100%;
    aspect-ratio: 4 / 3;
    min-height: 0;
    padding: 12px;
    overflow: hidden;
    background: #f3f6fa;
}

.usshey-article-product__image {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.usshey-article-product__placeholder {
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
    min-height: 120px;
    color: #667085;
    border: 1px dashed #aab7c9;
    background: #eef2f7;
    font-size: 13px;
}

.usshey-article-product__body {
    min-width: 0;
    padding: 16px 18px;
}

.usshey-article-product__eyebrow {
    margin: 0 0 4px;
    color: #35635a;
    font-size: 12px;
    font-weight: 700;
}

.usshey-article-product__body h3 {
    margin: 0;
    overflow-wrap: anywhere;
    color: #101828;
    font-size: 20px;
    line-height: 1.45;
    letter-spacing: 0;
}

.usshey-article-product__specs {
    margin: 7px 0 12px;
    color: #475467;
    font-size: 13px;
    line-height: 1.6;
}

.usshey-article-product__purchase {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    padding-top: 10px;
    border-top: 1px solid #e3e8f0;
}

.usshey-article-product__purchase div {
    display: grid;
    gap: 1px;
}

.usshey-article-product__purchase span {
    color: #667085;
    font-size: 12px;
}

.usshey-article-product__purchase strong {
    color: #c52f1a;
    font-size: 22px;
    line-height: 1.3;
}

.usshey-article-product__purchase p {
    margin: 0;
    color: #475467;
    font-size: 13px;
}

.usshey-article-product__actions {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 12px;
}

.usshey-article-product__actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 8px 16px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
}

.usshey-article-product__cta {
    min-width: 190px;
    color: #fff !important;
    background: #202977;
    border: 1px solid #202977;
}

.usshey-article-product__review {
    color: #202977 !important;
    background: #fff;
    border: 1px solid #202977;
}

.usshey-article-catalog__load-more {
    width: 100%;
    min-height: 48px;
    margin-top: 14px;
    color: #202977;
    background: #fff;
    border: 1px solid #202977;
    border-radius: 4px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 700;
}

.usshey-article-catalog__load-more:hover {
    color: #fff;
    background: #202977;
}

.usshey-article-catalog__load-more:disabled {
    cursor: wait;
    opacity: .55;
}

.usshey-article-catalog__loading {
    display: grid;
    gap: 10px;
    margin-top: 12px;
}

.usshey-article-catalog__loading[hidden] {
    display: none;
}

.usshey-article-catalog__loading span {
    display: block;
    min-height: 126px;
    border: 1px solid #e1e7ef;
    background: linear-gradient(90deg, #f5f7fa 25%, #e9edf3 37%, #f5f7fa 63%);
    background-size: 400% 100%;
    animation: usshey-compact-loading 1.2s ease infinite;
}

@keyframes usshey-compact-loading {
    0% { background-position: 100% 0; }
    100% { background-position: 0 0; }
}

.usshey-article-catalog__empty {
    margin: 14px 0;
    padding: 18px;
    color: #475467;
    background: #f7f9fc;
    border: 1px solid #d9e0eb;
    text-align: center;
}

.usshey-article-catalog__fallback {
    margin: 12px 0 0;
    text-align: center;
}

.usshey-article-catalog__fallback a {
    color: #202977;
    font-size: 13px;
    font-weight: 700;
}

.usshey-article-catalog-notice {
    padding: 16px;
    border: 1px solid #d9e0eb;
    background: #f7f9fc;
}

@media (max-width: 768px) {
    .usshey-article-catalog {
        margin: 24px auto;
        padding-top: 18px;
    }

    .usshey-article-catalog__header,
    .usshey-article-catalog__status {
        margin-right: 4px;
        margin-left: 4px;
    }

    .usshey-article-catalog__filter-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .usshey-article-product {
        grid-template-columns: minmax(160px, 34%) minmax(0, 1fr);
    }

    .usshey-article-product__purchase {
        align-items: flex-start;
        flex-direction: column;
        gap: 5px;
    }
}

@media (max-width: 600px) {
    .usshey-article-catalog {
        border-top-width: 2px;
    }

    .usshey-article-catalog__header {
        gap: 12px;
        padding-bottom: 14px;
    }

    .usshey-article-catalog__header h2 {
        font-size: 20px;
    }

    .usshey-article-catalog__header p {
        font-size: 13px;
    }

    .usshey-article-catalog__filter-grid {
        grid-template-columns: 1fr;
    }

    .usshey-article-product {
        display: block;
    }

    .usshey-article-product__media {
        aspect-ratio: 4 / 3;
        max-height: 280px;
    }

    .usshey-article-product__body {
        padding: 15px;
    }

    .usshey-article-product__body h3 {
        font-size: 19px;
    }

    .usshey-article-product__purchase {
        flex-direction: row;
        align-items: flex-end;
    }

    .usshey-article-product__actions {
        align-items: stretch;
        flex-direction: column;
    }

    .usshey-article-product__actions a,
    .usshey-article-product__cta {
        width: 100%;
        min-width: 0;
    }
}

.usshey-catalog-switch {
    width: 100%;
    margin-top: 12px;
    padding: 12px;
    border: 1px solid #cdd7eb;
    border-radius: 6px;
    background: #f8faff;
    color: #1b2473;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
}

.usshey-catalog-switch span {
    display: block;
    margin-bottom: 3px;
    color: #667085;
    font-size: 11px;
    font-weight: 600;
}

.usshey-catalog-title {
    margin: 4px 0 16px;
    font-size: 18px;
}

.usshey-catalog-basic-filters,
.usshey-catalog-detail-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 12px;
}

.usshey-catalog-check {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 44px;
    padding: 10px;
    border: 1px solid #d7deeb;
    border-radius: 6px;
    background: #fff;
    font-weight: 700;
}

.usshey-catalog-check input {
    width: 18px;
    height: 18px;
}

.usshey-catalog-details {
    margin-top: 12px;
    border: 1px solid #d7deeb;
    border-radius: 6px;
    background: #f8faff;
}

.usshey-catalog-details summary {
    padding: 12px;
    color: #1b2473;
    font-weight: 700;
    cursor: pointer;
}

.usshey-catalog-detail-grid {
    padding: 0 12px 12px;
}

.usshey-catalog-sort {
    margin-top: 12px;
}

.usshey-catalog-chips {
    display: flex;
    gap: 6px;
    margin: 10px 0;
    overflow-x: auto;
    scrollbar-width: thin;
}

.usshey-catalog-chip {
    flex: 0 0 auto;
    padding: 7px 9px;
    border: 1px solid #cbd5e1;
    border-radius: 999px;
    background: #fff;
    color: #1b2473;
    font: inherit;
    font-size: 12px;
    cursor: pointer;
}

.usshey-catalog-chip--reset {
    color: #b42318;
}

.usshey-catalog-maker-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.usshey-catalog-maker,
.usshey-catalog-series,
.usshey-catalog-all-maker {
    padding: 12px;
    border: 1px solid #cdd7eb;
    border-radius: 6px;
    background: #fff;
    color: #111827;
    font: inherit;
    text-align: left;
    cursor: pointer;
}

.usshey-catalog-maker {
    display: flex;
    min-height: 66px;
    flex-direction: column;
    justify-content: center;
}

.usshey-catalog-maker strong {
    color: #11185b;
    font-size: 16px;
}

.usshey-catalog-maker span,
.usshey-catalog-series b {
    margin-top: 3px;
    color: #667085;
    font-size: 12px;
}

.usshey-catalog-series-list {
    display: grid;
    gap: 8px;
}

.usshey-catalog-series {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.usshey-catalog-series span {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.usshey-catalog-series small {
    margin-top: 3px;
    color: #667085;
    font-size: 11px;
}

.usshey-catalog-all-maker {
    width: 100%;
    margin-top: 8px;
    color: #1b2473;
    font-weight: 700;
    text-align: center;
}

.usshey-catalog-product-grid {
    display: grid;
    gap: 16px;
}

.usshey-catalog-parent {
    border: 1px solid #cfd8ea;
    border-radius: 7px;
    background: #fff;
    overflow: hidden;
}

.usshey-catalog-parent-overview {
    display: grid;
    grid-template-columns: minmax(150px, 30%) minmax(0, 1fr);
    gap: 18px;
    padding: 18px;
}

.usshey-catalog-parent-image {
    display: grid;
    min-height: 170px;
    place-items: center;
    background: #f3f6fb;
}

.usshey-catalog-parent-image img {
    width: 100%;
    height: 100%;
    max-height: 220px;
    object-fit: contain;
}

.usshey-catalog-parent-meta,
.usshey-catalog-parent-count {
    margin: 0 0 6px;
    color: #596579;
    font-size: 12px;
    font-weight: 700;
}

.usshey-catalog-parent h3 {
    margin: 0 0 10px;
    font-size: 21px;
    line-height: 1.35;
}

.usshey-catalog-parent-features {
    margin: 0 0 12px;
    color: #344054;
    line-height: 1.7;
}

.usshey-catalog-parent-price {
    margin: 0 0 4px;
    color: #c62817;
    font-size: 23px;
    font-weight: 800;
}

.usshey-catalog-configurations {
    border-top: 1px solid #d7deeb;
}

.usshey-catalog-configurations summary {
    padding: 14px 18px;
    background: #11185b;
    color: #fff;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
}

.usshey-catalog-configuration-list {
    display: grid;
    gap: 1px;
    background: #d7deeb;
}

.usshey-catalog-configuration {
    padding: 16px 18px;
    background: #fff;
}

.usshey-catalog-configuration h4 {
    margin: 0 0 10px;
    font-size: 16px;
}

.usshey-catalog-configuration dl {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
    margin: 0;
}

.usshey-catalog-configuration dl div {
    padding: 8px;
    border: 1px solid #e0e5ef;
    border-radius: 4px;
    background: #f8faff;
}

.usshey-catalog-configuration dt {
    color: #667085;
    font-size: 11px;
}

.usshey-catalog-configuration dd {
    margin: 2px 0 0;
    overflow-wrap: anywhere;
    font-weight: 700;
}

.usshey-catalog-configuration-price {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 6px 12px;
    margin-top: 12px;
}

.usshey-catalog-configuration-price strong {
    color: #c62817;
    font-size: 20px;
}

.usshey-catalog-configuration-price span {
    color: #667085;
    font-size: 12px;
}

.usshey-catalog-configuration-price .is-in_stock {
    color: #18794e;
    font-weight: 700;
}

.usshey-catalog-configuration-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}

.usshey-catalog-empty {
    padding: 24px;
    border: 1px solid #f0b37e;
    border-radius: 7px;
    background: #fffaf5;
}

.usshey-catalog-empty h3 {
    margin-top: 0;
}

.usshey-catalog-empty div {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.usshey-catalog-empty button {
    padding: 10px 12px;
    border: 1px solid #d97706;
    border-radius: 5px;
    background: #fff;
    color: #9a3412;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
}

/* Manufacturer-locked catalog shortcode. */
.usshey-pc-navi--maker-catalog {
    max-width: 1180px;
    margin: 28px auto;
    overflow: hidden;
    border: 1px solid #cfd8ea;
    border-radius: 8px;
    background: #fff;
}

.usshey-maker-catalog-header {
    position: relative;
    padding: 24px 26px;
    background: #11185b;
    color: #fff;
}

.usshey-maker-catalog-header h2 {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 26px;
    line-height: 1.35;
}

.usshey-maker-catalog-header > p {
    max-width: 760px;
    margin: 8px 0 0;
    color: #e6ebff;
    line-height: 1.7;
}

.usshey-maker-catalog-header .usshey-maker-catalog-kicker {
    margin: 0 0 6px;
    color: #bfcaff;
    font-size: 12px;
    font-weight: 800;
}

.usshey-maker-catalog-count {
    position: absolute;
    top: 24px;
    right: 26px;
    padding: 5px 9px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.12);
    font-size: 12px;
    font-weight: 800;
}

.usshey-maker-catalog-layout {
    padding: 22px;
}

.usshey-maker-catalog-controls {
    align-self: start;
}

.usshey-maker-catalog-results .usshey-answer {
    margin: 0;
}

.usshey-catalog-parent-review {
    display: inline-flex;
    margin: 4px 0 0;
    padding: 3px 7px;
    border: 1px solid #b9c8ed;
    border-radius: 4px;
    background: #eef2ff;
    color: #30338d;
    font-size: 11px;
    font-weight: 800;
}

.usshey-maker-catalog-notice {
    max-width: 960px;
    margin: 24px auto;
    padding: 18px 20px;
    border: 1px solid #f0b37e;
    border-radius: 7px;
    background: #fffaf5;
}

.usshey-maker-catalog-notice p {
    margin: 0;
}

.usshey-maker-catalog-series-notice {
    margin: 0;
    padding: 10px 11px;
    border-left: 3px solid #667085;
    background: #fff;
    color: #475467;
    font-size: 12px;
    line-height: 1.6;
}

@media (max-width: 720px) {
    .usshey-mode-tab {
        min-width: 0;
        padding-inline: 8px;
        font-size: 12px;
        line-height: 1.35;
    }

    .usshey-catalog-maker-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .usshey-catalog-basic-filters,
    .usshey-catalog-detail-grid {
        grid-template-columns: 1fr;
    }

    .usshey-catalog-parent-overview {
        grid-template-columns: 1fr;
        padding: 14px;
    }

    .usshey-catalog-parent-image {
        min-height: 190px;
    }

    .usshey-catalog-parent h3 {
        font-size: 18px;
    }

    .usshey-catalog-configuration dl {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .usshey-catalog-configuration-actions,
    .usshey-catalog-configuration-actions a {
        width: 100%;
    }

    .usshey-pc-navi--maker-catalog {
        margin: 20px 0;
        border-radius: 6px;
    }

    .usshey-maker-catalog-header {
        padding: 19px 16px;
    }

    .usshey-maker-catalog-header h2 {
        padding-right: 0;
        font-size: 21px;
    }

    .usshey-maker-catalog-count {
        position: static;
        display: inline-block;
        margin-top: 10px;
    }

    .usshey-maker-catalog-layout {
        padding: 12px;
    }

    .usshey-pc-navi--maker-catalog .usshey-catalog-basic-filters {
        grid-template-columns: 1fr;
    }

    .usshey-pc-navi--maker-catalog,
    .usshey-pc-navi--maker-catalog * {
        min-width: 0;
        max-width: 100%;
        box-sizing: border-box;
    }
}

/* Phase 1: purchase-decision result flow. */
.usshey-pc-navi--portal .pc-nav-selected-conditions,
.pc-simple-navigator .pc-simple-selected-conditions {
    background: #f5f7fb;
    border: 1px solid #d7dfec;
    border-radius: 7px;
    margin: 0 0 18px;
    padding: 15px 17px;
}

.usshey-pc-navi--portal .pc-nav-selected-conditions h3,
.pc-simple-navigator .pc-simple-selected-conditions h4 {
    background: transparent;
    border: 0;
    color: #111827;
    font-size: 15px;
    font-weight: 900;
    margin: 0 0 10px;
    padding: 0;
}

.usshey-pc-navi--portal .pc-nav-selected-conditions dl,
.pc-simple-navigator .pc-simple-selected-condition-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
}

.usshey-pc-navi--portal .pc-nav-selected-conditions dl > div,
.pc-simple-navigator .pc-simple-selected-condition-list > div {
    align-items: center;
    background: #fff;
    border: 1px solid #ced8e8;
    border-radius: 5px;
    display: flex;
    gap: 7px;
    padding: 6px 9px;
}

.usshey-pc-navi--portal .pc-nav-selected-conditions dt,
.pc-simple-navigator .pc-simple-selected-condition-list dt {
    color: #667085;
    font-size: 11px;
    font-weight: 800;
}

.usshey-pc-navi--portal .pc-nav-selected-conditions dd,
.pc-simple-navigator .pc-simple-selected-condition-list dd {
    color: #101828;
    font-size: 12px;
    font-weight: 900;
    margin: 0;
}

.usshey-pc-navi--portal .usshey-answer-card .pc-nav-primary-card {
    background: #fff;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(17, 24, 39, 0.08);
    display: block !important;
    overflow: hidden;
    padding: 0 !important;
}

.usshey-pc-navi--portal .pc-nav-primary-heading {
    background: #11193f;
    color: #fff;
    padding: 17px 20px;
}

.usshey-pc-navi--portal .pc-nav-primary-heading p,
.usshey-pc-navi--portal .pc-nav-primary-heading h3 {
    background: transparent;
    border: 0;
    color: inherit;
    margin: 0;
    padding: 0;
}

.usshey-pc-navi--portal .pc-nav-primary-heading p {
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 4px;
}

.usshey-pc-navi--portal .pc-nav-primary-heading h3 {
    font-size: 23px;
    font-weight: 900;
    line-height: 1.35;
}

.usshey-pc-navi--portal .pc-nav-primary-overview {
    align-items: center;
    display: grid;
    gap: 22px;
    grid-template-columns: minmax(230px, 36%) minmax(0, 1fr);
    padding: 22px;
}

.usshey-pc-navi--portal .pc-nav-primary-overview .pc-nav-primary-image {
    background: #f3f6fa;
    grid-area: auto;
    min-height: 245px;
    width: 100%;
}

.usshey-pc-navi--portal .pc-nav-primary-info {
    grid-area: auto;
}

.usshey-pc-navi--portal .pc-nav-primary-configuration,
.usshey-pc-navi--portal .pc-nav-primary-reasons,
.usshey-pc-navi--portal .pc-nav-fit-status,
.usshey-pc-navi--portal .pc-nav-reviewer-note,
.usshey-pc-navi--portal .pc-nav-warning,
.usshey-pc-navi--portal .pc-nav-purchase {
    border-top: 1px solid #e1e7f0;
    margin: 0;
    padding: 18px 22px;
    width: auto;
}

.usshey-pc-navi--portal .pc-nav-primary-configuration > h4,
.usshey-pc-navi--portal .pc-nav-primary-reasons > h4,
.usshey-pc-navi--portal .pc-nav-fit-status > h4,
.usshey-pc-navi--portal .pc-nav-reviewer-note > h4,
.usshey-pc-navi--portal .pc-nav-warning > h4,
.usshey-pc-navi--portal .pc-nav-purchase > h4 {
    background: transparent;
    border: 0;
    color: #101828;
    font-size: 16px;
    font-weight: 900;
    margin: 0 0 10px;
    padding: 0;
}

.usshey-pc-navi--portal .pc-nav-primary-specs {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0;
    width: 100%;
}

.usshey-pc-navi--portal .pc-nav-primary-specs > div {
    background: #f7f9fc;
    border: 1px solid #d7dfec;
    border-radius: 6px;
    min-width: 0;
    padding: 9px 10px;
}

.usshey-pc-navi--portal .pc-nav-primary-specs dt {
    color: #667085;
    font-size: 11px;
    font-weight: 800;
}

.usshey-pc-navi--portal .pc-nav-primary-specs dd {
    color: #101828;
    font-size: 13px;
    font-weight: 900;
    margin: 3px 0 0;
    overflow-wrap: anywhere;
}

.usshey-pc-navi--portal .pc-nav-reason-list,
.usshey-pc-navi--portal .pc-nav-fit-status ul,
.usshey-pc-navi--portal .pc-nav-final-choice ul,
.pc-simple-navigator .pc-simple-reason-list {
    display: grid;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.usshey-pc-navi--portal .pc-nav-reason-list li,
.usshey-pc-navi--portal .pc-nav-fit-status li,
.pc-simple-navigator .pc-simple-reason-list li {
    color: #344054;
    font-size: 13px;
    line-height: 1.65;
}

.usshey-pc-navi--portal .pc-nav-reason-list li::before,
.pc-simple-navigator .pc-simple-reason-list li::before {
    color: #283593;
    content: "✓";
    font-weight: 900;
    margin-right: 8px;
}

.usshey-pc-navi--portal .pc-nav-fit-status li.is-minimum {
    color: #7a4b00;
}

.usshey-pc-navi--portal .pc-nav-reviewer-note,
.pc-simple-navigator .pc-simple-reviewer-note {
    background: #f7f9fc;
}

.usshey-pc-navi--portal .pc-nav-reviewer-note p,
.pc-simple-navigator .pc-simple-reviewer-note p,
.usshey-pc-navi--portal .pc-nav-warning p {
    color: #475467;
    font-size: 13px;
    line-height: 1.65;
    margin: 0;
}

.usshey-pc-navi--portal .pc-nav-warning {
    background: #fff8ed;
    border-left: 3px solid #f79009;
}

.usshey-pc-navi--portal .pc-nav-purchase {
    background: #f8fafc;
}

.usshey-pc-navi--portal .pc-nav-purchase .pc-nav-primary-price {
    color: #c62816;
    font-size: 30px;
    font-weight: 900;
    margin: 0 0 13px;
}

.usshey-pc-navi--portal .pc-nav-primary-actions {
    display: grid;
    gap: 9px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
}

.usshey-pc-navi--portal .pc-nav-primary-actions a {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 46px;
    text-align: center;
}

.usshey-pc-navi--portal .pc-nav-decision-candidates,
.usshey-pc-navi--portal .pc-nav-difference-comparison,
.usshey-pc-navi--portal .pc-nav-final-choice {
    border-top: 1px solid #d7dfec;
    margin-top: 24px;
    padding-top: 21px;
}

.usshey-pc-navi--portal .pc-nav-decision-candidates > h3,
.usshey-pc-navi--portal .pc-nav-difference-comparison > h3,
.usshey-pc-navi--portal .pc-nav-final-choice > h3 {
    background: transparent;
    border: 0;
    color: #101828;
    font-size: 21px;
    font-weight: 900;
    margin: 0 0 13px;
    padding: 0;
}

.usshey-pc-navi--portal .pc-nav-alternative-difference {
    background: #edf4ff;
    border-bottom: 1px solid #c7d7ef;
    color: #173568;
    font-size: 12px;
    font-weight: 800;
    grid-column: 1 / -1;
    line-height: 1.55;
    margin: -1px -1px 0;
    padding: 10px 13px;
}

.usshey-pc-navi--portal .pc-nav-comparison-scroll {
    max-width: 100%;
    overflow-x: auto;
}

.usshey-pc-navi--portal .pc-nav-difference-comparison table {
    border-collapse: collapse;
    font-size: 13px;
    min-width: 680px;
    width: 100%;
}

.usshey-pc-navi--portal .pc-nav-difference-comparison th,
.usshey-pc-navi--portal .pc-nav-difference-comparison td {
    border: 1px solid #d7dfec;
    padding: 10px 11px;
    text-align: left;
    vertical-align: top;
}

.usshey-pc-navi--portal .pc-nav-difference-comparison thead th {
    background: #11193f;
    color: #fff;
}

.usshey-pc-navi--portal .pc-nav-difference-comparison tbody th {
    background: #f3f6fa;
    color: #344054;
    min-width: 105px;
}

.usshey-pc-navi--portal .pc-nav-final-choice {
    background: #f5f7fb;
    border: 1px solid #d7dfec;
    border-radius: 7px;
    padding: 18px;
}

.usshey-pc-navi--portal .pc-nav-final-choice li {
    color: #344054;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.55;
}

@media (max-width: 760px) {
    .usshey-pc-navi--portal .pc-nav-primary-overview {
        grid-template-columns: 1fr;
        padding: 16px;
    }

    .usshey-pc-navi--portal .pc-nav-primary-overview .pc-nav-primary-image {
        min-height: 210px;
    }

    .usshey-pc-navi--portal .pc-nav-primary-configuration,
    .usshey-pc-navi--portal .pc-nav-primary-reasons,
    .usshey-pc-navi--portal .pc-nav-fit-status,
    .usshey-pc-navi--portal .pc-nav-reviewer-note,
    .usshey-pc-navi--portal .pc-nav-warning,
    .usshey-pc-navi--portal .pc-nav-purchase {
        padding: 16px;
    }

    .usshey-pc-navi--portal .pc-nav-primary-specs {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .usshey-pc-navi--portal .pc-nav-primary-actions {
        grid-template-columns: 1fr;
    }

    .usshey-pc-navi--portal .pc-nav-selected-conditions dl,
    .pc-simple-navigator .pc-simple-selected-condition-list {
        display: grid;
        grid-template-columns: 1fr;
    }

    .usshey-pc-navi--portal .pc-nav-selected-conditions dl > div,
    .pc-simple-navigator .pc-simple-selected-condition-list > div {
        justify-content: space-between;
    }
}

.usshey-incomplete-badge {
    background: #fff4d6 !important;
    border: 1px solid #d97706 !important;
    color: #8a3d00 !important;
    font-weight: 700;
}

/* Top-page three-question navigator. Kept fully scoped to avoid theme collisions. */
.pc-simple-nav {
    --pc-simple-primary: #202a78;
    --pc-simple-primary-dark: #11183f;
    --pc-simple-border: #cfd9ea;
    --pc-simple-bg: #f4f7fb;
    --pc-simple-muted: #5c667a;
    --pc-simple-text: #111827;
    color: var(--pc-simple-text);
    margin: 24px 0;
    width: 100%;
}

.pc-simple-nav [hidden] {
    display: none !important;
}

.pc-simple-nav .pc-simple-shell {
    background: #fff;
    border: 1px solid var(--pc-simple-border);
    border-radius: 8px;
    margin: 0 auto;
    max-width: 1400px;
    overflow: hidden;
    width: 100%;
}

.pc-simple-nav .pc-simple-header {
    align-items: center;
    background: var(--pc-simple-primary-dark);
    color: #fff;
    display: flex;
    min-height: 154px;
    padding: 28px 34px;
}

.pc-simple-nav .pc-simple-header-copy {
    min-width: 0;
}

.pc-simple-nav .pc-simple-brand-logo {
    display: block;
    height: 26px;
    margin: 0 0 12px;
    max-width: 150px;
    object-fit: contain;
    object-position: left center;
    width: auto;
}

.pc-simple-nav .pc-simple-eyebrow,
.pc-simple-nav .pc-simple-lead,
.pc-simple-nav .pc-simple-header h2 {
    color: #fff !important;
    margin: 0;
}

.pc-simple-nav .pc-simple-eyebrow {
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 6px;
}

.pc-simple-nav .pc-simple-header h2 {
    background: transparent;
    border: 0;
    font-size: 31px;
    font-weight: 900;
    line-height: 1.3;
    padding: 0;
}

.pc-simple-nav .pc-simple-lead {
    color: #dce5ff !important;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.65;
    margin-top: 9px;
}

.pc-simple-nav .pc-simple-layout {
    display: grid;
    grid-template-columns: minmax(0, 65fr) minmax(320px, 35fr);
    min-width: 0;
}

.pc-simple-nav .pc-simple-questions {
    min-width: 0;
    padding: 30px 34px 34px;
}

.pc-simple-nav .pc-simple-progress {
    display: grid;
    gap: 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    list-style: none;
    margin: 0 0 30px;
    padding: 0;
}

.pc-simple-nav .pc-simple-progress li {
    align-items: center;
    color: #7a8495;
    display: flex;
    flex-direction: column;
    font-size: 12px;
    font-weight: 800;
    gap: 7px;
    min-width: 0;
    position: relative;
    text-align: center;
}

.pc-simple-nav .pc-simple-progress li::before,
.pc-simple-nav .pc-simple-progress li::after {
    background: #dce3ee;
    content: "";
    height: 2px;
    position: absolute;
    top: 16px;
    width: 50%;
    z-index: 0;
}

.pc-simple-nav .pc-simple-progress li::before {
    left: 0;
}

.pc-simple-nav .pc-simple-progress li::after {
    right: 0;
}

.pc-simple-nav .pc-simple-progress li:first-child::before,
.pc-simple-nav .pc-simple-progress li:last-child::after {
    display: none;
}

.pc-simple-nav .pc-simple-progress li > span {
    align-items: center;
    background: #e7ecf4;
    border: 2px solid #e7ecf4;
    border-radius: 50%;
    color: #677287;
    display: inline-flex;
    font-size: 13px;
    font-weight: 900;
    height: 34px;
    justify-content: center;
    position: relative;
    width: 34px;
    z-index: 1;
}

.pc-simple-nav .pc-simple-progress li.pc-simple-progress-current > span {
    background: #fff;
    border-color: var(--pc-simple-primary);
    color: var(--pc-simple-primary);
}

.pc-simple-nav .pc-simple-progress li.pc-simple-progress-complete,
.pc-simple-nav .pc-simple-progress li.pc-simple-progress-current {
    color: var(--pc-simple-primary);
}

.pc-simple-nav .pc-simple-progress li.pc-simple-progress-complete > span {
    background: var(--pc-simple-primary);
    border-color: var(--pc-simple-primary);
    color: #fff;
}

.pc-simple-nav .pc-simple-progress li.pc-simple-progress-complete::before,
.pc-simple-nav .pc-simple-progress li.pc-simple-progress-complete::after,
.pc-simple-nav .pc-simple-progress li.pc-simple-progress-current::before {
    background: var(--pc-simple-primary);
}

.pc-simple-nav .pc-simple-progress small {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: 1.35;
}

.pc-simple-nav .pc-simple-question {
    border: 0;
    margin: 0 0 28px;
    min-width: 0;
    padding: 0;
}

.pc-simple-nav .pc-simple-carry-guidance {
    margin: -4px 0 18px;
    color: #667085;
    font-size: 13px;
    line-height: 1.65;
}

.pc-simple-nav .pc-simple-question legend {
    color: var(--pc-simple-text);
    font-size: 18px;
    font-weight: 900;
    line-height: 1.45;
    margin: 0 0 12px;
    padding: 0;
}

.pc-simple-nav .pc-simple-question legend > span {
    color: var(--pc-simple-primary);
    display: inline-block;
    font-size: 13px;
    margin-right: 8px;
}

.pc-simple-nav .pc-simple-options {
    display: grid;
    gap: 9px;
    min-width: 0;
}

.pc-simple-nav .pc-simple-options--budget,
.pc-simple-nav .pc-simple-options--mobility {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pc-simple-nav .pc-simple-options--usage {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pc-simple-nav .pc-simple-option {
    align-items: center;
    background: #fff;
    border: 1px solid var(--pc-simple-border);
    border-radius: 7px;
    color: var(--pc-simple-text);
    cursor: pointer;
    display: flex;
    font: inherit;
    font-size: 13px;
    font-weight: 800;
    gap: 9px;
    justify-content: center;
    line-height: 1.4;
    min-height: 50px;
    min-width: 0;
    overflow-wrap: anywhere;
    padding: 10px 12px;
    position: relative;
    text-align: center;
    transition: background-color 150ms ease, border-color 150ms ease, color 150ms ease, box-shadow 150ms ease;
    width: 100%;
}

.pc-simple-nav .pc-simple-option:hover {
    background: #f6f8ff;
    border-color: var(--pc-simple-primary);
}

.pc-simple-nav .pc-simple-option:focus-visible,
.pc-simple-nav .pc-simple-primary-cta:focus-visible,
.pc-simple-nav .pc-simple-review-cta:focus-visible,
.pc-simple-nav .pc-simple-detail-link:focus-visible,
.pc-simple-nav .pc-simple-card-detail:focus-visible {
    box-shadow: 0 0 0 4px rgba(32, 42, 120, 0.2);
    outline: 2px solid var(--pc-simple-primary);
    outline-offset: 2px;
}

.pc-simple-nav .pc-simple-option.pc-simple-option-selected {
    background: var(--pc-simple-primary);
    border-color: var(--pc-simple-primary);
    color: #fff;
}

.pc-simple-nav .pc-simple-option-check {
    display: none;
    font-size: 13px;
    font-weight: 900;
}

.pc-simple-nav .pc-simple-option-selected .pc-simple-option-check {
    display: inline;
}

.pc-simple-nav .pc-simple-option--icon {
    justify-content: flex-start;
    text-align: left;
}

.pc-simple-nav .pc-simple-option-icon {
    align-items: center;
    display: inline-flex;
    flex: 0 0 24px;
    justify-content: center;
}

.pc-simple-nav .pc-simple-option-icon svg {
    height: 22px;
    width: 22px;
}

.pc-simple-nav .pc-simple-option--mobility {
    align-items: flex-start;
    justify-content: flex-start;
    min-height: 82px;
    padding: 13px;
    text-align: left;
}

.pc-simple-nav .pc-simple-option--mobility > span:nth-child(2) {
    display: grid;
    gap: 4px;
    min-width: 0;
}

.pc-simple-nav .pc-simple-option--mobility small {
    color: inherit;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.45;
    opacity: 0.82;
}

.pc-simple-nav .pc-simple-option--mobility .pc-simple-option-check {
    margin-left: auto;
}

.pc-simple-nav .pc-simple-detail-link {
    align-items: center;
    color: var(--pc-simple-primary);
    display: inline-flex;
    font-size: 14px;
    font-weight: 850;
    gap: 6px;
    line-height: 1.5;
    min-height: 44px;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.pc-simple-nav .pc-simple-detail-link::after {
    content: "›";
    font-size: 20px;
    line-height: 1;
}

.pc-simple-nav .pc-simple-result {
    background: var(--pc-simple-bg);
    border-left: 1px solid var(--pc-simple-border);
    min-width: 0;
    padding: 30px;
}

.pc-simple-nav .pc-simple-result-empty {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 520px;
    text-align: center;
}

.pc-simple-nav .pc-simple-laptop-icon {
    align-items: center;
    background: #e5eaf5;
    border-radius: 50%;
    color: var(--pc-simple-primary);
    display: inline-flex;
    height: 78px;
    justify-content: center;
    margin-bottom: 20px;
    width: 78px;
}

.pc-simple-nav .pc-simple-laptop-icon svg {
    height: 42px;
    width: 42px;
}

.pc-simple-nav .pc-simple-result-kicker {
    color: var(--pc-simple-primary);
    font-size: 12px;
    font-weight: 900;
    margin: 0 0 7px;
}

.pc-simple-nav .pc-simple-result-empty h3,
.pc-simple-nav .pc-simple-result-header h3,
.pc-simple-nav .pc-simple-no-result h3 {
    background: transparent;
    border: 0;
    color: var(--pc-simple-text);
    font-size: 22px;
    font-weight: 900;
    line-height: 1.45;
    margin: 0;
    overflow-wrap: anywhere;
    padding: 0;
}

.pc-simple-nav .pc-simple-result-empty ul {
    color: var(--pc-simple-muted);
    display: grid;
    font-size: 13px;
    font-weight: 750;
    gap: 7px;
    list-style: none;
    margin: 20px 0 0;
    padding: 0;
}

.pc-simple-nav .pc-simple-result-empty li::before {
    color: var(--pc-simple-primary);
    content: "✓";
    font-weight: 900;
    margin-right: 7px;
}

.pc-simple-nav .pc-simple-result-header {
    margin-bottom: 16px;
}

.pc-simple-nav .pc-simple-result-labels {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 12px;
}

.pc-simple-nav .pc-simple-result-labels span {
    background: #e4e9fb;
    border: 1px solid #cad3ef;
    border-radius: 4px;
    color: var(--pc-simple-primary);
    font-size: 11px;
    font-weight: 850;
    line-height: 1.4;
    padding: 4px 7px;
}

.pc-simple-nav .pc-simple-product {
    background: #fff;
    border: 1px solid var(--pc-simple-border);
    border-radius: 8px;
    min-width: 0;
    overflow: hidden;
}

.pc-simple-nav .pc-simple-product-image {
    align-items: center;
    aspect-ratio: 16 / 10;
    background: #fff;
    display: flex;
    justify-content: center;
    min-height: 190px;
    padding: 18px;
}

.pc-simple-nav .pc-simple-product-image img {
    height: 100%;
    max-height: 260px;
    max-width: 100%;
    object-fit: contain;
    width: 100%;
}

.pc-simple-nav .pc-simple-product-placeholder {
    align-items: center;
    border: 1px dashed #aebbd0;
    color: var(--pc-simple-muted);
    display: flex;
    height: 100%;
    justify-content: center;
    min-height: 150px;
    width: 100%;
}

.pc-simple-nav .pc-simple-product-body {
    border-top: 1px solid #e4e9f1;
    padding: 20px;
}

.pc-simple-nav .pc-simple-product-maker {
    color: var(--pc-simple-primary);
    font-size: 12px;
    font-weight: 850;
    margin: 0 0 6px;
}

.pc-simple-nav .pc-simple-product-name {
    color: var(--pc-simple-text);
    font-size: 21px;
    font-weight: 900;
    line-height: 1.4;
    margin: 0;
    overflow-wrap: anywhere;
}

.pc-simple-nav .pc-simple-product-price {
    color: #c8321d;
    font-size: 23px;
    font-weight: 900;
    line-height: 1.35;
    margin: 10px 0 0;
}

.pc-simple-nav .pc-simple-product-specs {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    list-style: none;
    margin: 15px 0 0;
    padding: 0;
}

.pc-simple-nav .pc-simple-product-specs li {
    background: #f6f8fc;
    border: 1px solid var(--pc-simple-border);
    border-radius: 4px;
    color: #344057;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.4;
    padding: 4px 7px;
}

.pc-simple-nav .pc-simple-product-reasons {
    border-top: 1px solid #e4e9f1;
    margin-top: 18px;
    padding-top: 16px;
}

.pc-simple-nav .pc-simple-product-reasons h5 {
    color: var(--pc-simple-text);
    font-size: 14px;
    font-weight: 900;
    margin: 0 0 10px;
}

.pc-simple-nav .pc-simple-reason-list {
    display: grid;
    gap: 9px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.pc-simple-nav .pc-simple-reason-list li {
    color: #344057;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.65;
    padding-left: 23px;
    position: relative;
}

.pc-simple-nav .pc-simple-reason-list li::before {
    align-items: center;
    background: #e7ebfb;
    border-radius: 50%;
    color: var(--pc-simple-primary);
    content: "✓";
    display: inline-flex;
    font-size: 10px;
    font-weight: 900;
    height: 17px;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 2px;
    width: 17px;
}

.pc-simple-nav .pc-simple-product-actions {
    display: grid;
    gap: 9px;
    margin-top: 20px;
}

.pc-simple-nav .pc-simple-primary-cta,
.pc-simple-nav .pc-simple-review-cta,
.pc-simple-nav .pc-simple-card-detail {
    align-items: center;
    border-radius: 7px;
    display: flex;
    font-size: 14px;
    font-weight: 900;
    justify-content: center;
    line-height: 1.4;
    min-height: 48px;
    padding: 11px 12px;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

.pc-simple-nav .pc-simple-primary-cta {
    background: var(--pc-simple-primary);
    border: 1px solid var(--pc-simple-primary);
    color: #fff;
}

.pc-simple-nav .pc-simple-primary-cta:hover {
    background: #17205f;
    color: #fff;
}

.pc-simple-nav .pc-simple-review-cta {
    background: #fff;
    border: 1px solid var(--pc-simple-primary);
    color: var(--pc-simple-primary);
}

.pc-simple-nav .pc-simple-card-detail {
    color: var(--pc-simple-primary);
    min-height: 42px;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.pc-simple-nav .pc-simple-product-note {
    border-left: 3px solid #aeb8c9;
    color: var(--pc-simple-muted);
    font-size: 11px;
    line-height: 1.6;
    margin: 16px 0 0;
    padding: 6px 9px;
}

.pc-simple-nav .pc-simple-no-result {
    align-items: stretch;
    background: #fff;
    border: 1px solid var(--pc-simple-border);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 420px;
    padding: 28px;
    text-align: center;
}

.pc-simple-nav .pc-simple-no-result > p:not(.pc-simple-result-kicker) {
    color: var(--pc-simple-muted);
    font-size: 13px;
    line-height: 1.65;
    margin: 14px 0 20px;
}

@media (max-width: 1120px) {
    .pc-simple-nav .pc-simple-layout {
        grid-template-columns: minmax(0, 55fr) minmax(330px, 45fr);
    }

    .pc-simple-nav .pc-simple-questions,
    .pc-simple-nav .pc-simple-result {
        padding: 26px;
    }

    .pc-simple-nav .pc-simple-options--budget,
    .pc-simple-nav .pc-simple-options--usage {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pc-simple-nav .pc-simple-options--mobility {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 860px) {
    .pc-simple-nav .pc-simple-layout {
        grid-template-columns: minmax(0, 1fr);
    }

    .pc-simple-nav .pc-simple-result {
        border-left: 0;
        border-top: 1px solid var(--pc-simple-border);
    }

    .pc-simple-nav .pc-simple-result-empty {
        min-height: 340px;
    }

    .pc-simple-nav .pc-simple-product-image {
        max-height: 340px;
    }
}

@media (max-width: 640px) {
    .pc-simple-nav {
        margin: 16px 0;
    }

    .pc-simple-nav .pc-simple-header {
        min-height: 0;
        padding: 22px 18px;
    }

    .pc-simple-nav .pc-simple-brand-logo {
        height: 22px;
        max-width: 120px;
    }

    .pc-simple-nav .pc-simple-header h2 {
        font-size: 24px;
    }

    .pc-simple-nav .pc-simple-lead {
        font-size: 13px;
    }

    .pc-simple-nav .pc-simple-questions,
    .pc-simple-nav .pc-simple-result {
        padding: 22px 16px;
    }

    .pc-simple-nav .pc-simple-progress {
        margin-bottom: 26px;
    }

    .pc-simple-nav .pc-simple-progress li {
        font-size: 10px;
    }

    .pc-simple-nav .pc-simple-progress li > span {
        height: 30px;
        width: 30px;
    }

    .pc-simple-nav .pc-simple-progress li::before,
    .pc-simple-nav .pc-simple-progress li::after {
        top: 14px;
    }

    .pc-simple-nav .pc-simple-question legend {
        font-size: 17px;
    }

    .pc-simple-nav .pc-simple-options--budget {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pc-simple-nav .pc-simple-options--usage,
    .pc-simple-nav .pc-simple-options--mobility {
        grid-template-columns: 1fr;
    }

    .pc-simple-nav .pc-simple-option {
        min-height: 48px;
    }

    .pc-simple-nav .pc-simple-option--mobility {
        min-height: 76px;
    }

    .pc-simple-nav .pc-simple-result-empty {
        min-height: 300px;
    }

    .pc-simple-nav .pc-simple-result-empty h3,
    .pc-simple-nav .pc-simple-result-header h3,
    .pc-simple-nav .pc-simple-no-result h3 {
        font-size: 20px;
    }

    .pc-simple-nav .pc-simple-product-image {
        min-height: 180px;
        padding: 14px;
    }

    .pc-simple-nav .pc-simple-product-body {
        padding: 18px 15px;
    }

    .pc-simple-nav .pc-simple-product-name {
        font-size: 19px;
    }

    .pc-simple-nav .pc-simple-primary-cta,
    .pc-simple-nav .pc-simple-review-cta,
    .pc-simple-nav .pc-simple-card-detail {
        min-height: 48px;
    }
}

.usshey-pc-navi * {
    box-sizing: border-box;
}

.usshey-navi-layout {
    align-items: start;
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(280px, 360px) minmax(0, 1fr);
}

.usshey-control-panel {
    background: var(--usshey-panel);
    border: 1px solid var(--usshey-line);
    border-radius: 8px;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
    display: grid;
    gap: 16px;
    padding: 22px;
    position: sticky;
    top: 24px;
}

.usshey-panel-kicker {
    color: var(--usshey-blue);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
    margin: 0;
}

.usshey-control-panel h2 {
    background: transparent;
    border: 0;
    color: var(--usshey-ink);
    font-size: 27px;
    font-weight: 900;
    line-height: 1.28;
    margin: 0;
    padding: 0;
}

.usshey-panel-lead {
    color: var(--usshey-muted);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.65;
    margin: 0;
}

.usshey-field,
.usshey-segment-field {
    border: 0;
    display: grid;
    gap: 8px;
    margin: 0;
    min-width: 0;
    padding: 0;
}

.usshey-field span,
.usshey-segment-field legend {
    color: #4a556a;
    font-size: 13px;
    font-weight: 800;
    margin: 0;
    padding: 0;
}

.usshey-field input,
.usshey-field select {
    background: #fff;
    border: 1px solid var(--usshey-line);
    border-radius: 7px;
    color: var(--usshey-ink);
    font: inherit;
    min-height: 46px;
    padding: 10px 13px;
    width: 100%;
}

.usshey-field input:focus,
.usshey-field select:focus {
    border-color: var(--usshey-blue);
    box-shadow: 0 0 0 3px rgba(37, 43, 134, 0.12);
    outline: none;
}

.usshey-filter-row {
    display: grid;
    gap: 14px;
    grid-template-columns: 1fr 1fr;
}

.usshey-segments {
    background: #edf3fb;
    border: 1px solid var(--usshey-line);
    border-radius: 7px;
    display: grid;
    gap: 0;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    overflow: hidden;
}

.usshey-segment {
    background: transparent;
    border: 0;
    color: #5c667a;
    cursor: pointer;
    font: inherit;
    font-size: 13px;
    font-weight: 800;
    min-height: 44px;
    padding: 8px 6px;
}

.usshey-segment.is-active {
    background: var(--usshey-blue);
    color: #fff;
}

.usshey-check {
    align-items: center;
    color: var(--usshey-ink);
    display: flex;
    font-size: 15px;
    font-weight: 800;
    gap: 10px;
}

.usshey-check input {
    accent-color: var(--usshey-blue);
    height: 18px;
    width: 18px;
}

.usshey-reset {
    background: transparent;
    border: 0;
    color: var(--usshey-blue);
    cursor: pointer;
    font: inherit;
    font-size: 13px;
    font-weight: 800;
    min-height: 32px;
    padding: 4px 0;
    text-align: center;
    text-decoration: underline;
}

.usshey-mode-switch {
    background: #edf3fb;
    border: 1px solid var(--usshey-line);
    border-radius: 8px;
    display: grid;
    gap: 4px;
    grid-template-columns: 1fr 1fr;
    padding: 4px;
}

.usshey-mode-tab {
    background: transparent;
    border: 0;
    border-radius: 6px;
    color: var(--usshey-blue);
    cursor: pointer;
    font: inherit;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.35;
    min-height: 46px;
    padding: 10px 8px;
}

.usshey-mode-tab.is-active {
    background: var(--usshey-blue);
    color: #fff;
}

.usshey-mode-tab:focus-visible,
.usshey-choice:focus-visible,
.usshey-submit:focus-visible,
.usshey-reset:focus-visible,
.usshey-advanced-toggle:focus-visible,
.usshey-model-suggestion:focus-visible {
    box-shadow: 0 0 0 3px rgba(37, 43, 134, 0.2);
    outline: 2px solid var(--usshey-blue);
    outline-offset: 2px;
}

.usshey-mode-panel {
    display: grid;
    gap: 16px;
}

.usshey-mode-panel[hidden],
.usshey-advanced-panel[hidden] {
    display: none !important;
}

.usshey-choice-group {
    border: 0;
    display: grid;
    gap: 10px;
    margin: 0;
    min-width: 0;
    padding: 0;
}

.usshey-carry-guidance {
    margin: -8px 0 20px;
    color: #667085;
    font-size: 12px;
    line-height: 1.65;
}

.usshey-choice-group legend {
    color: var(--usshey-ink);
    font-size: 15px;
    font-weight: 900;
    line-height: 1.4;
    margin: 0;
    padding: 0;
}

.usshey-choice-grid {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.usshey-choice-grid--carry {
    grid-template-columns: 1fr;
}

.usshey-choice {
    align-items: center;
    background: #fff;
    border: 1px solid var(--usshey-line);
    border-radius: 7px;
    color: #253047;
    cursor: pointer;
    display: grid;
    font: inherit;
    font-size: 13px;
    font-weight: 850;
    gap: 4px;
    line-height: 1.35;
    min-height: 46px;
    padding: 10px;
    text-align: left;
}

.usshey-choice:hover {
    border-color: var(--usshey-blue);
    box-shadow: 0 6px 16px rgba(15, 23, 42, 0.08);
}

.usshey-choice.is-active {
    background: var(--usshey-blue);
    border-color: var(--usshey-blue);
    color: #fff;
}

.usshey-pc-navi--portal .usshey-choice.is-disabled,
.usshey-pc-navi--portal .usshey-choice:disabled {
    background: #eef1f5;
    border-color: #d6dbe4;
    box-shadow: none;
    color: #667085;
    cursor: not-allowed;
    opacity: 0.45;
    pointer-events: none;
}

.usshey-budget-guidance {
    background: #f7f9fc;
    border-left: 3px solid #667085;
    color: #344054;
    font-size: 12px;
    line-height: 1.55;
    margin: -6px 0 0;
    padding: 8px 10px;
}

.usshey-budget-guidance.is-error {
    background: #fff4f2;
    border-left-color: #d92d20;
    color: #9c2a22;
    font-weight: 800;
}

.usshey-choice small {
    color: inherit;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.45;
    opacity: 0.86;
}

.usshey-advanced {
    border-top: 1px solid var(--usshey-line);
    padding-top: 4px;
}

.usshey-advanced-toggle {
    align-items: center;
    background: #f8fbff;
    border: 1px solid var(--usshey-line);
    border-radius: 7px;
    color: var(--usshey-blue);
    cursor: pointer;
    display: flex;
    font: inherit;
    font-size: 13px;
    font-weight: 900;
    justify-content: center;
    min-height: 44px;
    padding: 10px;
    width: 100%;
}

.usshey-advanced-panel {
    border: 1px solid var(--usshey-line);
    border-radius: 8px;
    display: grid;
    gap: 14px;
    margin-top: 10px;
    padding: 14px;
}

.usshey-advanced-panel .usshey-field select {
    max-width: 100%;
}

.usshey-auto-note {
    background: #fff7ed;
    border-left: 3px solid #f97316;
    color: #4b2c10;
    font-size: 12px;
    line-height: 1.55;
    margin: 0;
    padding: 8px 10px;
}

.usshey-submit {
    background: var(--usshey-blue);
    border: 0;
    border-radius: 7px;
    color: #fff;
    cursor: pointer;
    font: inherit;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.35;
    min-height: 48px;
    padding: 12px 14px;
    width: 100%;
}

.usshey-model-suggestions {
    background: #f8fbff;
    border: 1px solid var(--usshey-line);
    border-radius: 8px;
    display: grid;
    gap: 6px;
    max-height: 300px;
    overflow: auto;
    padding: 10px;
}

.usshey-model-suggestions p {
    color: var(--usshey-muted);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.5;
    margin: 0;
}

.usshey-model-suggestion {
    background: #fff;
    border: 1px solid var(--usshey-line);
    border-radius: 6px;
    color: var(--usshey-blue);
    cursor: pointer;
    font: inherit;
    font-size: 13px;
    font-weight: 850;
    line-height: 1.35;
    min-height: 40px;
    padding: 9px 10px;
    text-align: left;
    width: 100%;
}

.usshey-model-suggestion-heading {
    border-top: 1px solid var(--usshey-line);
    color: var(--usshey-ink) !important;
    margin-top: 4px !important;
    padding-top: 8px;
}

.usshey-model-suggestion-heading:first-child {
    border-top: 0;
    margin-top: 0 !important;
    padding-top: 0;
}

.usshey-model-suggestion-label,
.usshey-model-suggestion-meta {
    display: block;
    overflow-wrap: anywhere;
}

.usshey-model-suggestion-meta {
    color: var(--usshey-muted);
    font-size: 11px;
    font-weight: 700;
    margin-top: 3px;
}

.usshey-maker-board {
    min-width: 0;
}

.usshey-board-head {
    align-items: center;
    background: linear-gradient(90deg, #071022, #1c2272);
    border-radius: 8px 8px 0 0;
    color: #fff;
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 20px 22px;
}

.usshey-board-head p {
    color: #dce5ff !important;
    font-size: 13px;
    font-weight: 800;
    margin: 0 0 4px;
}

.usshey-board-head h2 {
    background: transparent;
    border: 0;
    color: #fff !important;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.25;
    margin: 0;
    padding: 0;
}

.usshey-board-head > span {
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    padding: 5px 10px;
}

.usshey-maker-section {
    background: #fff;
    border: 1px solid var(--usshey-line);
    border-top: 0;
    margin: 0 0 22px;
    overflow: hidden;
}

.usshey-maker-section[hidden],
.usshey-answer[hidden],
.usshey-card[hidden],
.usshey-empty[hidden] {
    display: none !important;
}

.usshey-answer {
    background: linear-gradient(180deg, #f8fbff, #ffffff);
    border: 2px solid var(--usshey-blue);
    border-top: 0;
    padding: 20px 22px 24px;
}

.usshey-answer-head {
    align-items: end;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    margin: 0 0 16px;
}

.usshey-answer-head p {
    color: var(--usshey-blue);
    font-size: 13px;
    font-weight: 900;
    margin: 0 0 4px;
}

.usshey-answer-head h3 {
    background: transparent;
    border: 0;
    color: var(--usshey-ink);
    font-size: 28px;
    font-weight: 900;
    line-height: 1.25;
    margin: 0;
    padding: 0;
}

.usshey-answer-head span {
    background: var(--usshey-blue);
    border-radius: 999px;
    color: #fff;
    flex: 0 0 auto;
    font-size: 13px;
    font-weight: 900;
    padding: 7px 12px;
}

.usshey-answer-card .usshey-card {
    border: 1px solid var(--usshey-line);
    border-radius: 8px;
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.12);
    gap: 0 22px;
    grid-template-columns: minmax(190px, 280px) minmax(0, 1fr);
    grid-template-rows: auto 1fr;
    padding: 20px;
}

.usshey-answer-card .usshey-card-balloon {
    grid-column: 1 / -1;
    min-height: 0;
}

.usshey-answer-card .usshey-image {
    border-radius: 8px;
    grid-column: 1;
    grid-row: 2;
    margin: 0;
    min-height: 210px;
    overflow: hidden;
}

.usshey-answer-card .usshey-card-body {
    grid-column: 2;
    grid-row: 2;
    padding-top: 0;
}

.usshey-answer-card .usshey-card h4 {
    font-size: 24px;
}

.usshey-answer-card .usshey-price {
    font-size: 30px;
}

.usshey-maker-intro {
    align-items: end;
    border-bottom: 1px solid var(--usshey-line);
    display: flex;
    gap: 18px;
    justify-content: space-between;
    padding: 20px 22px;
}

.usshey-maker-pill {
    background: var(--usshey-navy);
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-size: 13px;
    font-weight: 900;
    line-height: 1;
    margin: 0 0 8px;
    padding: 7px 12px;
}

.usshey-maker-intro h3 {
    background: transparent;
    border: 0;
    color: var(--usshey-blue);
    font-size: 24px;
    font-weight: 900;
    line-height: 1.25;
    margin: 0;
    padding: 0;
}

.usshey-maker-intro p {
    color: #4d596c;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.65;
    margin: 0;
    max-width: 520px;
}

.usshey-card-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.usshey-card {
    background: #fff;
    border-right: 1px dashed #c9d4e6;
    display: grid !important;
    grid-template-rows: auto 190px 1fr;
    min-width: 0;
    overflow: hidden;
    padding: 20px 20px 18px;
}

.usshey-card:nth-child(3n) {
    border-right: 0;
}

.usshey-card-balloon {
    background: #eaf4ff;
    border: 1px solid #c6d8ee;
    border-radius: 7px;
    color: #1d2b46;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.65;
    margin: 0 0 14px;
    min-height: 76px;
    padding: 13px 14px;
    position: relative;
}

.usshey-card-balloon::after {
    background: #eaf4ff;
    border-bottom: 1px solid #c6d8ee;
    border-right: 1px solid #c6d8ee;
    bottom: -8px;
    content: "";
    height: 14px;
    left: 28px;
    position: absolute;
    transform: rotate(45deg);
    width: 14px;
}

.usshey-image {
    align-items: center;
    background: linear-gradient(180deg, #f8fbff, #eef3fb);
    display: flex;
    justify-content: center;
    margin: 0 -20px;
    padding: 12px;
}

.usshey-image img {
    height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.usshey-image-placeholder {
    align-items: center;
    border: 1px dashed #9aa9bd;
    border-radius: 6px;
    color: #697386;
    display: flex;
    font-size: 12px;
    height: 100%;
    justify-content: center;
    width: 100%;
}

.usshey-card-body {
    display: flex;
    flex-direction: column;
    gap: 9px;
    padding-top: 14px;
}

.usshey-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.usshey-meta span {
    background: #edf2ff;
    border-radius: 4px;
    color: var(--usshey-blue);
    font-size: 11px;
    font-weight: 900;
    padding: 3px 6px;
}

.usshey-meta .usshey-business-badge,
.usshey-business-badge {
    background: #fff3db;
    border: 1px solid #e8a23b;
    border-radius: 4px;
    color: #774300;
    display: inline-flex;
    font-size: 11px;
    font-weight: 900;
    line-height: 1.3;
    padding: 3px 6px;
    width: fit-content;
}

.usshey-card h4 {
    background: transparent;
    border: 0;
    color: var(--usshey-bright);
    font-size: 20px;
    font-weight: 900;
    line-height: 1.28;
    margin: 0;
    overflow-wrap: anywhere;
    padding: 0;
}

.usshey-price-label {
    color: #566176;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0;
}

.usshey-price {
    color: var(--usshey-red);
    font-size: 25px;
    font-weight: 900;
    line-height: 1.05;
    margin: 0;
}

.usshey-spec-chips,
.usshey-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.usshey-spec-chips span,
.usshey-tags span {
    border: 1px solid var(--usshey-line);
    border-radius: 4px;
    color: #2f3b51;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.25;
    padding: 5px 8px;
}

.usshey-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 16px;
    padding-top: 8px;
}

.usshey-button {
    background: var(--usshey-blue);
    border-radius: 7px;
    color: #fff !important;
    display: inline-flex;
    flex: 1 1 160px;
    font-weight: 900;
    justify-content: center;
    line-height: 1.2;
    min-height: 44px;
    padding: 13px 16px;
    text-decoration: none !important;
}

.usshey-link {
    color: var(--usshey-blue);
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
}

.usshey-note {
    background: #fff7ed;
    border-left: 3px solid #f97316;
    color: #4b2c10;
    font-size: 12px;
    line-height: 1.55;
    margin: 2px 0 0;
    padding: 8px;
}

.usshey-empty {
    background: #fff;
    border: 1px solid var(--usshey-line);
    border-radius: 8px;
    color: var(--usshey-muted);
    font-weight: 800;
    margin: 16px 0 0;
    padding: 18px;
}

.usshey-pc-navi--picks .usshey-card-grid,
.usshey-single-card {
    max-width: 1120px;
}

.usshey-single-card .usshey-card {
    border: 1px solid var(--usshey-line);
    border-radius: 8px;
    max-width: 380px;
}

.usshey-availability-state {
    align-self: flex-start;
    background: #fff1f2;
    border: 1px solid #fecdd3;
    border-radius: 4px;
    color: #9f1239;
    font-size: 12px;
    font-weight: 900;
    margin: 0;
    padding: 5px 8px;
}

.usshey-availability-state--unknown {
    background: #f3f4f6;
    border-color: #d1d5db;
    color: #4b5563;
}

.usshey-availability-note {
    background: #f8fafc;
    border-left: 3px solid #64748b;
    color: #334155;
    font-size: 12px;
    line-height: 1.55;
    margin: 2px 0 0;
    padding: 8px;
}

.usshey-availability-alternatives {
    border-top: 3px solid var(--usshey-blue);
    margin-top: 24px;
    max-width: 1120px;
    padding-top: 16px;
}

.usshey-availability-alternatives__header {
    margin-bottom: 12px;
}

.usshey-availability-alternatives__header p {
    color: var(--usshey-blue);
    font-size: 12px;
    font-weight: 900;
    margin: 0 0 4px;
}

.usshey-availability-alternatives__header h3 {
    background: transparent;
    border: 0;
    color: #111827;
    font-size: 22px;
    margin: 0;
    padding: 0;
}

.usshey-availability-alternatives .usshey-card-grid {
    border: 1px solid var(--usshey-line);
    border-radius: 8px;
    overflow: hidden;
}

.usshey-pc-navi--top {
    --usshey-green: #11823b;
    max-width: 1120px;
}

.usshey-top-shell {
    background: #fff;
    border: 1px solid var(--usshey-line);
    border-radius: 8px;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
    overflow: hidden;
}

.usshey-top-head {
    align-items: center;
    background: linear-gradient(90deg, #071022, #1c2272);
    color: #fff;
    display: flex;
    gap: 14px;
    justify-content: space-between;
    padding: 18px 22px;
}

.usshey-top-head h2 {
    background: transparent;
    border: 0;
    color: #fff !important;
    margin: 0;
    padding: 0;
}

.usshey-top-logo {
    align-items: center;
    display: flex;
    flex: 0 0 180px;
    min-height: 38px;
}

.usshey-top-logo img {
    display: block;
    height: auto;
    max-height: 42px;
    max-width: 180px;
    object-fit: contain;
}

.usshey-top-logo span {
    color: #dce5ff;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.35;
}

.usshey-top-head h2 {
    flex: 1 1 auto;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.25;
    text-align: center;
}

.usshey-top-head span {
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 999px;
    color: #fff;
    flex: 0 0 auto;
    font-size: 13px;
    font-weight: 900;
    padding: 7px 12px;
}

.usshey-top-lead {
    color: var(--usshey-muted);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.6;
    margin: 0;
    padding: 16px 22px 0;
}

.usshey-top-filters {
    background: #f3fbf6;
    border: 2px solid var(--usshey-green);
    border-radius: 8px;
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 18px 22px;
    padding: 14px;
}

.usshey-top-field {
    align-items: center;
    background: #fff;
    border: 1px solid #b9dfc7;
    border-radius: 8px;
    display: grid;
    gap: 8px;
    grid-template-columns: auto 1fr;
    padding: 10px;
}

.usshey-top-icon {
    align-items: center;
    background: var(--usshey-green);
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-size: 12px;
    font-weight: 900;
    height: 32px;
    justify-content: center;
    width: 32px;
}

.usshey-top-label {
    color: var(--usshey-ink);
    font-size: 14px;
    font-weight: 900;
}

.usshey-top-field select {
    background: #fff;
    border: 1px solid var(--usshey-line);
    border-radius: 6px;
    color: var(--usshey-ink);
    font: inherit;
    grid-column: 1 / -1;
    min-height: 42px;
    padding: 9px 10px;
    width: 100%;
}

.usshey-top-search {
    background: var(--usshey-blue);
    border: 0;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    display: block;
    font: inherit;
    font-size: 17px;
    font-weight: 900;
    margin: 0 22px 18px;
    min-height: 50px;
    padding: 13px 18px;
    width: calc(100% - 44px);
}

.usshey-top-answer {
    border: 2px solid #f97316;
    border-radius: 8px;
    margin: 0 22px 18px;
}

.usshey-top-pool {
    display: none;
}

.usshey-top-result-actions {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 8px;
}

.usshey-top-result-button {
    align-items: center;
    background: var(--usshey-blue);
    border: 1px solid var(--usshey-blue);
    border-radius: 7px;
    color: #fff !important;
    display: flex;
    font-size: 13px;
    font-weight: 900;
    justify-content: center;
    min-height: 42px;
    padding: 10px;
    text-align: center;
    text-decoration: none !important;
}

.usshey-top-result-button:nth-child(2) {
    background: #fff7ed;
    border-color: #fdba74;
    color: #c2410c !important;
}

.usshey-top-result-button:nth-child(3) {
    background: #ecfdf5;
    border-color: #86efac;
    color: #166534 !important;
}

.usshey-top-result-button.is-disabled {
    background: #f3f4f6;
    border-color: #d1d5db;
    color: #9ca3af !important;
}

.usshey-top-alternates {
    border-top: 1px solid var(--usshey-line);
    margin-top: 18px;
    padding-top: 16px;
}

.usshey-top-alternates h4 {
    background: transparent;
    border: 0;
    color: var(--usshey-ink);
    font-size: 17px;
    font-weight: 900;
    margin: 0 0 12px;
    padding: 0;
}

.usshey-top-alternate-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.usshey-top-alternate-grid .usshey-card {
    border: 1px solid var(--usshey-line);
    border-radius: 8px;
    display: grid !important;
    gap: 10px 14px;
    grid-template-columns: minmax(140px, 42%) minmax(0, 1fr);
    grid-template-rows: auto 1fr;
    min-height: 0;
    overflow: visible;
    padding: 14px;
}

.usshey-top-alternate-grid .usshey-card-balloon {
    font-size: 12px;
    grid-column: 1 / -1;
    line-height: 1.5;
    margin: 0;
    min-height: 0;
    padding: 10px;
}

.usshey-answer-card .usshey-top-alternate-grid .usshey-image {
    border-radius: 7px;
    grid-column: 1;
    grid-row: 2;
    margin: 0;
    min-height: 0;
    padding: 8px;
    aspect-ratio: 4 / 3;
}

.usshey-answer-card .usshey-top-alternate-grid .usshey-card-body {
    grid-column: 2;
    grid-row: 2;
    gap: 7px;
    min-width: 0;
    padding-top: 0;
}

.usshey-top-alternate-grid .usshey-card h4 {
    font-size: 16px;
}

.usshey-top-alternate-grid .usshey-price {
    font-size: 20px;
}

.usshey-top-alternate-grid .usshey-spec-chips {
    gap: 5px;
}

.usshey-top-alternate-grid .usshey-spec-chips span {
    font-size: 11px;
    padding: 4px 6px;
}

.usshey-top-alternate-grid .usshey-note {
    display: none;
}

.usshey-top-alternate-actions {
    margin-top: auto;
    padding-top: 4px;
}

.usshey-top-alternate-button {
    align-items: center;
    background: #fff7ed;
    border: 1px solid #fdba74;
    border-radius: 7px;
    color: #c2410c !important;
    display: inline-flex;
    font-size: 12px;
    font-weight: 900;
    justify-content: center;
    line-height: 1.25;
    min-height: 38px;
    padding: 9px 10px;
    text-align: center;
    text-decoration: none !important;
    width: 100%;
}

@media (max-width: 1180px) {
    .usshey-navi-layout {
        grid-template-columns: 1fr;
    }

    .usshey-control-panel {
        position: static;
    }
}

@media (max-width: 900px) {
    .usshey-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .usshey-top-filters {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .usshey-card,
    .usshey-card:nth-child(3n) {
        border-right: 1px dashed #c9d4e6;
    }

    .usshey-card:nth-child(2n) {
        border-right: 0;
    }
}

@media (max-width: 640px) {
    .usshey-control-panel,
    .usshey-maker-intro,
    .usshey-board-head {
        padding: 18px;
    }

    .usshey-control-panel h2 {
        font-size: 23px;
    }

    .usshey-mode-switch,
    .usshey-choice-grid,
    .usshey-filter-row {
        grid-template-columns: 1fr;
    }

    .usshey-mode-tab,
    .usshey-choice,
    .usshey-submit {
        min-height: 48px;
    }

    .usshey-advanced-panel {
        padding: 12px;
    }

    .usshey-top-head {
        align-items: start;
        flex-direction: column;
    }

    .usshey-top-logo {
        flex-basis: auto;
    }

    .usshey-top-logo img {
        max-height: 38px;
        max-width: 160px;
    }

    .usshey-top-head h2 {
        text-align: left;
    }

    .usshey-top-filters {
        grid-template-columns: 1fr;
        margin: 16px 18px;
    }

    .usshey-top-search {
        margin: 0 18px 16px;
        width: calc(100% - 36px);
    }

    .usshey-top-result-actions {
        grid-template-columns: 1fr;
    }

    .usshey-top-alternate-grid {
        grid-template-columns: 1fr;
    }

    .usshey-answer-card .usshey-top-alternate-grid .usshey-card {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto;
    }

    .usshey-answer-card .usshey-top-alternate-grid .usshey-image,
    .usshey-answer-card .usshey-top-alternate-grid .usshey-card-body {
        grid-column: auto;
        grid-row: auto;
    }

    .usshey-filter-row,
    .usshey-card-grid {
        grid-template-columns: 1fr;
    }

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

    .usshey-maker-intro,
    .usshey-board-head {
        align-items: start;
        flex-direction: column;
    }

    .usshey-answer {
        padding: 18px;
    }

    .usshey-answer-head {
        align-items: start;
        flex-direction: column;
    }

    .usshey-answer-card .usshey-card {
        grid-template-columns: 1fr;
        grid-template-rows: auto 190px 1fr;
    }

    .usshey-answer-card .usshey-card-balloon,
    .usshey-answer-card .usshey-image,
    .usshey-answer-card .usshey-card-body {
        grid-column: auto;
        grid-row: auto;
    }

    .usshey-answer-card .usshey-top-alternate-grid .usshey-card {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto;
    }

    .usshey-answer-card .usshey-top-alternate-grid .usshey-image,
    .usshey-answer-card .usshey-top-alternate-grid .usshey-card-body {
        grid-column: auto;
        grid-row: auto;
    }

    .usshey-card,
    .usshey-card:nth-child(2n),
    .usshey-card:nth-child(3n) {
        border-right: 0;
        border-top: 1px solid var(--usshey-line);
    }

    .usshey-card:first-child {
        border-top: 0;
    }
}

/* Fixed-page answer UI. Product selection and source cards remain unchanged. */
.usshey-pc-navi--portal {
    --pc-nav-primary: #252b86;
    --pc-nav-primary-dark: #11175f;
    --pc-nav-border: #d5deed;
    --pc-nav-background: #f6f9ff;
    --pc-nav-warning: #fff7ed;
    --pc-nav-text: #111827;
}

.usshey-pc-navi--portal .usshey-result-pool {
    display: none !important;
}

.usshey-pc-navi--portal .pc-nav-result {
    background: var(--pc-nav-background);
    border: 1px solid var(--pc-nav-border);
    border-radius: 8px;
    overflow: hidden;
    padding: 0;
}

.usshey-pc-navi--portal .pc-nav-result-header {
    background: var(--pc-nav-primary-dark);
    color: #fff;
    padding: 20px 22px;
}

.usshey-pc-navi--portal .pc-nav-result-header p {
    color: #dce5ff;
    font-size: 13px;
    font-weight: 800;
    margin: 0 0 5px;
}

.usshey-pc-navi--portal .pc-nav-result-header h2 {
    background: transparent;
    border: 0;
    color: #fff;
    font-size: 27px;
    font-weight: 900;
    line-height: 1.3;
    margin: 0;
    overflow-wrap: anywhere;
    padding: 0;
}

.usshey-pc-navi--portal .pc-nav-condition-labels {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 12px;
}

.usshey-pc-navi--portal .pc-nav-condition-labels[hidden] {
    display: none !important;
}

.usshey-pc-navi--portal .pc-nav-condition-labels span {
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.36);
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    padding: 5px 8px;
}

.usshey-pc-navi--portal .usshey-answer-card {
    padding: 20px;
}

.usshey-pc-navi--portal .usshey-answer-card .pc-nav-primary-card {
    align-items: start;
    background: #fff;
    border: 1px solid var(--pc-nav-border);
    border-radius: 8px;
    box-shadow: 0 12px 28px rgba(17, 24, 39, 0.1);
    display: grid !important;
    gap: 16px 20px;
    grid-template-areas:
        "image info reasons"
        "image specs warning"
        "image specs actions";
    grid-template-columns: minmax(0, 30fr) minmax(0, 35fr) minmax(0, 35fr);
    grid-template-rows: auto auto 1fr;
    min-width: 0;
    overflow: hidden;
    padding: 20px;
    width: 100%;
}

.usshey-pc-navi--portal .pc-nav-primary-info {
    grid-area: info;
    min-width: 0;
}

.usshey-pc-navi--portal .pc-nav-primary-maker,
.usshey-pc-navi--portal .pc-nav-alternative-maker {
    color: var(--pc-nav-primary);
    font-size: 12px;
    font-weight: 900;
    margin: 0 0 7px;
}

.usshey-pc-navi--portal .pc-nav-primary-name {
    background: transparent;
    border: 0;
    color: var(--pc-nav-text);
    font-size: 23px;
    font-weight: 900;
    line-height: 1.35;
    margin: 0 0 13px;
    overflow-wrap: anywhere;
    padding: 0;
}

.usshey-pc-navi--portal .pc-nav-primary-price {
    color: #c62816;
    font-size: 29px;
    font-weight: 900;
    line-height: 1.1;
    margin: 0;
    overflow-wrap: anywhere;
}

.usshey-pc-navi--portal .pc-nav-primary-price--empty {
    color: #4b5563;
    font-size: 16px;
}

.usshey-pc-navi--portal .pc-nav-primary-image {
    align-items: center;
    align-self: stretch;
    background: #f4f7fb;
    border-radius: 7px;
    display: flex;
    grid-area: image;
    justify-content: center;
    min-height: 300px;
    overflow: hidden;
    padding: 14px;
}

.usshey-pc-navi--portal .pc-nav-primary-image img,
.usshey-pc-navi--portal .pc-nav-alternative-image img {
    display: block;
    height: 100%;
    max-height: 300px;
    max-width: 100%;
    object-fit: contain;
    width: 100%;
}

.usshey-pc-navi--portal .pc-nav-image-placeholder {
    align-items: center;
    border: 1px dashed #9aa9bd;
    border-radius: 6px;
    color: #697386;
    display: flex;
    height: 100%;
    justify-content: center;
    min-height: 180px;
    width: 100%;
}

.usshey-pc-navi--portal .pc-nav-primary-reasons {
    grid-area: reasons;
    min-width: 0;
}

.usshey-pc-navi--portal .pc-nav-primary-reasons h4,
.usshey-pc-navi--portal .pc-nav-warning h4 {
    background: transparent;
    border: 0;
    color: var(--pc-nav-text);
    font-size: 16px;
    font-weight: 900;
    margin: 0 0 9px;
    padding: 0;
}

.usshey-pc-navi--portal .pc-nav-reason-list {
    display: grid;
    gap: 9px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.usshey-pc-navi--portal .pc-nav-reason-list li {
    color: #25324a;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.65;
    margin: 0;
    overflow-wrap: anywhere;
    padding-left: 24px;
    position: relative;
}

.usshey-pc-navi--portal .pc-nav-reason-list li::before {
    align-items: center;
    background: #eaf0ff;
    border-radius: 50%;
    color: var(--pc-nav-primary);
    content: "✓";
    display: flex;
    font-size: 11px;
    font-weight: 900;
    height: 18px;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 3px;
    width: 18px;
}

.usshey-pc-navi--portal .pc-nav-primary-specs {
    display: grid;
    gap: 8px;
    grid-area: specs;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0;
    min-width: 0;
}

.usshey-pc-navi--portal .pc-nav-primary-specs > div {
    background: #f6f8fc;
    border: 1px solid var(--pc-nav-border);
    border-radius: 6px;
    min-width: 0;
    padding: 9px 10px;
}

.usshey-pc-navi--portal .pc-nav-primary-specs dt {
    color: #667085;
    font-size: 11px;
    font-weight: 800;
    margin: 0 0 3px;
}

.usshey-pc-navi--portal .pc-nav-primary-specs dd {
    color: var(--pc-nav-text);
    font-size: 13px;
    font-weight: 900;
    line-height: 1.35;
    margin: 0;
    overflow-wrap: anywhere;
}

.usshey-pc-navi--portal .pc-nav-warning {
    background: var(--pc-nav-warning);
    border-left: 3px solid #f97316;
    grid-area: warning;
    min-width: 0;
    padding: 11px 12px;
}

.usshey-pc-navi--portal .pc-nav-warning p {
    color: #4b2c10;
    font-size: 13px;
    line-height: 1.65;
    margin: 0;
    overflow-wrap: anywhere;
    white-space: pre-line;
}

.usshey-pc-navi--portal .pc-nav-primary-actions {
    align-self: end;
    display: grid;
    gap: 9px;
    grid-area: actions;
    min-width: 0;
}

.usshey-pc-navi--portal .pc-nav-primary-cta,
.usshey-pc-navi--portal .pc-nav-review-cta,
.usshey-pc-navi--portal .pc-nav-alternative-cta {
    align-items: center;
    border-radius: 7px;
    display: flex;
    font-size: 14px;
    font-weight: 900;
    justify-content: center;
    line-height: 1.35;
    min-height: 46px;
    padding: 11px 13px;
    text-align: center;
    text-decoration: none !important;
    width: 100%;
}

.usshey-pc-navi--portal .pc-nav-primary-cta,
.usshey-pc-navi--portal .pc-nav-alternative-cta {
    background: var(--pc-nav-primary);
    border: 1px solid var(--pc-nav-primary);
    color: #fff !important;
}

.usshey-pc-navi--portal .pc-nav-primary-cta:hover,
.usshey-pc-navi--portal .pc-nav-alternative-cta:hover {
    background: var(--pc-nav-primary-dark);
}

.usshey-pc-navi--portal .pc-nav-review-cta {
    background: #fff;
    border: 1px solid var(--pc-nav-primary);
    color: var(--pc-nav-primary) !important;
}

.usshey-pc-navi--portal .pc-nav-youtube-link,
.usshey-pc-navi--portal .pc-nav-alternative-review {
    color: var(--pc-nav-primary);
    display: inline-block;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.5;
    padding: 3px 0;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.usshey-pc-navi--portal .pc-nav-alternatives {
    border-top: 1px solid var(--pc-nav-border);
    margin-top: 22px;
    padding-top: 20px;
}

.usshey-pc-navi--portal .pc-nav-alternatives > h3 {
    background: transparent;
    border: 0;
    color: var(--pc-nav-text);
    font-size: 20px;
    font-weight: 900;
    margin: 0 0 13px;
    padding: 0;
}

.usshey-pc-navi--portal .pc-nav-alternative-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.usshey-pc-navi--portal .usshey-answer-card .pc-nav-alternative-card {
    background: #fff;
    border: 1px solid var(--pc-nav-border);
    border-radius: 8px;
    display: grid !important;
    gap: 12px 15px;
    grid-template-columns: minmax(120px, 38%) minmax(0, 1fr);
    grid-template-rows: auto 1fr;
    min-width: 0;
    overflow: hidden;
    padding: 14px;
}

.usshey-pc-navi--portal .pc-nav-alternative-label {
    background: #eaf4ff;
    border-radius: 5px;
    color: #18345f;
    font-size: 12px;
    font-weight: 900;
    grid-column: 1 / -1;
    margin: 0;
    padding: 8px 10px;
}

.usshey-pc-navi--portal .pc-nav-alternative-image {
    align-items: center;
    align-self: stretch;
    background: #f4f7fb;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    min-height: 190px;
    overflow: hidden;
    padding: 9px;
}

.usshey-pc-navi--portal .pc-nav-alternative-body {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.usshey-pc-navi--portal .pc-nav-alternative-name {
    background: transparent;
    border: 0;
    color: var(--pc-nav-text);
    font-size: 17px;
    font-weight: 900;
    line-height: 1.35;
    margin: 0 0 8px;
    overflow-wrap: anywhere;
    padding: 0;
}

.usshey-pc-navi--portal .pc-nav-alternative-price {
    color: #c62816;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.15;
    margin: 0 0 9px;
}

.usshey-pc-navi--portal .pc-nav-alternative-intro {
    color: #4b5563;
    font-size: 12px;
    line-height: 1.6;
    margin: 0 0 12px;
    overflow-wrap: anywhere;
    white-space: pre-line;
}

.usshey-pc-navi--portal .pc-nav-alternative-cta {
    font-size: 12px;
    margin-top: auto;
    min-height: 44px;
}

.usshey-pc-navi--portal .pc-nav-configurations {
    border-top: 1px solid var(--pc-nav-border);
    margin-top: 22px;
    padding-top: 20px;
}

.usshey-pc-navi--portal .pc-nav-configurations > h3 {
    background: transparent;
    border: 0;
    color: var(--pc-nav-text);
    font-size: 20px;
    font-weight: 900;
    margin: 0 0 12px;
    padding: 0;
}

.usshey-pc-navi--portal .pc-nav-configurations details {
    background: #f7f9fc;
    border: 1px solid var(--pc-nav-border);
    border-radius: 8px;
    padding: 12px;
}

.usshey-pc-navi--portal .pc-nav-configurations summary {
    color: var(--pc-nav-primary);
    cursor: pointer;
    font-size: 14px;
    font-weight: 900;
}

.usshey-pc-navi--portal .pc-nav-configuration-list {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 12px;
}

.usshey-pc-navi--portal .pc-nav-configuration-item {
    background: #fff;
    border: 1px solid var(--pc-nav-border);
    border-radius: 7px;
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 12px;
}

.usshey-pc-navi--portal .pc-nav-configuration-item h4 {
    background: transparent;
    border: 0;
    color: var(--pc-nav-text);
    font-size: 14px;
    line-height: 1.4;
    margin: 0 0 9px;
    overflow-wrap: anywhere;
    padding: 0;
}

.usshey-pc-navi--portal .pc-nav-configuration-item dl {
    display: grid;
    gap: 5px;
    margin: 0 0 11px;
}

.usshey-pc-navi--portal .pc-nav-configuration-item dl > div {
    display: grid;
    gap: 8px;
    grid-template-columns: 54px minmax(0, 1fr);
}

.usshey-pc-navi--portal .pc-nav-configuration-item dt {
    color: #667085;
    font-size: 11px;
    font-weight: 800;
}

.usshey-pc-navi--portal .pc-nav-configuration-item dd {
    color: var(--pc-nav-text);
    font-size: 12px;
    font-weight: 800;
    margin: 0;
    overflow-wrap: anywhere;
}

.usshey-pc-navi--portal .pc-nav-configuration-link {
    background: var(--pc-nav-primary);
    border-radius: 6px;
    color: #fff !important;
    display: block;
    font-size: 12px;
    font-weight: 900;
    margin-top: auto;
    padding: 9px 10px;
    text-align: center;
    text-decoration: none !important;
}

.usshey-pc-navi--portal .pc-nav-selection-policy {
    background: #edf2f8;
    border-top: 1px solid var(--pc-nav-border);
    margin: 0;
    padding: 17px 20px;
}

.usshey-pc-navi--portal .pc-nav-selection-policy[hidden] {
    display: none !important;
}

.usshey-pc-navi--portal .pc-nav-selection-policy h3 {
    background: transparent;
    border: 0;
    color: var(--pc-nav-text);
    font-size: 15px;
    font-weight: 900;
    margin: 0 0 6px;
    padding: 0;
}

.usshey-pc-navi--portal .pc-nav-selection-policy p {
    color: #4b5563;
    font-size: 13px;
    line-height: 1.65;
    margin: 0;
}

@media (max-width: 960px) {
    .usshey-pc-navi--portal .pc-nav-configuration-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .usshey-pc-navi--portal .usshey-answer-card .pc-nav-primary-card {
        grid-template-areas:
            "image info"
            "image specs"
            "reasons reasons"
            "warning warning"
            "actions actions";
        grid-template-columns: minmax(220px, 36%) minmax(0, 1fr);
        grid-template-rows: auto auto auto auto auto;
    }

    .usshey-pc-navi--portal .pc-nav-primary-image {
        min-height: 250px;
    }

    .usshey-pc-navi--portal .usshey-answer-card .pc-nav-alternative-card {
        grid-template-columns: 1fr;
        grid-template-rows: auto 180px auto;
    }

    .usshey-pc-navi--portal .pc-nav-alternative-label {
        grid-column: auto;
    }
}

@media (max-width: 640px) {
    .usshey-pc-navi--portal .pc-nav-configuration-list {
        grid-template-columns: 1fr;
    }

    .usshey-pc-navi--portal .pc-nav-result-header {
        padding: 18px;
    }

    .usshey-pc-navi--portal .pc-nav-result-header h2 {
        font-size: 23px;
    }

    .usshey-pc-navi--portal .usshey-answer-card {
        padding: 14px;
    }

    .usshey-pc-navi--portal .usshey-answer-card .pc-nav-primary-card {
        display: flex !important;
        flex-direction: column;
        gap: 16px;
        padding: 15px;
    }

    .usshey-pc-navi--portal .pc-nav-primary-info,
    .usshey-pc-navi--portal .pc-nav-primary-image,
    .usshey-pc-navi--portal .pc-nav-primary-reasons,
    .usshey-pc-navi--portal .pc-nav-primary-specs,
    .usshey-pc-navi--portal .pc-nav-warning,
    .usshey-pc-navi--portal .pc-nav-primary-actions {
        width: 100%;
    }

    .usshey-pc-navi--portal .pc-nav-primary-name {
        font-size: 21px;
    }

    .usshey-pc-navi--portal .pc-nav-primary-price {
        font-size: 27px;
    }

    .usshey-pc-navi--portal .pc-nav-primary-image {
        min-height: 220px;
    }

    .usshey-pc-navi--portal .pc-nav-primary-specs {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .usshey-pc-navi--portal .pc-nav-alternative-grid {
        grid-template-columns: 1fr;
    }

    .usshey-pc-navi--portal .usshey-answer-card .pc-nav-alternative-card {
        grid-template-columns: 1fr;
        grid-template-rows: auto 210px auto;
        padding: 14px;
    }

    .usshey-pc-navi--portal .pc-nav-selection-policy {
        padding: 16px 18px;
    }
}

/* Keep the decision flow authoritative over the legacy three-column result card. */
.usshey-pc-navi--portal .usshey-answer-card .pc-nav-primary-card {
    display: block !important;
    padding: 0 !important;
}

.usshey-pc-navi--portal .pc-nav-primary-heading {
    background: #11193f;
    color: #fff;
    padding: 17px 20px;
}

.usshey-pc-navi--portal .pc-nav-primary-overview {
    align-items: center;
    display: grid;
    gap: 22px;
    grid-template-columns: minmax(230px, 36%) minmax(0, 1fr);
    padding: 22px;
}

.usshey-pc-navi--portal .pc-nav-primary-overview .pc-nav-primary-image,
.usshey-pc-navi--portal .pc-nav-primary-overview .pc-nav-primary-info {
    grid-area: auto;
    width: 100%;
}

.usshey-pc-navi--portal .pc-nav-primary-configuration,
.usshey-pc-navi--portal .pc-nav-primary-reasons,
.usshey-pc-navi--portal .pc-nav-fit-status,
.usshey-pc-navi--portal .pc-nav-reviewer-note,
.usshey-pc-navi--portal .pc-nav-warning,
.usshey-pc-navi--portal .pc-nav-purchase {
    border-top: 1px solid #e1e7f0;
    grid-area: auto;
    margin: 0;
    padding: 18px 22px;
    width: auto;
}

.usshey-pc-navi--portal .pc-nav-primary-specs {
    grid-area: auto;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
}

.usshey-pc-navi--portal .pc-nav-primary-actions {
    grid-area: auto;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
}

.usshey-pc-navi--portal .usshey-answer-card .pc-nav-alternative-card {
    display: grid !important;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto 190px 1fr;
}

.usshey-pc-navi--portal .pc-nav-alternative-label,
.usshey-pc-navi--portal .pc-nav-alternative-difference,
.usshey-pc-navi--portal .pc-nav-alternative-image,
.usshey-pc-navi--portal .pc-nav-alternative-body {
    grid-column: 1;
}

.usshey-pc-navi--portal .pc-nav-alternative-image {
    min-height: 190px;
}

@media (max-width: 760px) {
    .usshey-pc-navi--portal .pc-nav-primary-overview {
        grid-template-columns: 1fr;
        padding: 16px;
    }

    .usshey-pc-navi--portal .pc-nav-primary-specs {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .usshey-pc-navi--portal .pc-nav-primary-actions {
        grid-template-columns: 1fr;
    }
}

.usshey-pc-navi--portal .pc-nav-warning ul {
    color: #4b2c10;
    display: grid;
    font-size: 13px;
    gap: 6px;
    margin: 8px 0 0 18px;
    padding: 0;
}

.usshey-pc-navi--portal .pc-nav-sibling-configuration-note {
    color: #475467;
    font-size: 12px;
    margin: 8px 0 0;
}

/* Review article: usage-based configuration guide */
.usshey-pc-review-config {
    --review-navy: #11183f;
    --review-blue: #2f2f91;
    --review-line: #d7def0;
    --review-soft: #f5f7fc;
    --review-orange: #d9480f;
    margin: 32px 0;
    border: 1px solid var(--review-line);
    background: #fff;
    color: #111827;
    font-size: 15px;
    line-height: 1.7;
}

.usshey-pc-review-config *,
.usshey-pc-review-config *::before,
.usshey-pc-review-config *::after {
    box-sizing: border-box;
}

.usshey-pc-review-config__header {
    padding: 22px 24px;
    border-bottom: 4px solid var(--review-blue);
    background: var(--review-navy);
    color: #fff;
}

.usshey-pc-review-config__header > p:first-child,
.usshey-pc-review-config__section-label {
    margin: 0 0 4px;
    color: #cbd5ff;
    font-size: 12px;
    font-weight: 700;
}

.usshey-pc-review-config .usshey-pc-review-config__header h2 {
    margin: 0;
    color: #fff !important;
    font-size: clamp(22px, 3vw, 30px);
    line-height: 1.35;
    letter-spacing: 0;
}

.usshey-pc-review-config__header > p:last-child {
    margin: 8px 0 0;
    color: #f3f4f6 !important;
    font-weight: 500;
}

.usshey-pc-review-config__loading,
.usshey-pc-review-config--notice {
    padding: 24px;
}

.usshey-pc-review-config__content > section,
.usshey-pc-review-config__content > details {
    padding: 24px;
    border-bottom: 1px solid var(--review-line);
}

.usshey-pc-review-config__content h3 {
    margin: 0 0 16px;
    color: var(--review-navy);
    font-size: 21px;
    line-height: 1.4;
    letter-spacing: 0;
}

.usshey-pc-review-config__reviewed {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 16px;
    background: var(--review-soft);
}

.usshey-pc-review-config__reviewed .usshey-pc-review-config__section-label {
    flex-basis: 100%;
    color: #4b5563;
}

.usshey-pc-review-config__reviewed > strong {
    color: var(--review-navy);
    font-size: 17px;
}

.usshey-pc-review-config__reviewed > span {
    padding: 2px 8px;
    border: 1px solid #9ab4e8;
    border-radius: 4px;
    color: #173b76;
    font-size: 12px;
}

.usshey-pc-review-config__usage-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid var(--review-line);
    border-left: 1px solid var(--review-line);
}

.usshey-pc-review-config__usage-row {
    display: grid;
    grid-template-columns: minmax(130px, 1fr) auto;
    gap: 4px 12px;
    align-items: center;
    min-width: 0;
    padding: 12px 14px;
    border-right: 1px solid var(--review-line);
    border-bottom: 1px solid var(--review-line);
}

.usshey-pc-review-config__usage-row > strong,
.usshey-pc-review-config__usage-choice {
    overflow-wrap: anywhere;
}

.usshey-pc-review-config__status {
    padding: 2px 7px;
    border-radius: 4px;
    background: #eef2ff;
    color: #30338d;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
}

.usshey-pc-review-config__usage-row.is-minimum .usshey-pc-review-config__status {
    background: #fff3df;
    color: #8a4b00;
}

.usshey-pc-review-config__usage-row.is-unsupported .usshey-pc-review-config__status {
    background: #f3f4f6;
    color: #6b7280;
}

.usshey-pc-review-config__usage-choice {
    grid-column: 1 / -1;
    color: #4b5563;
    font-size: 13px;
}

.usshey-pc-review-config__cards {
    display: grid;
    gap: 18px;
}

.usshey-pc-review-config__cards--primary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
}

.usshey-pc-review-config__card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: 100%;
    overflow: hidden;
    border: 1px solid #cfd8ec;
    border-radius: 6px;
    background: #fff;
}

.usshey-pc-review-config__role {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 48px;
    padding: 10px 14px;
    background: #eaf1fb;
    color: #162655;
}

.usshey-pc-review-config__card.is-rank-2 .usshey-pc-review-config__role {
    background: #eef7f0;
    color: #175c2d;
}

.usshey-pc-review-config__role-index {
    flex: 0 0 auto;
    padding: 2px 7px;
    border-radius: 4px;
    background: var(--review-blue);
    color: #fff;
    font-size: 11px;
    font-weight: 800;
}

.usshey-pc-review-config__card.is-rank-2 .usshey-pc-review-config__role-index {
    background: #24713b;
}

.usshey-pc-review-config__usage-title {
    margin: 0;
    padding: 10px 16px;
    background: #eaf1fb;
    color: #162655;
    font-weight: 700;
}

.usshey-pc-review-config__card-body {
    display: grid;
    grid-template-columns: minmax(150px, 170px) minmax(0, 1fr);
    gap: 16px;
    align-items: start;
    flex: 1 1 auto;
    padding: 16px;
}

.usshey-pc-review-config__media {
    display: grid;
    place-items: center;
    align-self: start;
    width: 100%;
    height: 150px;
    min-height: 0;
    padding: 8px;
    border: 1px solid #e4e8f2;
    background: var(--review-soft);
}

.usshey-pc-review-config__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.usshey-pc-review-config__image-placeholder {
    color: #6b7280;
    font-size: 13px;
}

.usshey-pc-review-config__details {
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: 100%;
}

.usshey-pc-review-config__product-name {
    margin: 0 0 2px;
    color: #4b5563;
    font-size: 13px;
    font-weight: 700;
}

.usshey-pc-review-config__details h3 {
    margin: 0 0 8px;
    overflow-wrap: anywhere;
    color: var(--review-navy);
    font-size: 19px;
    line-height: 1.45;
}

.usshey-pc-review-config__price {
    margin: 0;
    color: #c92a0a;
    font-size: 26px;
    font-weight: 800;
    line-height: 1.35;
}

.usshey-pc-review-config__price-difference {
    margin: 3px 0 0;
    color: #7c2d12;
    font-size: 12px;
    font-weight: 700;
}

.usshey-pc-review-config__changes {
    display: grid;
    gap: 3px;
    margin: 8px 0 0;
    padding: 8px 10px 8px 26px;
    background: #f7f9fd;
    color: #344054;
    font-size: 12px;
}

.usshey-pc-review-config__sale-end {
    margin: 2px 0 10px;
    color: #9a3412;
    font-size: 12px;
}

.usshey-pc-review-config__specs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin: 14px 0;
}

.usshey-pc-review-config__specs > div {
    min-width: 0;
    padding: 8px 10px;
    border: 1px solid var(--review-line);
    background: #fafbfe;
}

.usshey-pc-review-config__specs dt {
    color: #64748b;
    font-size: 11px;
}

.usshey-pc-review-config__specs dd {
    margin: 0;
    overflow-wrap: anywhere;
    color: #111827;
    font-weight: 700;
}

.usshey-pc-review-config__usage-fit {
    margin-top: 4px;
}

.usshey-pc-review-config__usage-fit h4 {
    margin: 0 0 6px;
    font-size: 13px;
}

.usshey-pc-review-config__usage-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.usshey-pc-review-config__usage-tag {
    padding: 3px 6px;
    border: 1px solid #bfcdf0;
    border-radius: 4px;
    background: #eef2ff;
    color: #30338d;
    font-size: 11px;
    font-weight: 700;
}

.usshey-pc-review-config__usage-tag.is-minimum {
    border-color: #f0c88c;
    background: #fff3df;
    color: #8a4b00;
}

.usshey-pc-review-config__usage-more {
    display: inline-flex;
    align-items: center;
    padding: 3px 6px;
    color: #475467;
    font-size: 11px;
    font-weight: 700;
}

.usshey-pc-review-config__reason,
.usshey-pc-review-config__caution {
    margin-top: 10px;
    padding: 10px 12px;
    border-left: 3px solid #2f5fb3;
    background: #f5f8ff;
}

.usshey-pc-review-config__caution {
    border-left-color: #f97316;
    background: #fff8ef;
}

.usshey-pc-review-config__reason h4,
.usshey-pc-review-config__caution h4 {
    margin: 0 0 4px;
    font-size: 14px;
}

.usshey-pc-review-config__reason p,
.usshey-pc-review-config__caution ul {
    margin: 0;
    font-size: 13px;
    line-height: 1.55;
}

.usshey-pc-review-config__caution ul {
    padding-left: 20px;
}

.usshey-pc-review-config__cta,
.usshey-pc-review-config__fallback {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 48px;
    margin-top: auto;
    padding: 10px 14px;
    border-radius: 5px;
    background: var(--review-blue);
    color: #fff !important;
    font-weight: 700;
    text-align: center;
    text-decoration: none !important;
}

.usshey-pc-review-config__details > .usshey-pc-review-config__cta {
    margin-top: auto;
}

.usshey-pc-review-config__cta:hover,
.usshey-pc-review-config__fallback:hover {
    background: #20226e;
}

.usshey-pc-review-config__overflow summary {
    cursor: pointer;
    color: var(--review-blue);
    font-weight: 700;
}

.usshey-pc-review-config__overflow[open] summary {
    margin-bottom: 16px;
}

.usshey-pc-review-config__overflow-list {
    display: grid;
    gap: 8px;
}

.usshey-pc-review-config__overflow-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    padding: 12px;
    border: 1px solid var(--review-line);
    background: #fff;
}

.usshey-pc-review-config__overflow-summary {
    display: grid;
    gap: 2px;
    min-width: 0;
}

.usshey-pc-review-config__overflow-summary strong,
.usshey-pc-review-config__overflow-summary small {
    overflow-wrap: anywhere;
}

.usshey-pc-review-config__overflow-price {
    color: #c92a0a;
    font-weight: 800;
}

.usshey-pc-review-config__overflow-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 8px 12px;
    border: 1px solid var(--review-blue);
    border-radius: 4px;
    color: var(--review-blue) !important;
    font-weight: 700;
    text-decoration: none !important;
}

.usshey-pc-review-config__unsupported {
    background: #fafafa;
}

.usshey-pc-review-config__unsupported ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.usshey-pc-review-config__unsupported li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 6px 16px;
    padding: 10px 0;
    border-top: 1px solid #e5e7eb;
}

.usshey-pc-review-config__unsupported a {
    color: var(--review-blue);
    font-weight: 700;
}

@media (max-width: 700px) {
    .usshey-pc-review-config {
        margin: 24px 0;
        font-size: 14px;
    }

    .usshey-pc-review-config__header,
    .usshey-pc-review-config__content > section,
    .usshey-pc-review-config__content > details,
    .usshey-pc-review-config__loading,
    .usshey-pc-review-config--notice {
        padding: 18px 16px;
    }

    .usshey-pc-review-config__usage-list,
    .usshey-pc-review-config__cards--primary,
    .usshey-pc-review-config__card-body,
    .usshey-pc-review-config__specs {
        grid-template-columns: 1fr;
    }

    .usshey-pc-review-config__usage-row {
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .usshey-pc-review-config__card-body {
        gap: 14px;
        padding: 14px;
    }

    .usshey-pc-review-config__media {
        width: 100%;
        height: 155px;
        min-height: 0;
    }

    .usshey-pc-review-config__media img {
        max-height: 100%;
    }

    .usshey-pc-review-config__details h3 {
        font-size: 19px;
    }

    .usshey-pc-review-config__price {
        font-size: 23px;
    }

    .usshey-pc-review-config__details > .usshey-pc-review-config__cta {
        order: 7;
        margin-top: 14px;
    }

    .usshey-pc-review-config__reason {
        order: 8;
    }

    .usshey-pc-review-config__caution {
        order: 9;
    }

    .usshey-pc-review-config__overflow-row {
        grid-template-columns: 1fr;
    }

    .usshey-pc-review-config__overflow-cta {
        width: 100%;
    }
}

/* Recommendation articles: models selected from different parent products */
.usshey-pc-recommendation {
    --recommend-navy: #10183f;
    --recommend-blue: #2f2f91;
    --recommend-green: #237a45;
    --recommend-orange: #d9480f;
    --recommend-line: #d7def0;
    --recommend-soft: #f5f7fc;
    margin: 32px 0;
    overflow: hidden;
    border: 1px solid var(--recommend-line);
    background: #fff;
    color: #111827;
    font-size: 15px;
    line-height: 1.65;
}

/* 0.9.16: article-specific maker guide card. */
.usshey-maker-guide-card,
.usshey-maker-guide-card * {
    box-sizing: border-box;
}

.usshey-maker-guide-card {
    width: 100%;
    max-width: 740px;
    margin: 24px auto;
    overflow: hidden;
    border: 1px solid #cbd6e7;
    border-radius: 6px;
    background: #fff;
    color: #111827;
    box-shadow: 0 8px 22px rgba(15, 29, 64, .08);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.usshey-maker-guide-card__comment {
    padding: 14px 18px;
    border-bottom: 1px solid #dbe3ef;
    background: #edf4ff;
}

.usshey-maker-guide-card__comment p {
    margin: 0;
    color: #25324a;
    font-size: 14px;
    line-height: 1.65;
}

.usshey-maker-guide-card__comment .usshey-maker-guide-card__label {
    display: inline-block;
    margin: 0 0 5px;
    padding: 3px 8px;
    border-radius: 4px;
    background: #15236a;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.4;
}

.usshey-maker-guide-card__body {
    display: grid;
    grid-template-columns: minmax(0, 40%) minmax(0, 60%);
    min-height: 250px;
}

.usshey-maker-guide-card__media {
    display: grid;
    place-items: center;
    min-width: 0;
    padding: 18px;
    background: #f4f7fb;
}

.usshey-maker-guide-card__media img {
    display: block;
    width: 100%;
    height: 210px;
    object-fit: contain;
}

.usshey-maker-guide-card__placeholder {
    display: grid;
    place-items: center;
    width: 100%;
    height: 210px;
    border: 1px dashed #a8b6cb;
    color: #64748b;
}

.usshey-maker-guide-card__details {
    min-width: 0;
    padding: 20px;
}

.usshey-maker-guide-card__maker,
.usshey-maker-guide-card__price-label {
    margin: 0 0 4px;
    color: #506079;
    font-size: 12px;
    font-weight: 700;
}

.usshey-maker-guide-card__details h3 {
    margin: 0 0 16px;
    color: #111827;
    font-size: 24px;
    line-height: 1.3;
    letter-spacing: 0;
    overflow-wrap: anywhere;
}

.usshey-maker-guide-card__price {
    margin: 0 0 14px;
    color: #c42813;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.2;
}

.usshey-maker-guide-card__specs {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.usshey-maker-guide-card__specs span {
    max-width: 100%;
    padding: 5px 8px;
    border: 1px solid #ced8e7;
    border-radius: 4px;
    background: #f8fafc;
    color: #25324a;
    font-size: 12px;
    line-height: 1.3;
    overflow-wrap: anywhere;
}

.usshey-maker-guide-card__actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding: 14px 18px 18px;
    border-top: 1px solid #e1e7f0;
}

.usshey-maker-guide-card__actions a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 10px 14px;
    border: 1px solid #28328f;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
    text-align: center;
    text-decoration: none;
}

.usshey-maker-guide-card__primary {
    background: #28328f;
    color: #fff;
}

.usshey-maker-guide-card__secondary {
    background: #fff;
    color: #202a7d;
}

.usshey-maker-guide-card__actions a:focus-visible {
    outline: 3px solid #f5a623;
    outline-offset: 2px;
}

.usshey-maker-guide-card__actions a:only-child {
    grid-column: 1 / -1;
}

.usshey-maker-guide-card--notice {
    padding: 18px;
}

.usshey-maker-guide-card--notice p {
    margin: 0;
}

@media (max-width: 600px) {
    .usshey-maker-guide-card {
        margin: 18px 0;
    }

    .usshey-maker-guide-card__body {
        grid-template-columns: minmax(0, 1fr);
    }

    .usshey-maker-guide-card__media {
        min-height: 220px;
        padding: 14px;
    }

    .usshey-maker-guide-card__media img,
    .usshey-maker-guide-card__placeholder {
        height: 200px;
    }

    .usshey-maker-guide-card__details {
        padding: 16px;
    }

    .usshey-maker-guide-card__details h3 {
        font-size: 22px;
    }

    .usshey-maker-guide-card__actions {
        grid-template-columns: minmax(0, 1fr);
        padding: 12px 16px 16px;
    }

    .usshey-maker-guide-card__actions a,
    .usshey-maker-guide-card__actions a:only-child {
        grid-column: auto;
        width: 100%;
    }
}

.usshey-pc-recommendation *,
.usshey-pc-recommendation *::before,
.usshey-pc-recommendation *::after {
    box-sizing: border-box;
}

.usshey-pc-recommendation__header {
    padding: 22px 24px;
    border-bottom: 4px solid var(--recommend-blue);
    background: var(--recommend-navy);
    color: #fff;
}

.usshey-pc-recommendation__header > p:first-child {
    margin: 0 0 4px;
    color: #cbd5ff;
    font-size: 12px;
    font-weight: 800;
}

.usshey-pc-recommendation .usshey-pc-recommendation__header h2 {
    margin: 0;
    color: #fff !important;
    font-size: clamp(22px, 3vw, 30px);
    line-height: 1.35;
    letter-spacing: 0;
}

.usshey-pc-recommendation__header > p:last-child {
    margin: 8px 0 0;
    color: #f3f4f6 !important;
    font-weight: 500;
}

.usshey-pc-recommendation__loading,
.usshey-pc-recommendation--notice {
    padding: 24px;
}

.usshey-pc-recommendation__content > section {
    padding: 22px 24px;
    border-bottom: 1px solid var(--recommend-line);
}

.usshey-pc-recommendation__content h3 {
    margin: 0 0 14px;
    color: var(--recommend-navy);
    font-size: 21px;
    line-height: 1.4;
    letter-spacing: 0;
}

.usshey-pc-recommendation__conditions {
    background: var(--recommend-soft);
}

.usshey-pc-recommendation__conditions h3 {
    margin-bottom: 8px;
    font-size: 14px;
}

.usshey-pc-recommendation__condition-list {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.usshey-pc-recommendation__condition-list span {
    padding: 4px 8px;
    border: 1px solid #c9d4eb;
    border-radius: 4px;
    background: #fff;
    color: #344054;
    font-size: 12px;
    font-weight: 700;
}

.usshey-pc-recommendation__cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    align-items: stretch;
}

.usshey-pc-recommendation__cards.has-1 {
    grid-template-columns: minmax(0, 680px);
}

.usshey-pc-recommendation__cards.has-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.usshey-pc-recommendation__card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
    border: 1px solid #cfd8ec;
    border-top: 4px solid #8792b2;
    border-radius: 6px;
    background: #fff;
}

.usshey-pc-recommendation__card.is-primary {
    border-top-color: var(--recommend-blue);
    box-shadow: 0 8px 22px rgba(25, 35, 85, 0.09);
}

.usshey-pc-recommendation__card.is-price {
    border-top-color: var(--recommend-orange);
}

.usshey-pc-recommendation__card.is-feature {
    border-top-color: var(--recommend-green);
}

.usshey-pc-recommendation__role {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 50px;
    padding: 10px 12px;
    background: #eef2ff;
    color: #17235a;
}

.usshey-pc-recommendation__card.is-price .usshey-pc-recommendation__role {
    background: #fff4e8;
    color: #8a3d00;
}

.usshey-pc-recommendation__card.is-feature .usshey-pc-recommendation__role {
    background: #ecf7f0;
    color: #175c2d;
}

.usshey-pc-recommendation__role span {
    display: inline-grid;
    place-items: center;
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--recommend-blue);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
}

.usshey-pc-recommendation__card.is-price .usshey-pc-recommendation__role span {
    background: var(--recommend-orange);
}

.usshey-pc-recommendation__card.is-feature .usshey-pc-recommendation__role span {
    background: var(--recommend-green);
}

.usshey-pc-recommendation .usshey-pc-recommendation__media {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: auto;
    aspect-ratio: 16 / 9;
    height: auto;
    min-height: 0;
    max-height: none;
    overflow: hidden;
    margin: 12px 12px 0;
    padding: 8px;
    border: 1px solid #e4e8f2;
    background: #fff;
    color: #667085;
    font-size: 12px;
    line-height: 1.5;
    box-sizing: border-box;
}

.usshey-pc-recommendation .usshey-pc-recommendation__media img.usshey-pc-recommendation__image {
    position: static !important;
    inset: auto !important;
    display: block !important;
    float: none !important;
    width: 100% !important;
    height: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
    object-position: center center !important;
    aspect-ratio: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    transform: none !important;
}

.usshey-pc-recommendation .usshey-pc-recommendation__media picture {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    max-width: 100% !important;
    max-height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.usshey-pc-recommendation .usshey-pc-recommendation__media picture img {
    position: static !important;
    inset: auto !important;
    display: block !important;
    float: none !important;
    width: 100% !important;
    height: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
    object-position: center center !important;
    aspect-ratio: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    transform: none !important;
}

.usshey-pc-recommendation .usshey-pc-recommendation__no-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.usshey-pc-recommendation .usshey-pc-recommendation__body {
    position: static !important;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-width: 0;
    padding: 14px;
    transform: none !important;
}

.usshey-pc-recommendation .usshey-pc-recommendation__maker,
.usshey-pc-recommendation .usshey-pc-recommendation__title,
.usshey-pc-recommendation .usshey-pc-recommendation__configuration,
.usshey-pc-recommendation .usshey-pc-recommendation__price,
.usshey-pc-recommendation .usshey-pc-recommendation__stock {
    position: static !important;
    inset: auto !important;
    float: none !important;
    transform: none !important;
}

.usshey-pc-recommendation__maker {
    margin: 0 0 2px;
    color: #30417a;
    font-size: 12px;
    font-weight: 800;
}

.usshey-pc-recommendation__body h3 {
    margin: 0 0 6px;
    overflow-wrap: anywhere;
    color: var(--recommend-navy);
    font-size: 18px;
}

.usshey-pc-recommendation__configuration {
    margin: 0 0 6px;
    overflow-wrap: anywhere;
    color: #344054;
    font-size: 13px;
    font-weight: 700;
}

.usshey-pc-recommendation__price {
    margin: 0;
    color: #c92a0a;
    font-size: 25px;
    font-weight: 800;
    line-height: 1.35;
}

.usshey-pc-recommendation__stock {
    margin: 2px 0 8px;
    color: #237a45;
    font-size: 12px;
    font-weight: 700;
}

.usshey-pc-recommendation__specs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    margin: 8px 0;
}

.usshey-pc-recommendation__specs > div {
    min-width: 0;
    padding: 7px 8px;
    border: 1px solid var(--recommend-line);
    background: #fafbfe;
}

.usshey-pc-recommendation__specs dt {
    color: #667085;
    font-size: 10px;
}

.usshey-pc-recommendation__specs dd {
    margin: 0;
    overflow-wrap: anywhere;
    color: #111827;
    font-size: 12px;
    font-weight: 700;
}

.usshey-pc-recommendation__fit {
    margin: 5px 0;
    padding: 7px 9px;
    border-radius: 4px;
    background: #eef2ff;
    color: #30338d;
    font-size: 12px;
}

.usshey-pc-recommendation__fit.is-minimum {
    background: #fff3df;
    color: #8a4b00;
}

.usshey-pc-recommendation__reason,
.usshey-pc-recommendation__caution {
    margin-top: 8px;
    padding: 9px 10px;
    border-left: 3px solid #2f5fb3;
    background: #f5f8ff;
}

.usshey-pc-recommendation__caution {
    border-left-color: #f97316;
    background: #fff8ef;
}

.usshey-pc-recommendation__reason h4,
.usshey-pc-recommendation__caution h4 {
    margin: 0 0 3px;
    font-size: 12px;
}

.usshey-pc-recommendation__reason p,
.usshey-pc-recommendation__caution p {
    margin: 0;
    font-size: 12px;
    line-height: 1.55;
}

.usshey-pc-recommendation__review {
    display: grid;
    gap: 7px;
    margin-top: 12px;
}

.usshey-pc-recommendation__review-badge {
    justify-self: start;
    padding: 3px 7px;
    border: 1px solid #b9c8ed;
    border-radius: 4px;
    background: #eef2ff;
    color: #30338d;
    font-size: 11px;
    font-weight: 800;
}

.usshey-pc-recommendation__review-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 42px;
    padding: 9px 12px;
    border: 1px solid var(--recommend-blue);
    border-radius: 5px;
    background: #fff;
    color: var(--recommend-blue) !important;
    font-size: 13px;
    font-weight: 800;
    text-align: center;
    text-decoration: none !important;
}

.usshey-pc-recommendation__review-link:hover,
.usshey-pc-recommendation__review-link:focus-visible {
    background: #eef2ff;
}

.usshey-pc-recommendation__cta,
.usshey-pc-recommendation__fallback {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 48px;
    margin-top: auto;
    padding: 10px 12px;
    border-radius: 5px;
    background: var(--recommend-blue);
    color: #fff !important;
    font-size: 13px;
    font-weight: 800;
    text-align: center;
    text-decoration: none !important;
}

.usshey-pc-recommendation__reason + .usshey-pc-recommendation__cta,
.usshey-pc-recommendation__caution + .usshey-pc-recommendation__cta {
    margin-top: 12px;
}

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

.usshey-pc-recommendation__comparison-grid.has-1 {
    grid-template-columns: minmax(0, 1fr);
}

.usshey-pc-recommendation__comparison-grid.has-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.usshey-pc-recommendation__comparison-item {
    min-width: 0;
    border: 1px solid var(--recommend-line);
    background: #fff;
}

.usshey-pc-recommendation__comparison-item h4 {
    margin: 0;
    padding: 9px 10px;
    background: var(--recommend-soft);
    color: var(--recommend-navy);
    font-size: 13px;
}

.usshey-pc-recommendation__comparison-item dl {
    margin: 0;
}

.usshey-pc-recommendation__comparison-item dl > div {
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 8px;
    padding: 7px 10px;
    border-top: 1px solid #e6e9f0;
    font-size: 12px;
}

.usshey-pc-recommendation__comparison-item dt {
    color: #667085;
}

.usshey-pc-recommendation__comparison-item dd {
    margin: 0;
    overflow-wrap: anywhere;
    font-weight: 700;
}

.usshey-pc-recommendation__links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    background: var(--recommend-soft);
}

.usshey-pc-recommendation__other-link,
.usshey-pc-recommendation__guide-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 8px 14px;
    border: 1px solid var(--recommend-blue);
    border-radius: 4px;
    color: var(--recommend-blue) !important;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none !important;
}

.usshey-pc-recommendation__guide-link {
    border-color: #237a45;
    color: #175c2d !important;
}

.usshey-pc-recommendation__empty {
    text-align: center;
}

@media (min-width: 701px) and (max-width: 980px) {
    .usshey-pc-recommendation__cards.has-3 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .usshey-pc-recommendation__cards.has-3 .usshey-pc-recommendation__card:first-child {
        grid-column: 1 / -1;
    }
}

@media (max-width: 700px) {
    .usshey-pc-recommendation {
        margin: 24px 0;
        font-size: 14px;
    }

    .usshey-pc-recommendation__header,
    .usshey-pc-recommendation__content > section,
    .usshey-pc-recommendation__loading,
    .usshey-pc-recommendation--notice {
        padding: 18px 16px;
    }

    .usshey-pc-recommendation__cards,
    .usshey-pc-recommendation__cards.has-1,
    .usshey-pc-recommendation__cards.has-2,
    .usshey-pc-recommendation__comparison-grid,
    .usshey-pc-recommendation__comparison-grid.has-1,
    .usshey-pc-recommendation__comparison-grid.has-2 {
        grid-template-columns: 1fr;
    }

    .usshey-pc-recommendation__body > .usshey-pc-recommendation__cta {
        order: 7;
        margin-top: 12px;
    }

    .usshey-pc-recommendation__review {
        order: 6;
    }

    .usshey-pc-recommendation__reason {
        order: 4;
    }

    .usshey-pc-recommendation__caution {
        order: 5;
    }

    .usshey-pc-recommendation__comparison-item dl > div {
        grid-template-columns: 110px minmax(0, 1fr);
    }

    .usshey-pc-recommendation__links {
        align-items: stretch;
        flex-direction: column;
    }
}
/* Administrator-only recommendation trace. */
.pc-nav-trace {
    margin-top: 24px;
    border: 1px solid #c7d2e5;
    border-radius: 6px;
    background: #fff;
    color: #172033;
}

.pc-nav-trace > summary {
    cursor: pointer;
    padding: 14px 16px;
    font-weight: 700;
    background: #eef3fb;
}

.pc-nav-trace-body {
    padding: 16px;
}

.pc-nav-trace-warning {
    margin-bottom: 14px;
    padding: 10px 12px;
    border-left: 4px solid #c62828;
    background: #fff1f1;
    color: #8a1111;
    font-weight: 700;
}

.pc-nav-trace-explanation {
    margin: 16px 0;
    padding: 12px;
    border-left: 3px solid #26348f;
    background: #f5f7ff;
}

.pc-nav-trace-explanation h4 {
    margin: 0 0 8px;
}

.pc-nav-trace-explanation p {
    margin: 0;
    white-space: pre-line;
}

.pc-nav-trace-overview {
    display: grid;
    grid-template-columns: minmax(150px, 220px) minmax(0, 1fr);
    margin: 0 0 16px;
    border-top: 1px solid #dce3ef;
}

.pc-nav-trace-overview dt,
.pc-nav-trace-overview dd {
    margin: 0;
    padding: 8px 10px;
    border-bottom: 1px solid #dce3ef;
}

.pc-nav-trace-overview dt {
    font-weight: 700;
    background: #f7f9fc;
}

.pc-nav-trace-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 18px;
}

.pc-nav-trace-actions button {
    min-height: 36px;
    padding: 7px 12px;
    border: 1px solid #27318f;
    border-radius: 4px;
    background: #fff;
    color: #202a83;
    font-weight: 700;
    cursor: pointer;
}

.pc-nav-trace-table-wrap {
    width: 100%;
    overflow-x: auto;
}

.pc-nav-trace-table {
    width: 100%;
    min-width: 920px;
    border-collapse: collapse;
    font-size: 12px;
}

.pc-nav-trace-table th,
.pc-nav-trace-table td {
    padding: 7px 8px;
    border: 1px solid #dce3ef;
    text-align: left;
    vertical-align: top;
}

.pc-nav-trace-table th {
    background: #eef3fb;
    white-space: nowrap;
}

.pc-nav-trace-table tr.is-excluded td {
    background: #fff7f2;
    color: #7f2c10;
}

.pc-nav-trace-compare,
.pc-nav-trace-candidate {
    margin-top: 14px;
}

.pc-nav-trace-compare select {
    width: 100%;
    max-width: 560px;
    min-height: 38px;
    margin-bottom: 10px;
}

.pc-nav-trace-candidate {
    border-top: 1px solid #dce3ef;
    padding-top: 8px;
}

.pc-nav-trace-candidate summary {
    cursor: pointer;
    font-weight: 700;
}

.pc-nav-trace-candidate pre {
    max-height: 420px;
    overflow: auto;
    padding: 12px;
    background: #0d1729;
    color: #edf4ff;
    white-space: pre-wrap;
    overflow-wrap: anywhere;
}

@media (max-width: 720px) {
    .pc-nav-trace-overview {
        grid-template-columns: 1fr;
    }

    .pc-nav-trace-overview dt {
        padding-bottom: 2px;
        border-bottom: 0;
    }

    .pc-nav-trace-overview dd {
        padding-top: 2px;
    }
}
