.osp-whats-new-page .site-main,
.osp-whats-new-page main,
.osp-whats-new-page .content-area {
    max-width: none;
}

.osp-newsroom,
.osp-update-article {
    --osp-navy-950: #0a1830;
    --osp-navy-900: #102441;
    --osp-blue-700: #1763c6;
    --osp-blue-600: #2477e8;
    --osp-cyan-500: #25b6cd;
    --osp-mint-400: #59dcc7;
    --osp-surface: #ffffff;
    --osp-surface-soft: #f5f8fc;
    --osp-border: #dfe8f2;
    --osp-text: #142238;
    --osp-muted: #64748b;
    --osp-shadow: 0 18px 50px rgba(17, 45, 82, 0.10);
    color: var(--osp-text);
    font-family: inherit;
    font-size: 1rem;
    line-height: 1.65;
}

.osp-newsroom,
.osp-update-shell,
.osp-update-article,
.osp-newsroom *,
.osp-newsroom *::before,
.osp-newsroom *::after,
.osp-update-article *,
.osp-update-article *::before,
.osp-update-article *::after {
    box-sizing: border-box;
}

.osp-newsroom {
    width: min(100%, 1240px);
    margin: 2rem auto 4.5rem;
    padding: 0 1.25rem;
}

.osp-newsroom a,
.osp-update-article a {
    text-underline-offset: 0.18em;
}

.osp-newsroom__hero {
    position: relative;
    isolation: isolate;
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(250px, 0.55fr);
    align-items: end;
    gap: clamp(2rem, 6vw, 5rem);
    min-height: 310px;
    overflow: hidden;
    padding: clamp(2rem, 5vw, 4.25rem);
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 2rem;
    background:
        radial-gradient(circle at 87% 8%, rgba(73, 223, 221, 0.29), transparent 30%),
        radial-gradient(circle at 40% 110%, rgba(57, 121, 255, 0.28), transparent 34%),
        linear-gradient(135deg, var(--osp-navy-950), #153d72 58%, #126c87);
    box-shadow: 0 30px 75px rgba(15, 49, 91, 0.22);
    color: #ffffff;
}

.osp-newsroom__hero::before {
    position: absolute;
    z-index: -1;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
    background-size: 2rem 2rem;
    content: "";
    mask-image: linear-gradient(to bottom, #000, transparent 88%);
}

.osp-newsroom__hero-copy {
    max-width: 760px;
}

.osp-newsroom__eyebrow,
.osp-newsroom__section-label {
    margin: 0;
    color: var(--osp-blue-700);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.13em;
    line-height: 1.4;
    text-transform: uppercase;
}

.osp-newsroom__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    margin-bottom: 1.25rem;
    color: #caefff;
}

.osp-newsroom__signal {
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 999px;
    background: var(--osp-mint-400);
    box-shadow: 0 0 0 0.4rem rgba(89, 220, 199, 0.14);
}

.osp-newsroom__hero h1 {
    max-width: 780px;
    margin: 0;
    color: #ffffff;
    font-size: clamp(2.7rem, 6vw, 4.8rem);
    font-weight: 800;
    letter-spacing: -0.055em;
    line-height: 0.98;
}

.osp-newsroom__intro {
    max-width: 680px;
    margin: 1.25rem 0 0;
    color: #d9e8f8;
    font-size: clamp(1rem, 1.7vw, 1.16rem);
    line-height: 1.7;
}

.osp-newsroom__summary {
    display: grid;
    gap: 1px;
    overflow: hidden;
    margin: 0;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 1.25rem;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.09);
    backdrop-filter: blur(14px);
}

.osp-newsroom__summary div {
    display: flex;
    flex-direction: column-reverse;
    gap: 0.25rem;
    padding: 1.25rem 1.35rem;
    background: rgba(4, 25, 51, 0.18);
}

.osp-newsroom__summary dt,
.osp-newsroom__summary dd {
    margin: 0;
}

.osp-newsroom__summary dt {
    color: #bfd3e8;
    font-size: 0.82rem;
    font-weight: 600;
}

.osp-newsroom__summary dd {
    color: #ffffff;
    font-size: 1.35rem;
    font-weight: 780;
    line-height: 1.25;
}

