.selsup-cases-hub {
    --shub-navy: #071d29;
    --shub-navy-2: #0d2a38;
    --shub-ink: #102733;
    --shub-muted: #627681;
    --shub-line: #d7e3e8;
    --shub-paper: #f4f8fa;
    --shub-white: #ffffff;
    --shub-cyan: #5bcdf3;
    --shub-cyan-soft: #e8f8fd;
    --shub-orange: #f5a900;
    min-width: 0;
    overflow: hidden;
    color: var(--shub-ink);
    background: var(--shub-paper);
    font-family: inherit;
}

.selsup-cases-hub *,
.selsup-cases-hub *::before,
.selsup-cases-hub *::after {
    box-sizing: border-box;
}

.selsup-cases-hub a {
    color: inherit;
    text-decoration: none;
}

.selsup-cases-hub img {
    display: block;
    max-width: 100%;
}

.selsup-cases-hub h1,
.selsup-cases-hub h2,
.selsup-cases-hub h3,
.selsup-cases-hub p {
    margin-top: 0;
}

.selsup-cases-hub .shub-wrap {
    width: min(1240px, calc(100% - 48px));
    margin-inline: auto;
}

.selsup-cases-hub .shub-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    color: #f6fbfd;
    background: var(--shub-navy);
}

.selsup-cases-hub .shub-hero::before {
    content: "";
    position: absolute;
    z-index: -2;
    top: -280px;
    right: -180px;
    width: 690px;
    height: 690px;
    border: 100px solid rgba(91, 205, 243, 0.08);
    border-radius: 50%;
}

