.susp-offers-page {
    --susp-blue: #102a56;
    --susp-blue-deep: #081a38;
    --susp-blue-2: #155eef;
    --susp-cyan: #43c7ff;
    --susp-yellow: #ffd600;
    --susp-yellow-soft: #ffe875;
    --susp-text: #102033;
    --susp-muted: #667085;
    max-width: 1240px;
    margin: 0 auto;
    padding: 34px 20px 70px;
    color: var(--susp-text);
}

.susp-public-notice {
    margin-bottom: 18px;
    border: 1px solid #cfe4d6;
    border-radius: 12px;
    background: #f0fbf4;
    padding: 13px 16px;
    font-weight: 700;
}

.susp-notice-invalid {
    border-color: #fecaca;
    background: #fff1f2;
    color: #991b1b;
}

.susp-hero {
    position: relative;
    isolation: isolate;
    display: grid;
    grid-template-columns: minmax(0, 56%) minmax(320px, 44%);
    min-height: 470px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 26px;
    background:
        radial-gradient(circle at 82% 28%, rgba(67, 199, 255, .22), transparent 27%),
        radial-gradient(circle at 22% 18%, rgba(255, 214, 0, .11), transparent 22%),
        linear-gradient(118deg, #081a38 0%, #102f63 48%, #145b9e 100%);
    color: #fff;
    box-shadow: 0 30px 80px rgba(8, 26, 56, .28), 0 10px 28px rgba(15, 35, 72, .18);
}

.susp-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    opacity: .24;
    background-image:
        linear-gradient(rgba(255, 255, 255, .06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .06) 1px, transparent 1px);
    background-size: 38px 38px;
    mask-image: linear-gradient(to right, transparent, #000 35%, #000 100%);
}

.susp-hero::after {
    content: "";
    position: absolute;
    top: -140px;
    right: -110px;
    width: 430px;
    height: 430px;
    z-index: -1;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 50%;
    box-shadow:
        0 0 0 80px rgba(67, 199, 255, .04),
        0 0 0 150px rgba(255, 214, 0, .025);
}

.susp-hero-copy {
    position: relative;
    z-index: 4;
    padding: 52px 48px 34px 52px;
}

.susp-kicker-row {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.susp-eyebrow,
.susp-live-pill,
.susp-scheduled-pill {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    border-radius: 999px;
    padding: 6px 12px;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.susp-eyebrow {
    border: 1px solid rgba(255, 255, 255, .34);
    background: rgba(255, 255, 255, .1);
    backdrop-filter: blur(8px);
}

.susp-live-pill {
    border: 1px solid rgba(255, 214, 0, .45);
    background: rgba(255, 214, 0, .12);
    color: #ffec7a;
}

.susp-live-pill i {
    width: 7px;
    height: 7px;
    margin-right: 7px;
    border-radius: 50%;
    background: var(--susp-yellow);
    box-shadow: 0 0 0 5px rgba(255, 214, 0, .12);
    animation: susp-live-pulse 2.2s ease-in-out infinite;
}

.susp-scheduled-pill {
    border: 1px solid rgba(67, 199, 255, .4);
    background: rgba(67, 199, 255, .12);
    color: #bcecff;
}

@keyframes susp-live-pulse {
    0%, 100% { opacity: 1; box-shadow: 0 0 0 4px rgba(255, 214, 0, .12); }
    50% { opacity: .72; box-shadow: 0 0 0 8px rgba(255, 214, 0, .04); }
}

.susp-hero h1,
.susp-empty-hero h1 {
    margin: 18px 0 14px;
    max-width: 700px;
    font-size: clamp(38px, 4.3vw, 64px);
    line-height: 1.01;
    letter-spacing: -.045em;
    text-wrap: balance;
}

/* Evita que Astra u otro CSS global herede un color oscuro en el titulo del hero. */
.susp-hero h1 {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    text-shadow: 0 2px 14px rgba(0, 0, 0, .28);
}

.susp-hero h1 a,
.susp-hero h1 span {
    color: inherit !important;
    -webkit-text-fill-color: inherit !important;
}

.susp-hero-copy > p {
    max-width: 690px;
    margin: 0 0 13px;
    font-size: 18px;
    line-height: 1.56;
    color: rgba(255, 255, 255, .9);
}

.susp-deadline {
    max-width: 610px !important;
    color: rgba(255, 255, 255, .7) !important;
    font-size: 13px !important;
    font-weight: 700;
}

.susp-countdown-wrap {
    margin-top: 25px;
}

.susp-countdown-wrap > strong {
    display: block;
    margin-bottom: 11px;
    color: var(--susp-yellow-soft);
    font-size: 11px;
    letter-spacing: .16em;
}

.susp-countdown {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.susp-countdown > div {
    position: relative;
    min-width: 84px;
    overflow: hidden;
    border: 1px solid rgba(116, 215, 255, .34);
    border-radius: 13px;
    background: linear-gradient(180deg, rgba(2, 15, 38, .54), rgba(9, 37, 78, .46));
    padding: 13px 10px 11px;
    text-align: center;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08), 0 10px 24px rgba(0, 0, 0, .12);
    backdrop-filter: blur(10px);
}

.susp-countdown > div::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--susp-cyan), transparent);
    opacity: .8;
}