.osp-newsroom__controls {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(270px, 340px);
    align-items: center;
    gap: 1rem;
    margin: 1.5rem 0 2rem;
    padding: 0.8rem;
    border: 1px solid var(--osp-border);
    border-radius: 1.15rem;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 12px 34px rgba(17, 45, 82, 0.07);
}

.osp-newsroom__filters {
    display: flex;
    gap: 0.42rem;
    overflow-x: auto;
    padding: 0.08rem;
    scrollbar-width: thin;
}

.osp-newsroom__filter {
    flex: 0 0 auto;
    min-height: 2.65rem;
    border-radius: 0.78rem;
    padding: 0.7rem 0.85rem;
    color: #586a80;
    font-size: 0.86rem;
    font-weight: 720;
    line-height: 1.25;
    text-decoration: none;
    transition: background-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.osp-newsroom__filter:hover {
    background: #f0f5fb;
    color: var(--osp-text);
}

.osp-newsroom__filter.is-active {
    background: #eaf2ff;
    box-shadow: inset 0 0 0 1px #d5e4ff;
    color: #1759b8;
}

.osp-newsroom__search {
    position: relative;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    min-width: 0;
}

.osp-newsroom__search svg {
    position: absolute;
    z-index: 1;
    left: 0.9rem;
    width: 1.1rem;
    height: 1.1rem;
    fill: none;
    stroke: #73849a;
    stroke-linecap: round;
    stroke-width: 1.8;
}

.osp-newsroom__search input {
    width: 100%;
    min-width: 0;
    height: 2.75rem;
    margin: 0;
    border: 1px solid #d9e3ee;
    border-radius: 0.78rem 0 0 0.78rem;
    padding: 0 0.8rem 0 2.7rem;
    background: #f8fafc;
    color: var(--osp-text);
    font: inherit;
    font-size: 0.9rem;
    outline: none;
}

.osp-newsroom__search input:focus {
    z-index: 1;
    border-color: #7cacfa;
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(36, 119, 232, 0.11);
}

.osp-newsroom__search button,
.osp-news-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.75rem;
    border: 0;
    border-radius: 0 0.78rem 0.78rem 0;
    padding: 0.65rem 1rem;
    background: var(--osp-blue-700);
    color: #ffffff;
    font: inherit;
    font-size: 0.86rem;
    font-weight: 760;
    line-height: 1.2;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 180ms ease, transform 180ms ease;
}

.osp-newsroom__search button:hover,
.osp-news-button:hover {
    background: #104f9f;
    color: #ffffff;
}

.osp-newsroom__results-note {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin: -0.75rem 0 1.75rem;
    padding: 0.9rem 1rem;
    border-left: 3px solid var(--osp-cyan-500);
    border-radius: 0 0.75rem 0.75rem 0;
    background: #f1f8fb;
    color: #526579;
}

.osp-newsroom__results-note p {
    margin: 0;
}

.osp-newsroom__results-note a {
    flex: 0 0 auto;
    color: var(--osp-blue-700);
    font-weight: 750;
}

.osp-newsroom__featured {
    margin-bottom: 2.75rem;
}

.osp-newsroom__featured > .osp-newsroom__section-label {
    margin: 0 0 0.75rem 0.25rem;
}