.selsup-cases-hub .shub-hero-grid {
    position: absolute;
    z-index: -3;
    inset: 0;
    opacity: 0.22;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
    background-size: 72px 72px;
    -webkit-mask-image: linear-gradient(90deg, #000 0%, #000 60%, transparent 100%);
    mask-image: linear-gradient(90deg, #000 0%, #000 60%, transparent 100%);
}

.selsup-cases-hub .shub-hero-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(290px, 0.65fr);
    align-items: center;
    gap: clamp(48px, 7vw, 104px);
    padding-block: clamp(68px, 8vw, 108px) 58px;
}

.selsup-cases-hub .shub-hero-copy {
    max-width: 790px;
}

.selsup-cases-hub .shub-eyebrow,
.selsup-cases-hub .shub-section-kicker {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 18px;
    color: var(--shub-cyan);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.selsup-cases-hub .shub-eyebrow::before,
.selsup-cases-hub .shub-section-kicker::before {
    content: "";
    width: 34px;
    height: 2px;
    flex: 0 0 34px;
    background: currentColor;
}

.selsup-cases-hub .shub-hero h1 {
    max-width: 820px;
    margin-bottom: 24px;
    color: #ffffff;
    font-size: clamp(43px, 6.2vw, 82px);
    font-weight: 800;
    line-height: 0.98;
    letter-spacing: -0.055em;
}

.selsup-cases-hub .shub-lead {
    max-width: 720px;
    margin-bottom: 0;
    color: #b8cbd4;
    font-size: clamp(16px, 1.65vw, 20px);
    font-weight: 450;
    line-height: 1.58;
}

.selsup-cases-hub .shub-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 34px;
}

.selsup-cases-hub .shub-primary-link,
.selsup-cases-hub .shub-secondary-link {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    padding: 13px 19px;
    border: 1px solid transparent;
    border-radius: 9px;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
    transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.selsup-cases-hub .shub-primary-link {
    color: #08202b;
    background: var(--shub-cyan);
}

.selsup-cases-hub .shub-secondary-link {
    color: #f4fbfd;
    border-color: rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.05);
}

.selsup-cases-hub .shub-primary-link:hover,
.selsup-cases-hub .shub-secondary-link:hover {
    transform: translateY(-2px);
}

.selsup-cases-hub .shub-secondary-link:hover {
    border-color: rgba(91, 205, 243, 0.6);
    background: rgba(91, 205, 243, 0.09);
}

.selsup-cases-hub .shub-index {
    position: relative;
    padding: 30px 0 8px 34px;
    border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.selsup-cases-hub .shub-index::before {
    content: "";
    position: absolute;
    top: 0;
    left: -4px;
    width: 7px;
    height: 42px;
    border-radius: 10px;
    background: var(--shub-cyan);
}

.selsup-cases-hub .shub-index-label {
    margin-bottom: 24px;
    color: #94abb6;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.selsup-cases-hub .shub-index-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 28px;
}

.selsup-cases-hub .shub-index-row div {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.selsup-cases-hub .shub-index-row strong {
    color: #ffffff;
    font-size: clamp(43px, 5vw, 70px);
    font-weight: 760;
    line-height: 0.85;
    letter-spacing: -0.06em;
}

.selsup-cases-hub .shub-index-row span {
    color: #9fb3bd;
    font-size: 13px;
    font-weight: 650;
}

.selsup-cases-hub .shub-index > a {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--shub-cyan);
    font-size: 13px;
    font-weight: 800;
}

.selsup-cases-hub .shub-index > a:hover span {
    transform: translateX(4px);
}

.selsup-cases-hub .shub-index > a span {
    transition: transform 180ms ease;
}

.selsup-cases-hub .shub-proof-route {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    margin: 0;
    padding: 0 0 34px;
    list-style: none;
}

.selsup-cases-hub .shub-proof-route::before {
    content: "";
    position: absolute;
    top: 18px;
    right: 12.5%;
    left: 12.5%;
    height: 1px;
    background: linear-gradient(90deg, var(--shub-cyan), rgba(91, 205, 243, 0.22));
}

.selsup-cases-hub .shub-proof-route li {
    position: relative;
    z-index: 1;
    min-width: 0;
    display: grid;
    grid-template-columns: 38px 1fr;
    gap: 3px 12px;
    align-items: center;
    padding-right: 18px;
}

.selsup-cases-hub .shub-proof-route li > span {
    grid-row: 1 / span 2;
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(91, 205, 243, 0.45);
    border-radius: 50%;
    color: var(--shub-cyan);
    background: var(--shub-navy);
    font-size: 10px;
    font-weight: 850;
    letter-spacing: 0.05em;
}

.selsup-cases-hub .shub-proof-route strong {
    color: #f6fbfd;
    font-size: 13px;
    font-weight: 800;
}

.selsup-cases-hub .shub-proof-route small {
    min-width: 0;
    overflow: hidden;
    color: #839ba6;
    font-size: 10px;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.selsup-cases-hub .shub-catalog,
.selsup-cases-hub .shub-reviews {
    scroll-margin-top: 92px;
}

.selsup-cases-hub .shub-catalog {
    padding-block: clamp(72px, 8vw, 112px);
    background: var(--shub-paper);
}

.selsup-cases-hub .shub-section-heading {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(270px, 0.5fr);
    align-items: end;
    gap: 52px;
    margin-bottom: 36px;
}

.selsup-cases-hub .shub-section-kicker {
    margin-bottom: 11px;
    color: #258db2;
}

.selsup-cases-hub .shub-section-heading h2 {
    max-width: 790px;
    margin-bottom: 0;
    color: var(--shub-ink);
    font-size: clamp(32px, 4.4vw, 56px);
    font-weight: 800;
    line-height: 1.04;
    letter-spacing: -0.048em;
}

.selsup-cases-hub .shub-section-heading > p {
    margin-bottom: 4px;
    color: var(--shub-muted);
    font-size: 14px;
    line-height: 1.6;
}

.selsup-cases-hub .shub-sphere-nav {
    display: flex;
    gap: 8px;
    margin-bottom: 28px;
    padding-bottom: 4px;
    overflow-x: auto;
    scrollbar-width: thin;
}

.selsup-cases-hub .shub-sphere-nav a {
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    flex: 0 0 auto;
    padding: 8px 13px;
    border: 1px solid var(--shub-line);
    border-radius: 999px;
    color: #415863;
    background: rgba(255, 255, 255, 0.75);
    font-size: 12px;
    font-weight: 750;
    transition: border-color 160ms ease, color 160ms ease, background-color 160ms ease;
}

.selsup-cases-hub .shub-sphere-nav a:hover,
.selsup-cases-hub .shub-sphere-nav a.is-active {
    color: var(--shub-ink);
    border-color: #8ddcf7;
    background: var(--shub-cyan-soft);
}

.selsup-cases-hub .shub-sphere-nav span {
    min-width: 20px;
    height: 20px;
    display: inline-grid;
    place-items: center;
    padding-inline: 5px;
    border-radius: 99px;
    color: #1c7e9f;
    background: rgba(91, 205, 243, 0.18);
    font-size: 9px;
    font-weight: 850;
}

.selsup-cases-hub .shub-catalog-layout {
    display: grid;
    grid-template-columns: 235px minmax(0, 1fr);
    align-items: start;
    gap: 30px;
}

.selsup-cases-hub .shub-capability-filter {
    position: sticky;
    top: 96px;
}

.selsup-cases-hub .shub-capability-filter details {
    border-top: 3px solid var(--shub-cyan);
    background: var(--shub-white);
    box-shadow: 0 16px 44px rgba(9, 35, 47, 0.08);
}

.selsup-cases-hub .shub-capability-filter summary {
    min-height: 58px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 16px 17px;
    color: var(--shub-ink);
    cursor: pointer;
    font-size: 13px;
    font-weight: 850;
    list-style: none;
}

.selsup-cases-hub .shub-capability-filter summary::-webkit-details-marker {
    display: none;
}

.selsup-cases-hub .shub-capability-filter summary span {
    color: #258db2;
    font-size: 18px;
    transition: transform 160ms ease;
}

.selsup-cases-hub .shub-capability-filter details[open] summary span {
    transform: rotate(45deg);
}

.selsup-cases-hub .shub-capability-links {
    display: flex;
    flex-direction: column;
    padding: 2px 17px 18px;
}

.selsup-cases-hub .shub-capability-links a {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 0;
    border-top: 1px solid #e8eff2;
    color: #536973;
    font-size: 12px;
    font-weight: 650;
    line-height: 1.35;
}

.selsup-cases-hub .shub-capability-links a:hover {
    color: #167ca0;
}

.selsup-cases-hub .shub-capability-links span {
    color: #8aa0aa;
    font-size: 10px;
}

.selsup-cases-hub .shub-case-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.selsup-cases-hub .shub-case-card {
    min-width: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid var(--shub-line);
    border-radius: 16px;
    background: var(--shub-white);
    box-shadow: 0 14px 38px rgba(9, 35, 47, 0.06);
    transition: transform 190ms ease, box-shadow 190ms ease, border-color 190ms ease;
}

.selsup-cases-hub .shub-case-card:hover {
    transform: translateY(-5px);
    border-color: #a5dff2;
    box-shadow: 0 22px 50px rgba(9, 35, 47, 0.11);
}

.selsup-cases-hub .shub-case-media {
    position: relative;
    aspect-ratio: 16 / 9;
    display: block;
    overflow: hidden;
    background: linear-gradient(135deg, #dff5fc, #b8e8f7);
}

.selsup-cases-hub .shub-case-media::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 45%;
    background: linear-gradient(transparent, rgba(4, 22, 31, 0.35));
    pointer-events: none;
}

.selsup-cases-hub .shub-case-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 450ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.selsup-cases-hub .shub-case-card:hover .shub-case-media img {
    transform: scale(1.035);
}

.selsup-cases-hub .shub-case-placeholder {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    color: #1585aa;
    font-size: 74px;
    font-weight: 850;
}

.selsup-cases-hub .shub-case-number {
    position: absolute;
    z-index: 1;
    right: 14px;
    bottom: 12px;
    color: #ffffff;
    font-size: 11px;
    font-weight: 850;
    letter-spacing: 0.1em;
}

.selsup-cases-hub .shub-case-body {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    padding: 21px 22px 22px;
}

.selsup-cases-hub .shub-case-meta {
    min-height: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 12px;
    color: #78909a;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.selsup-cases-hub .shub-case-meta span {
    overflow: hidden;
    color: #2388ab;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.selsup-cases-hub .shub-case-card h3 {
    margin-bottom: 11px;
    color: var(--shub-ink);
    font-size: clamp(20px, 2.1vw, 27px);
    font-weight: 800;
    line-height: 1.16;
    letter-spacing: -0.035em;
}

.selsup-cases-hub .shub-case-card h3 a:hover {
    color: #167fa4;
}

.selsup-cases-hub .shub-case-card p {
    margin-bottom: 19px;
    color: var(--shub-muted);
    font-size: 13px;
    line-height: 1.55;
}

.selsup-cases-hub .shub-read-link {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    align-self: flex-start;
    margin-top: auto;
    color: #167fa4;
    font-size: 12px;
    font-weight: 850;
}

.selsup-cases-hub .shub-read-link span {
    transition: transform 160ms ease;
}

.selsup-cases-hub .shub-read-link:hover span {
    transform: translateX(4px);
}

.selsup-cases-hub .shub-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 38px;
}

.selsup-cases-hub .shub-pagination a,
.selsup-cases-hub .shub-pagination span {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border: 1px solid var(--shub-line);
    border-radius: 9px;
    color: #536a75;
    background: var(--shub-white);
    font-size: 12px;
    font-weight: 850;
}

.selsup-cases-hub .shub-pagination a:hover,
.selsup-cases-hub .shub-pagination .is-current {
    color: #09202b;
    border-color: var(--shub-cyan);
    background: var(--shub-cyan);
}

.selsup-cases-hub .shub-empty {
    padding: 46px;
    border: 1px solid var(--shub-line);
    background: var(--shub-white);
    text-align: center;
}

.selsup-cases-hub .shub-empty h3 {
    margin-bottom: 8px;
    font-size: 26px;
}

.selsup-cases-hub .shub-empty p {
    margin-bottom: 22px;
    color: var(--shub-muted);
}

.selsup-cases-hub .shub-reviews {
    position: relative;
    padding-block: clamp(72px, 8vw, 108px);
    overflow: hidden;
    color: #f5fbfd;
    background: var(--shub-navy);
}

.selsup-cases-hub .shub-reviews::after {
    content: "ОТЗЫВЫ";
    position: absolute;
    right: -10px;
    bottom: -32px;
    color: rgba(255, 255, 255, 0.025);
    font-size: clamp(90px, 15vw, 210px);
    font-weight: 900;
    line-height: 0.8;
    letter-spacing: -0.07em;
    pointer-events: none;
}

.selsup-cases-hub .shub-section-heading-light {
    position: relative;
    z-index: 1;
}

.selsup-cases-hub .shub-section-heading-light h2 {
    color: #ffffff;
}

.selsup-cases-hub .shub-section-heading-light > p {
    color: #9eb3bd;
}

.selsup-cases-hub .shub-review-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-flow: dense;
    gap: 16px;
}

.selsup-cases-hub .shub-review-card {
    min-height: 250px;
    display: flex;
    flex-direction: column;
    padding: 25px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px;
    background: #0d2a38;
}

.selsup-cases-hub .shub-review-card:first-child {
    grid-column: span 2;
    background: linear-gradient(135deg, #103646, #0b2734);
}

.selsup-cases-hub .shub-quote {
    height: 40px;
    display: block;
    color: var(--shub-cyan);
    font-family: Georgia, serif;
    font-size: 66px;
    line-height: 0.95;
}

.selsup-cases-hub .shub-review-card > p {
    margin: 12px 0 24px;
    color: #e9f4f8;
    font-size: clamp(15px, 1.65vw, 19px);
    font-weight: 620;
    line-height: 1.5;
}

.selsup-cases-hub .shub-review-card:first-child > p {
    max-width: 740px;
    font-size: clamp(18px, 2.25vw, 28px);
    line-height: 1.35;
}

.selsup-cases-hub .shub-review-card footer {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 11px;
    margin-top: auto;
}

.selsup-cases-hub .shub-review-avatar {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #09202b;
    background: var(--shub-cyan);
    font-size: 13px;
    font-weight: 900;
}

.selsup-cases-hub .shub-review-card footer > span:nth-child(2) {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.selsup-cases-hub .shub-review-card footer strong {
    overflow: hidden;
    color: #ffffff;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.selsup-cases-hub .shub-review-card footer small {
    color: #8da6b1;
    font-size: 10px;
}

.selsup-cases-hub .shub-review-card footer a {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 50%;
    color: var(--shub-cyan);
    transition: border-color 160ms ease, transform 160ms ease;
}

.selsup-cases-hub .shub-review-card footer a:hover {
    transform: translateX(3px);
    border-color: var(--shub-cyan);
}

.selsup-cases-hub .shub-review-archive {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    margin-top: 22px;
    padding: 23px 25px;
    border-left: 4px solid var(--shub-orange);
    background: rgba(255, 255, 255, 0.065);
}

.selsup-cases-hub .shub-review-archive > div {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.selsup-cases-hub .shub-review-archive strong {
    color: #ffffff;
    font-size: 16px;
}

.selsup-cases-hub .shub-review-archive span {
    color: #9db1ba;
    font-size: 12px;
}

.selsup-cases-hub .shub-review-archive > a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    gap: 15px;
    flex: 0 0 auto;
    padding: 10px 14px;
    border-radius: 8px;
    color: #09202b;
    background: var(--shub-orange);
    font-size: 12px;
    font-weight: 850;
}

.selsup-cases-hub a:focus-visible,
.selsup-cases-hub summary:focus-visible {
    outline: 3px solid rgba(91, 205, 243, 0.7);
    outline-offset: 3px;
}

@media (max-width: 1040px) {
    .selsup-cases-hub .shub-hero-layout {
        grid-template-columns: minmax(0, 1.2fr) minmax(250px, 0.8fr);
        gap: 46px;
    }

    .selsup-cases-hub .shub-catalog-layout {
        grid-template-columns: 210px minmax(0, 1fr);
        gap: 22px;
    }

    .selsup-cases-hub .shub-case-grid {
        gap: 16px;
    }
}

@media (max-width: 880px) {
    .selsup-cases-hub .shub-hero-layout {
        grid-template-columns: 1fr;
        gap: 48px;
        padding-bottom: 42px;
    }

    .selsup-cases-hub .shub-index {
        max-width: 560px;
    }

    .selsup-cases-hub .shub-section-heading {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .selsup-cases-hub .shub-section-heading > p {
        max-width: 620px;
    }

    .selsup-cases-hub .shub-catalog-layout {
        grid-template-columns: 1fr;
    }

    .selsup-cases-hub .shub-capability-filter {
        position: static;
    }

    .selsup-cases-hub .shub-capability-links {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 0 18px;
    }

    .selsup-cases-hub .shub-review-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 700px) {
    .selsup-cases-hub .shub-wrap {
        width: min(100% - 34px, 1240px);
    }

    .selsup-cases-hub .shub-hero::before {
        top: -180px;
        right: -210px;
        width: 500px;
        height: 500px;
        border-width: 76px;
    }

    .selsup-cases-hub .shub-hero-layout {
        padding-top: 58px;
    }

    .selsup-cases-hub .shub-proof-route {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 22px 12px;
    }

    .selsup-cases-hub .shub-proof-route::before {
        display: none;
    }

    .selsup-cases-hub .shub-case-grid {
        grid-template-columns: 1fr;
    }

    .selsup-cases-hub .shub-capability-links {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .selsup-cases-hub .shub-review-card:first-child {
        grid-column: span 2;
    }
}

@media (max-width: 520px) {
    .selsup-cases-hub .shub-hero h1 {
        font-size: clamp(40px, 13vw, 56px);
    }

    .selsup-cases-hub .shub-hero-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .selsup-cases-hub .shub-primary-link,
    .selsup-cases-hub .shub-secondary-link {
        width: 100%;
        justify-content: space-between;
    }

    .selsup-cases-hub .shub-index {
        padding-left: 24px;
    }

    .selsup-cases-hub .shub-index-row strong {
        font-size: 50px;
    }

    .selsup-cases-hub .shub-proof-route {
        grid-template-columns: 1fr 1fr;
    }

    .selsup-cases-hub .shub-proof-route li {
        grid-template-columns: 34px 1fr;
        gap: 2px 8px;
        padding-right: 3px;
    }

    .selsup-cases-hub .shub-proof-route li > span {
        width: 34px;
        height: 34px;
    }

    .selsup-cases-hub .shub-proof-route small {
        font-size: 9px;
    }

    .selsup-cases-hub .shub-capability-links {
        grid-template-columns: 1fr;
    }

    .selsup-cases-hub .shub-case-body {
        padding: 19px;
    }

    .selsup-cases-hub .shub-review-grid {
        grid-template-columns: 1fr;
    }

    .selsup-cases-hub .shub-review-card:first-child {
        grid-column: auto;
    }

    .selsup-cases-hub .shub-review-card,
    .selsup-cases-hub .shub-review-card:first-child {
        min-height: 230px;
    }

    .selsup-cases-hub .shub-review-card:first-child > p {
        font-size: 18px;
    }

    .selsup-cases-hub .shub-review-archive {
        align-items: stretch;
        flex-direction: column;
    }

    .selsup-cases-hub .shub-review-archive > a {
        justify-content: space-between;
    }
}

@media (prefers-reduced-motion: reduce) {
    .selsup-cases-hub *,
    .selsup-cases-hub *::before,
    .selsup-cases-hub *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}