.susp-countdown span {
    display: block;
    color: #fff;
    font-size: 32px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -.03em;
    text-shadow: 0 0 24px rgba(67, 199, 255, .28);
}

.susp-countdown small {
    display: block;
    margin-top: 7px;
    color: rgba(255, 255, 255, .68);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .1em;
}

.susp-hero-actions,
.susp-empty-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 24px;
}

.susp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 45px;
    border: 0;
    border-radius: 10px;
    padding: 0 17px;
    text-decoration: none !important;
    font-weight: 900;
    line-height: 1.2;
    cursor: pointer;
    transition: transform .16s ease, box-shadow .16s ease, background-color .16s ease, border-color .16s ease;
}

.susp-btn:hover {
    transform: translateY(-1px);
}

.susp-btn-primary {
    background: linear-gradient(180deg, #ffe65b, var(--susp-yellow)) !important;
    color: #172033 !important;
    box-shadow: 0 12px 24px rgba(255, 214, 0, .18), inset 0 1px 0 rgba(255, 255, 255, .5);
}

.susp-btn-primary:hover {
    box-shadow: 0 16px 30px rgba(255, 214, 0, .24), inset 0 1px 0 rgba(255, 255, 255, .5);
}

.susp-btn-secondary {
    border: 1px solid #b9cdf7 !important;
    background: #fff !important;
    color: var(--susp-blue-2) !important;
}

.susp-btn-glass {
    border: 1px solid rgba(255, 255, 255, .28) !important;
    background: rgba(255, 255, 255, .09) !important;
    color: #fff !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
    backdrop-filter: blur(10px);
}

.susp-btn-glass:hover {
    border-color: rgba(255, 255, 255, .42) !important;
    background: rgba(255, 255, 255, .15) !important;
}

.susp-hero-art {
    position: relative;
    z-index: 3;
    min-height: 390px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 28px 32px 20px 8px;
}

.susp-hero-art-stage {
    position: relative;
    width: min(490px, 100%);
    min-height: 340px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.susp-hero-art picture {
    position: relative;
    z-index: 4;
    width: 100%;
    height: 100%;
    display: block;
}

.susp-hero-art img {
    position: relative;
    z-index: 4;
    width: 100%;
    height: 100%;
    max-height: 360px;
    display: block;
    object-fit: contain;
    filter: drop-shadow(0 30px 38px rgba(0, 0, 0, .36));
    transform: translateZ(0);
}

.susp-art-halo {
    position: absolute;
    z-index: 1;
    pointer-events: none;
    border-radius: 50%;
    filter: blur(28px);
}

.susp-art-halo-blue {
    width: 84%;
    height: 72%;
    background: radial-gradient(circle, rgba(76, 208, 255, .78) 0%, rgba(30, 133, 255, .42) 38%, rgba(25, 84, 190, .13) 66%, transparent 76%);
    box-shadow: 0 0 70px rgba(67, 199, 255, .35), 0 0 130px rgba(21, 94, 239, .2);
    animation: susp-halo-breathe 5.5s ease-in-out infinite;
}

.susp-art-halo-yellow {
    right: 4%;
    bottom: 4%;
    width: 42%;
    height: 38%;
    background: radial-gradient(circle, rgba(255, 230, 91, .72), rgba(255, 214, 0, .2) 44%, transparent 72%);
    filter: blur(25px);
    opacity: .72;
}

@keyframes susp-halo-breathe {
    0%, 100% { transform: scale(.96); opacity: .78; }
    50% { transform: scale(1.05); opacity: 1; }
}

@media (prefers-reduced-motion: reduce) {
    .susp-art-halo-blue,
    .susp-live-pill i {
        animation: none;
    }
}

.susp-max-discount {
    position: absolute;
    top: 12px;
    right: 0;
    z-index: 6;
    width: 116px;
    min-height: 116px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .45);
    border-radius: 24px 24px 24px 8px;
    background: linear-gradient(145deg, #fff06f 0%, #ffd600 58%, #f5bb00 100%);
    color: #13213a;
    box-shadow: 0 18px 36px rgba(0, 0, 0, .22), 0 0 36px rgba(255, 214, 0, .2);
    transform: rotate(2deg);
}

.susp-max-discount small,
.susp-max-discount span {
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .1em;
}

.susp-max-discount strong {
    margin: 2px 0;
    font-size: 36px;
    line-height: 1;
    letter-spacing: -.055em;
}

.susp-art-fallback {
    position: relative;
    z-index: 4;
    width: min(420px, 90%);
    height: 280px;
}

.susp-art-fallback span {
    position: absolute;
    border-radius: 18px;
    background: linear-gradient(145deg, #fff, #c6e5ff);
    box-shadow: 0 25px 45px rgba(4, 20, 50, .3);
}

.susp-art-fallback span:nth-child(1) {
    width: 62%;
    height: 65%;
    right: 0;
    top: 5%;
    border: 14px solid #18243a;
}

.susp-art-fallback span:nth-child(2) {
    width: 32%;
    height: 68%;
    left: 5%;
    bottom: 0;
    border: 12px solid #16243c;
}

.susp-art-fallback span:nth-child(3) {
    width: 70%;
    height: 12%;
    right: 0;
    bottom: 4%;
    background: #ffd600;
}

.susp-hero-trust {
    position: relative;
    z-index: 5;
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid rgba(255, 255, 255, .13);
    background: rgba(2, 15, 38, .24);
    backdrop-filter: blur(12px);
}

.susp-hero-trust > div {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 76px;
    padding: 13px 24px;
}

.susp-hero-trust > div + div {
    border-left: 1px solid rgba(255, 255, 255, .11);
}

.susp-trust-icon {
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 214, 0, .35);
    border-radius: 50%;
    background: rgba(255, 214, 0, .12);
    color: var(--susp-yellow);
    font-weight: 900;
}

.susp-hero-trust p {
    margin: 0;
}

.susp-hero-trust strong,
.susp-hero-trust small {
    display: block;
}

.susp-hero-trust strong {
    color: #fff;
    font-size: 13px;
}

.susp-hero-trust small {
    margin-top: 2px;
    color: rgba(255, 255, 255, .64);
    font-size: 11px;
}

.susp-subscribe {
    display: grid;
    grid-template-columns: minmax(0, 42%) minmax(0, 58%);
    align-items: stretch;
    margin: 26px 0 50px;
    overflow: hidden;
    border: 1px solid #d9e2ef;
    border-radius: 19px;
    background: #fff;
    box-shadow: 0 16px 42px rgba(15, 35, 72, .09);
}

.susp-subscribe-intro {
    display: flex;
    align-items: center;
    gap: 17px;
    min-height: 160px;
    padding: 28px 30px;
    background:
        radial-gradient(circle at 12% 30%, rgba(67, 199, 255, .18), transparent 25%),
        linear-gradient(135deg, #0a2044, #143d75);
    color: #fff;
}

.susp-subscribe-icon {
    width: 58px;
    height: 58px;
    flex: 0 0 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 214, 0, .38);
    border-radius: 17px;
    background: rgba(255, 214, 0, .12);
    color: var(--susp-yellow);
    font-size: 25px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, .16);
}

.susp-subscribe-intro > div > span,
.susp-section-heading span {
    color: var(--susp-yellow-soft);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .12em;
}

.susp-subscribe h2 {
    margin: 6px 0;
    color: #fff;
    font-size: 27px;
    line-height: 1.15;
}

.susp-subscribe p {
    margin: 0;
    color: rgba(255, 255, 255, .72);
    line-height: 1.5;
}

.susp-subscribe-form {
    display: grid;
    grid-template-columns: 1fr 1.35fr auto;
    gap: 10px;
    align-content: center;
    align-items: start;
    padding: 26px 28px;
}

.susp-subscribe-form input[type=text],
.susp-subscribe-form input[type=email] {
    min-height: 47px;
    border: 1px solid #cbd5e1;
    border-radius: 10px;
    background: #fff;
    padding: 0 12px;
    box-shadow: inset 0 1px 2px rgba(15, 35, 72, .03);
}

.susp-subscribe-form input:focus {
    outline: none;
    border-color: #78a8ff;
    box-shadow: 0 0 0 3px rgba(21, 94, 239, .11);
}

.susp-consent {
    grid-column: 1 / -1;
    display: flex;
    gap: 8px;
    align-items: flex-start;
    color: #667085;
    font-size: 12px;
    line-height: 1.45;
}

.susp-consent input {
    margin-top: 2px;
}

.susp-form-status {
    grid-column: 1 / -1;
    font-size: 13px;
    font-weight: 700;
}

.susp-form-status.is-ok {
    color: #087a4b;
}

.susp-form-status.is-error {
    color: #b42318;
}

.susp-products-section {
    scroll-margin-top: 30px;
}

.susp-section-heading {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 20px;
}

.susp-section-heading h2 {
    margin: 6px 0;
    font-size: 34px;
}

.susp-section-heading p {
    margin: 0;
    color: var(--susp-muted);
}

.susp-products-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.susp-product-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
    border: 1px solid #e1e7f0;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 6px 18px rgba(15, 35, 72, .06);
    transition: transform .18s ease, box-shadow .18s ease;
}