.osp-news-card {
    display: flex;
    min-width: 0;
    height: 100%;
    overflow: hidden;
    border: 1px solid var(--osp-border);
    border-radius: 1.35rem;
    background: var(--osp-surface);
    box-shadow: 0 11px 32px rgba(17, 45, 82, 0.07);
    transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.osp-news-card:not(.osp-news-card--featured) {
    flex-direction: column;
}

.osp-news-card:hover {
    transform: translateY(-4px);
    border-color: #cddbeb;
    box-shadow: var(--osp-shadow);
}

.osp-news-card--featured {
    display: grid;
    grid-template-columns: minmax(330px, 0.92fr) minmax(0, 1.08fr);
    min-height: 395px;
    border-color: #cbdff7;
    background: linear-gradient(120deg, #ffffff 55%, #f5faff);
}

.osp-news-card__media {
    position: relative;
    display: block;
    min-height: 190px;
    overflow: hidden;
    background: #e9f1f9;
}

.osp-news-card:not(.osp-news-card--featured) .osp-news-card__media {
    aspect-ratio: 16 / 9;
}

.osp-news-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 500ms ease;
}

.osp-news-card:hover .osp-news-card__media img {
    transform: scale(1.025);
}

.osp-news-card__media--placeholder {
    isolation: isolate;
    display: flex;
    align-items: center;
    justify-content: center;
    background:
        radial-gradient(circle at 80% 15%, rgba(62, 224, 218, 0.38), transparent 29%),
        linear-gradient(145deg, #0d2447, #1a5e91);
}

.osp-news-card__media--placeholder::before {
    position: absolute;
    z-index: -1;
    inset: 0;
    background-image: radial-gradient(rgba(255, 255, 255, 0.18) 1px, transparent 1px);
    background-size: 1.1rem 1.1rem;
    content: "";
    opacity: 0.42;
}

.osp-news-card__placeholder-mark {
    color: rgba(255, 255, 255, 0.94);
    font-size: clamp(2.6rem, 6vw, 5rem);
    font-weight: 900;
    letter-spacing: -0.08em;
}

.osp-news-card__placeholder-line {
    position: absolute;
    width: 42%;
    height: 1px;
    background: rgba(255, 255, 255, 0.25);
    transform: rotate(-32deg);
}

.osp-news-card__placeholder-line--one {
    top: 12%;
    left: -9%;
}

.osp-news-card__placeholder-line--two {
    right: -8%;
    bottom: 18%;
}

.osp-news-card__placeholder-line--three {
    right: -16%;
    bottom: 6%;
}

.osp-news-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    min-width: 0;
    padding: 1.45rem;
}

.osp-news-card--featured .osp-news-card__body {
    justify-content: center;
    padding: clamp(2rem, 5vw, 3.75rem);
}

.osp-news-card__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.9rem;
    color: #7a899b;
    font-size: 0.78rem;
    font-weight: 620;
    line-height: 1.4;
}

.osp-news-card__category {
    overflow: hidden;
    color: var(--osp-blue-700);
    font-weight: 760;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.osp-news-card__meta time {
    flex: 0 0 auto;
}

.osp-news-badge {
    align-self: flex-start;
    margin-bottom: 0.75rem;
    border-radius: 999px;
    padding: 0.38rem 0.55rem;
    background: #e7f1ff;
    color: #175dbd;
    font-size: 0.68rem;
    font-weight: 850;
    letter-spacing: 0.075em;
    line-height: 1;
    text-transform: uppercase;
}

.osp-news-badge--important {
    background: #ffede9;
    color: #b93827;
}

.osp-news-badge--maintenance {
    background: #fff4d3;
    color: #916100;
}

.osp-news-badge--completed {
    background: #e1f7ea;
    color: #117646;
}

.osp-news-badge--coming-soon {
    background: #f0eaff;
    color: #6740b6;
}

.osp-news-card__title {
    margin: 0 0 0.75rem;
    color: var(--osp-text);
    font-size: clamp(1.25rem, 2vw, 1.5rem);
    font-weight: 790;
    letter-spacing: -0.03em;
    line-height: 1.2;
}

.osp-news-card--featured .osp-news-card__title {
    font-size: clamp(1.75rem, 3.3vw, 2.65rem);
}

.osp-news-card__title a {
    color: inherit;
    text-decoration: none;
}

.osp-news-card__title a:hover {
    color: var(--osp-blue-700);
}

.osp-news-card__excerpt {
    margin: 0 0 1.4rem;
    color: var(--osp-muted);
    font-size: 0.94rem;
    line-height: 1.7;
}

.osp-news-card--featured .osp-news-card__excerpt {
    font-size: 1.03rem;
}

.osp-news-card__actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: auto;
}

.osp-news-link {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: #155ab9;
    font-size: 0.86rem;
    font-weight: 790;
    text-decoration: none;
}

.osp-news-link span {
    transition: transform 180ms ease;
}

.osp-news-link:hover span {
    transform: translateX(0.2rem);
}

.osp-news-button {
    border-radius: 0.75rem;
}

.osp-news-button--quiet {
    min-height: 2.3rem;
    border-radius: 0.7rem;
    padding: 0.55rem 0.8rem;
    background: #edf4ff;
    color: #175ab9;
    font-size: 0.8rem;
}

.osp-news-button--quiet:hover {
    background: #dceaff;
    color: #124b99;
}

.osp-newsroom__latest-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1rem;
    margin: 0 0 1rem 0.2rem;
}

.osp-newsroom__latest-heading h2 {
    margin: 0.2rem 0 0;
    color: var(--osp-text);
    font-size: clamp(1.55rem, 3vw, 2.15rem);
    font-weight: 800;
    letter-spacing: -0.035em;
    line-height: 1.15;
}

.osp-newsroom__latest-heading > span {
    color: #7a899b;
    font-size: 0.82rem;
    font-weight: 650;
}

.osp-newsroom__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
}

.osp-newsroom__empty {
    margin: 2rem 0;
    padding: clamp(3.5rem, 8vw, 6rem) 1.5rem;
    border: 1px dashed #c8d7e7;
    border-radius: 1.5rem;
    background: var(--osp-surface-soft);
    text-align: center;
}

.osp-newsroom__empty-icon {
    display: block;
    margin-bottom: 0.75rem;
    color: var(--osp-blue-600);
    font-size: 2.5rem;
}

.osp-newsroom__empty h2 {
    margin: 0 0 0.5rem;
    color: var(--osp-text);
    font-size: 1.5rem;
    font-weight: 790;
}

.osp-newsroom__empty p {
    max-width: 520px;
    margin: 0 auto;
    color: var(--osp-muted);
}

.osp-newsroom__empty .osp-news-button {
    margin-top: 1.25rem;
}

.osp-newsroom__pagination {
    margin-top: 2rem;
}

.osp-newsroom__pagination .page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.osp-newsroom__pagination .page-numbers .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.6rem;
    min-height: 2.6rem;
    border: 1px solid var(--osp-border);
    border-radius: 0.72rem;
    padding: 0.4rem 0.7rem;
    background: #ffffff;
    color: #53657a;
    font-size: 0.86rem;
    font-weight: 720;
    text-decoration: none;
}

.osp-newsroom__pagination .page-numbers .current {
    border-color: var(--osp-blue-700);
    background: var(--osp-blue-700);
    color: #ffffff;
}

.osp-newsroom__footer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    margin-top: 3rem;
    color: #78889a;
    font-size: 0.82rem;
}

.osp-newsroom__footer p {
    margin: 0;
}

.osp-newsroom__footer-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 0.75rem;
    background: #e8f1ff;
    color: #2464bd;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: -0.04em;
}

.osp-update-shell {
    width: min(100%, 1040px);
    margin: 2rem auto 5rem;
    padding: 0 1.25rem;
}

.osp-update-article__back {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin-bottom: 1.4rem;
    color: var(--osp-blue-700);
    font-size: 0.9rem;
    font-weight: 760;
    text-decoration: none;
}

.osp-update-article__header {
    overflow: hidden;
    border: 1px solid #d5e3f1;
    border-radius: 1.75rem;
    background:
        radial-gradient(circle at 90% 0, rgba(64, 211, 210, 0.24), transparent 27%),
        linear-gradient(135deg, #0d203e, #164c7b);
    box-shadow: 0 24px 60px rgba(16, 49, 86, 0.18);
    color: #ffffff;
}

.osp-update-article__header-copy {
    padding: clamp(2rem, 6vw, 4.5rem);
}

.osp-update-article__meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 1.25rem;
    color: #c5d9ec;
    font-size: 0.84rem;
    font-weight: 650;
}

.osp-update-article__category {
    color: #99e8f0;
    font-weight: 790;
}

.osp-update-article__header h1 {
    max-width: 850px;
    margin: 0;
    color: #ffffff;
    font-size: clamp(2.2rem, 6vw, 4.45rem);
    font-weight: 820;
    letter-spacing: -0.052em;
    line-height: 1.02;
    overflow-wrap: anywhere;
}

.osp-update-article__lead {
    max-width: 720px;
    margin: 1.25rem 0 0;
    color: #dce9f5;
    font-size: clamp(1rem, 2vw, 1.18rem);
    line-height: 1.7;
}