.susp-product-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(15, 35, 72, .11);
}

.susp-discount-badge {
    position: absolute;
    z-index: 2;
    top: 12px;
    left: 12px;
    border-radius: 999px;
    background: #b42318;
    color: #fff;
    padding: 6px 9px;
    font-size: 12px;
    font-weight: 900;
}

.susp-product-image {
    height: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
}

.susp-product-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.susp-product-copy {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 16px;
}

.susp-product-copy h3 {
    margin: 0 0 13px;
    font-size: 14px;
    line-height: 1.45;
}

.susp-product-copy h3 a {
    color: var(--susp-text) !important;
    text-decoration: none !important;
}

.susp-price-block {
    display: grid;
    gap: 3px;
    margin-top: auto;
}

.susp-price-block del {
    color: #98a2b3;
    font-size: 13px;
}

.susp-price-block strong {
    color: #b42318;
    font-size: 25px;
}

.susp-price-block small {
    color: #087a4b;
    font-weight: 800;
}

.susp-stock {
    display: inline-flex;
    align-self: flex-start;
    margin-top: 10px;
    border-radius: 999px;
    padding: 5px 8px;
    font-size: 11px;
    font-weight: 800;
}

.susp-stock.is-stock {
    background: #e9f8ef;
    color: #087a4b;
}