.osp-update-article__image {
    aspect-ratio: 16 / 8;
    overflow: hidden;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.osp-update-article__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.osp-update-article__content {
    width: min(100%, 790px);
    margin: 0 auto;
    padding: clamp(2.5rem, 6vw, 4.5rem) 0;
    color: #25364a;
    font-size: clamp(1rem, 1.4vw, 1.08rem);
    line-height: 1.82;
}

.osp-update-article__content > *:first-child {
    margin-top: 0;
}

.osp-update-article__content > *:last-child {
    margin-bottom: 0;
}

.osp-update-article__content h2,
.osp-update-article__content h3 {
    margin: 2.1em 0 0.65em;
    color: var(--osp-text);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.2;
}

.osp-update-article__content h2 {
    font-size: clamp(1.55rem, 3vw, 2.15rem);
}

.osp-update-article__content h3 {
    font-size: clamp(1.3rem, 2.2vw, 1.65rem);
}

.osp-update-article__content a {
    color: var(--osp-blue-700);
}

.osp-update-article__content img {
    height: auto;
    border-radius: 1rem;
}

.osp-update-article__content blockquote {
    margin: 2rem 0;
    border-left: 4px solid var(--osp-cyan-500);
    padding: 0.25rem 0 0.25rem 1.25rem;
    color: #526579;
    font-size: 1.1em;
}

.osp-update-article__action {
    width: min(100%, 790px);
    margin: -1.75rem auto 3.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--osp-border);
}

.osp-update-article__action .osp-news-button {
    border-radius: 0.8rem;
}

.osp-update-article__footer {
    width: min(100%, 790px);
    margin: 0 auto;
    padding-top: 1.5rem;
    border-top: 1px solid var(--osp-border);
    text-align: center;
}

.osp-update-article__footer a {
    color: var(--osp-blue-700);
    font-weight: 760;
}

.osp-newsroom a:focus-visible,
.osp-newsroom button:focus-visible,
.osp-newsroom input:focus-visible,
.osp-update-article a:focus-visible {
    outline: 3px solid rgba(36, 119, 232, 0.45);
    outline-offset: 3px;
}

@media (max-width: 980px) {
    .osp-newsroom__hero {
        grid-template-columns: 1fr;
        min-height: 0;
    }

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

    .osp-newsroom__controls {
        grid-template-columns: 1fr;
    }

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

    .osp-news-card--featured {
        grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.15fr);
    }
}

@media (max-width: 700px) {
    .osp-newsroom,
    .osp-update-shell {
        margin-top: 1rem;
        padding: 0 0.75rem;
    }

    .osp-newsroom__hero {
        gap: 2rem;
        padding: 2rem 1.35rem;
        border-radius: 1.4rem;
    }

    .osp-newsroom__hero h1 {
        font-size: clamp(2.45rem, 13vw, 3.5rem);
    }

    .osp-newsroom__summary {
        grid-template-columns: 1fr;
    }

    .osp-newsroom__controls {
        margin: 1rem 0 1.5rem;
        padding: 0.65rem;
        border-radius: 1rem;
    }

    .osp-newsroom__filters {
        margin: 0 -0.15rem;
        padding-bottom: 0.35rem;
    }

    .osp-newsroom__search {
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .osp-newsroom__search button {
        padding-right: 0.75rem;
        padding-left: 0.75rem;
    }

    .osp-newsroom__results-note {
        align-items: flex-start;
        flex-direction: column;
    }

    .osp-newsroom__grid {
        grid-template-columns: 1fr;
    }

    .osp-news-card--featured {
        display: flex;
        flex-direction: column;
        min-height: 0;
    }

    .osp-news-card--featured .osp-news-card__media {
        aspect-ratio: 16 / 10;
    }

    .osp-news-card--featured .osp-news-card__body {
        padding: 1.5rem;
    }

    .osp-news-card__meta {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.3rem;
    }

    .osp-news-card__category {
        max-width: 100%;
    }

    .osp-newsroom__latest-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.4rem;
    }

    .osp-newsroom__footer {
        align-items: flex-start;
        padding: 0 0.5rem;
        text-align: left;
    }

    .osp-update-article__header {
        border-radius: 1.4rem;
    }

    .osp-update-article__header-copy {
        padding: 2rem 1.35rem;
    }

    .osp-update-article__header h1 {
        font-size: clamp(2.1rem, 12vw, 3.3rem);
    }

    .osp-update-article__image {
        aspect-ratio: 16 / 10;
    }
}