.susp-stock.is-out {
    background: #fff1f2;
    color: #b42318;
}

.susp-product-actions {
    display: grid;
    gap: 8px;
    margin-top: 14px;
}

.susp-product-actions .susp-btn {
    width: 100%;
}

.susp-product-link {
    display: block;
    color: var(--susp-blue-2) !important;
    text-align: center;
    text-decoration: none !important;
    font-size: 12px;
    font-weight: 800;
}

.susp-terms {
    margin-top: 34px;
    border-left: 4px solid var(--susp-yellow);
    border-radius: 0 12px 12px 0;
    background: #f8fafc;
    padding: 18px 20px;
}

.susp-terms p {
    margin: 6px 0 0;
    color: #667085;
}

.susp-empty-hero {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    background:
        radial-gradient(circle at 80% 22%, rgba(67, 199, 255, .2), transparent 26%),
        linear-gradient(125deg, #081a38, #18538f);
    color: #fff;
    padding: 64px 55px;
    text-align: center;
    box-shadow: 0 24px 60px rgba(15, 35, 72, .2);
}

.susp-empty-hero p {
    max-width: 720px;
    margin: 0 auto;
    color: rgba(255, 255, 255, .88);
    font-size: 19px;
    line-height: 1.55;
}

.susp-empty-icon {
    position: relative;
    height: 110px;
    margin-top: 30px;
}

.susp-empty-icon span {
    position: absolute;
    bottom: 0;
    width: 70px;
    border-radius: 14px 14px 5px 5px;
    background: rgba(255, 214, 0, .92);
    box-shadow: 0 14px 32px rgba(255, 214, 0, .16);
}

.susp-empty-icon span:nth-child(1) { height: 48px; left: calc(50% - 115px); }
.susp-empty-icon span:nth-child(2) { height: 82px; left: calc(50% - 35px); }
.susp-empty-icon span:nth-child(3) { height: 62px; left: calc(50% + 45px); }

.susp-empty-actions {
    justify-content: center;
    margin-bottom: 25px;
}

.susp-public-notice + .susp-hero {
    margin-top: 0;
}

.susp-home-strip {
    display: grid;
    grid-template-columns: 1fr auto auto;
    gap: 22px;
    align-items: center;
    margin-top: 34px;
    margin-bottom: 18px;
    border-radius: 16px;
    background: linear-gradient(105deg, #102a56, #155eef);
    color: #fff;
    padding: 18px 22px;
    box-shadow: 0 14px 30px rgba(15, 35, 72, .16);
}

.susp-home-strip > div:first-child span,
.susp-home-strip > div:first-child strong,
.susp-home-strip > div:first-child small {
    display: block;
}

.susp-home-strip > div:first-child span {
    color: #ffd600;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .1em;
}

.susp-home-strip > div:first-child strong {
    font-size: 20px;
}

.susp-home-strip > div:first-child small {
    margin-top: 3px;
    color: rgba(255, 255, 255, .78);
}

.susp-home-mini-countdown {
    font-size: 18px;
    font-weight: 900;
    white-space: nowrap;
}

.susp-home-mini-countdown span {
    color: #ffd600;
}

.susp-empty-products {
    grid-column: 1 / -1;
    border: 1px dashed #cbd5e1;
    border-radius: 12px;
    padding: 24px;
    color: #667085;
    text-align: center;
}

@media (max-width: 980px) {
    .susp-hero {
        grid-template-columns: 1fr;
    }

    .susp-hero-copy {
        padding-bottom: 20px;
    }

    .susp-hero-art {
        min-height: 300px;
        padding: 0 24px 20px;
    }

    .susp-hero-art-stage {
        min-height: 290px;
    }

    .susp-max-discount {
        right: 8%;
    }

    .susp-subscribe {
        grid-template-columns: 1fr;
    }

    .susp-subscribe-intro {
        min-height: 0;
    }

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

    .susp-home-strip {
        grid-template-columns: 1fr auto;
    }

    .susp-home-strip > a {
        grid-column: 1 / -1;
    }
}

@media (max-width: 720px) {
    .susp-hero-trust {
        grid-template-columns: 1fr;
    }

    .susp-hero-trust > div {
        min-height: 62px;
        padding: 10px 20px;
    }

    .susp-hero-trust > div + div {
        border-top: 1px solid rgba(255, 255, 255, .1);
        border-left: 0;
    }

    .susp-subscribe-form {
        grid-template-columns: 1fr;
    }

    .susp-consent,
    .susp-form-status {
        grid-column: 1;
    }
}

@media (max-width: 640px) {
    .susp-offers-page {
        padding: 18px 12px 45px;
    }

    .susp-hero {
        min-height: 0;
        border-radius: 18px;
    }

    .susp-hero-copy {
        padding: 32px 22px 18px;
    }

    .susp-hero h1,
    .susp-empty-hero h1 {
        font-size: 36px;
    }

    .susp-hero-copy > p {
        font-size: 16px;
    }

    .susp-countdown {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 6px;
    }

    .susp-countdown > div {
        min-width: 0;
        padding: 10px 4px;
    }

    .susp-countdown span {
        font-size: 23px;
    }

    .susp-countdown small {
        font-size: 8px;
        letter-spacing: .04em;
    }

    .susp-hero-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .susp-hero-art {
        min-height: 240px;
        padding: 0 18px 20px;
    }

    .susp-hero-art-stage {
        min-height: 230px;
    }

    .susp-hero-art img {
        max-height: 250px;
    }

    .susp-max-discount {
        top: 4px;
        right: 4px;
        width: 88px;
        min-height: 88px;
        border-radius: 18px 18px 18px 7px;
    }

    .susp-max-discount strong {
        font-size: 28px;
    }

    .susp-subscribe {
        margin-top: 18px;
    }

    .susp-subscribe-intro {
        align-items: flex-start;
        padding: 22px 18px;
    }

    .susp-subscribe-icon {
        width: 48px;
        height: 48px;
        flex-basis: 48px;
        border-radius: 14px;
        font-size: 21px;
    }

    .susp-subscribe h2 {
        font-size: 23px;
    }

    .susp-subscribe-form {
        padding: 20px 18px;
    }

    .susp-products-grid {
        grid-template-columns: 1fr;
    }

    .susp-empty-hero {
        padding: 45px 22px;
    }

    .susp-home-strip {
        grid-template-columns: 1fr;
    }
}