@media (max-width: 390px) {
    .osp-newsroom__search {
        grid-template-columns: 1fr;
        gap: 0.5rem;
    }

    .osp-newsroom__search input,
    .osp-newsroom__search button {
        border-radius: 0.75rem;
    }

    .osp-newsroom__search button {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .osp-newsroom *,
    .osp-newsroom *::before,
    .osp-newsroom *::after,
    .osp-update-article *,
    .osp-update-article *::before,
    .osp-update-article *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}

/* Read-only WooCommerce product selections on announcement pages. */
.osp-news-card .osp-news-card__media--product { background: #edf4f8; }
.osp-news-card .osp-news-card__media--product img { object-fit: contain; padding: 22px; }
.osp-update-article__content .osp-release-products { margin: 3rem 0 1rem; color: #20324a; }
.osp-release-products *, .osp-release-products *::before, .osp-release-products *::after { box-sizing: border-box; }
.osp-release-products__heading { padding: 1.6rem; border-radius: 18px; background: #eaf7fd; margin-bottom: 1.5rem; }
.osp-release-products--sale .osp-release-products__heading { background: #fff0f2; }
.osp-release-products__eyebrow { display: block; color: #315778; font-size: 11px; font-weight: 700; letter-spacing: 2px; }
.osp-update-article__content .osp-release-products__heading h2 { margin: .6rem 0; font-size: clamp(1.6rem, 4vw, 2.1rem); line-height: 1.2; color: #20324a; }
.osp-update-article__content .osp-release-products__heading p { margin: 0; color: #516378; font-size: 15px; }
.osp-release-products__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.osp-release-product { min-width: 0; display: flex; flex-direction: column; overflow: hidden; background: #fff; border: 1px solid #dbe5ec; border-radius: 14px; box-shadow: 0 4px 16px rgba(30, 62, 89, .04); }
.osp-release-product__cover { display: block; position: relative; aspect-ratio: 3 / 4; padding: 18px; background: #f0f4f8; }
.osp-update-article__content .osp-release-product__cover img { display: block; width: 100%; height: 100%; object-fit: contain; margin: 0; border-radius: 0; }
.osp-release-product__sale { position: absolute; top: 12px; left: 12px; background: #a33151; color: #fff; padding: 4px 10px; border-radius: 30px; font-size: 12px; font-weight: 700; }
.osp-release-product__body { display: flex; flex-direction: column; flex: 1; padding: 18px; }
.osp-update-article__content .osp-release-product h3 { margin: 0 0 12px; font-size: 17px; line-height: 1.4; overflow-wrap: anywhere; }
.osp-update-article__content .osp-release-product h3 a { color: #20324a; text-decoration: none; }
.osp-release-product__price { font-size: 16px; color: #284f75; margin-bottom: 14px; }
.osp-release-product__price del { color: #687580; font-size: 14px; margin-right: 5px; }
.osp-release-product__price ins { color: #96304e; background: transparent; text-decoration: none; font-weight: 700; }
.osp-update-article__content .osp-release-product__stock { font-size: 12px; color: #855220; margin: 0 0 12px; }
.osp-update-article__content a.osp-release-product__link { display: flex; align-items: center; justify-content: space-between; gap: 8px; min-height: 44px; padding: 10px 12px; border-radius: 7px; color: #fff; background: #225f92; text-decoration: none; font-size: 14px; font-weight: 600; margin-top: auto; }
.osp-update-article__content a.osp-release-product__link:hover { background: #174a77; color: #fff; }
.osp-release-products a:focus-visible { outline: 3px solid #367baf; outline-offset: 3px; }
.osp-release-products__empty { background: #f5f8fb; border-radius: 12px; padding: 24px; }
@media (max-width: 700px) {
    .osp-release-products__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
    .osp-release-product__body { padding: 12px; }
    .osp-release-product__cover { padding: 10px; }
    .osp-update-article__content .osp-release-product h3 { font-size: 16px; }
}
@media (max-width: 390px) { .osp-release-products__grid { grid-template-columns: minmax(0, 1fr); } }
