/* Desktop language switcher: a separate utility control above the menu. */
.nexus-language-switcher-wrap {
    display: none;
}

@media all and (min-width: 1025px) {
    .site-header-upper-inner-wrap {
        position: relative;
    }

    .site-main-header-inner-wrap {
        min-height: 104px;
    }

    .site-header-main-section-right {
        padding-top: 32px;
    }

    .main-navigation .primary-menu-container > ul > li.lang-item {
        display: none;
    }

    .nexus-language-switcher-wrap {
        display: flex;
        inset: 8px 0 auto;
        justify-content: flex-end;
        margin: 0 auto;
        max-width: var(--global-content-width);
        padding-left: var(--global-content-edge-padding);
        padding-right: var(--global-content-edge-padding);
        pointer-events: none;
        position: absolute;
        z-index: 5;
    }

    .nexus-language-switcher {
        align-items: center;
        background: #f4f7f3;
        border: 1px solid #d8e2d7;
        border-radius: 5px;
        display: inline-flex;
        overflow: hidden;
        pointer-events: auto;
    }

    .nexus-language-link {
        align-items: center;
        color: #38503d;
        display: inline-flex;
        font-size: 11px;
        font-weight: 700;
        height: 28px;
        justify-content: center;
        line-height: 1;
        min-width: 43px;
        padding: 0 10px;
        text-decoration: none;
    }

    .nexus-language-link + .nexus-language-link {
        border-left: 1px solid #d8e2d7;
    }

    .nexus-language-link:hover {
        background: #e7eee6;
        color: #173e25;
    }

    .nexus-language-link.is-current {
        background: #1e5632;
        color: #fff;
    }

    .nexus-language-link:focus-visible {
        box-shadow: inset 0 0 0 2px #fff;
        outline: 2px solid #1e5632;
        outline-offset: -2px;
        position: relative;
        z-index: 2;
    }
}

@media all and (min-width: 1025px) and (max-width: 1279px) {
    .site-main-header-inner-wrap {
        min-height: 142px;
    }
}

/* Fulaqing content system. */
:root {
    --nexus-ink: #173e25;
    --nexus-ink-deep: #0c2817;
    --nexus-leaf: #28653d;
    --nexus-gold: #b89542;
    --nexus-paper: #f7f8f4;
    --nexus-mist: #eef3ed;
    --nexus-line: #d9e1d8;
}

body {
    letter-spacing: 0;
}

.site-branding .site-title {
    color: var(--nexus-ink-deep);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 24px;
    letter-spacing: 0;
}

.nexus-designed-page .entry-hero,
.nexus-designed-page .entry-header {
    display: none;
}

.nexus-designed-page .content-area,
.nexus-designed-page .content-container,
.nexus-designed-page .site-main,
.nexus-designed-page .entry-content-wrap {
    margin: 0;
    max-width: none;
    padding: 0;
}

.nexus-designed-page .content-container.site-container {
    max-width: none;
}

.nexus-designed-page .entry.single-entry {
    background: #fff;
    border-radius: 0;
    box-shadow: none;
}

.nexus-designed-page .entry-content > * {
    margin-bottom: 0;
}

.nexus-designed-page h1,
.nexus-designed-page h2,
.nexus-designed-page h3,
.nexus-designed-page p {
    letter-spacing: 0;
}

.nexus-designed-page h1,
.nexus-designed-page h2,
.nexus-designed-page h3 {
    color: var(--nexus-ink-deep);
    font-family: Georgia, "Times New Roman", "Noto Serif SC", serif;
}

.nexus-designed-page h1 {
    font-size: 58px;
    line-height: 1.08;
}

.nexus-designed-page h2 {
    font-size: 38px;
    line-height: 1.18;
}

.nexus-designed-page h3 {
    font-size: 24px;
    line-height: 1.28;
}

.nexus-inner {
    margin: 0 auto;
    max-width: 1290px;
    padding-left: 28px;
    padding-right: 28px;
    width: 100%;
}

.nexus-eyebrow {
    color: var(--nexus-leaf);
    font-size: 12px;
    font-weight: 750;
    letter-spacing: 0 !important;
    margin: 0 0 18px;
    text-transform: uppercase;
}

.nexus-lead {
    color: #385044;
    font-size: 20px;
    line-height: 1.75;
}

.nexus-copy-narrow {
    max-width: 850px;
}

.nexus-button {
    align-items: center;
    background: var(--nexus-ink);
    border: 1px solid var(--nexus-ink);
    border-radius: 4px;
    color: #fff;
    display: inline-flex;
    font-size: 14px;
    font-weight: 700;
    justify-content: center;
    min-height: 48px;
    padding: 0 24px;
    text-decoration: none;
}

.nexus-button:hover,
.nexus-button:focus {
    background: var(--nexus-ink-deep);
    border-color: var(--nexus-ink-deep);
    color: #fff;
}

.nexus-text-link {
    border-bottom: 1px solid currentColor;
    color: var(--nexus-ink);
    font-size: 14px;
    font-weight: 750;
    padding-bottom: 3px;
    text-decoration: none;
}

.nexus-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    margin-top: 30px;
}

.nexus-home-hero {
    background: #f4f5ef;
    min-height: 680px;
    overflow: hidden;
    position: relative;
}

.nexus-home-hero::after {
    background-image: var(--hero-product);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto 94%;
    content: "";
    inset: 0;
    position: absolute;
}

.nexus-home-hero::before {
    background: linear-gradient(90deg, #f4f5ef 0%, #f4f5ef 42%, rgba(244, 245, 239, 0.88) 52%, rgba(244, 245, 239, 0) 70%);
    content: "";
    inset: 0;
    position: absolute;
    z-index: 1;
}

.nexus-home-hero .nexus-inner {
    align-items: center;
    display: flex;
    min-height: 680px;
    position: relative;
    z-index: 2;
}

.nexus-hero-copy {
    max-width: 610px;
}

.nexus-hero-copy h1 {
    font-size: 78px;
    margin: 0;
}

.nexus-hero-tagline {
    color: var(--nexus-ink-deep);
    font-family: Georgia, "Times New Roman", "Noto Serif SC", serif;
    font-size: 40px;
    line-height: 1.2;
    margin: 14px 0 20px;
}

.nexus-hero-copy > p:not(.nexus-eyebrow):not(.nexus-hero-tagline) {
    color: #466052;
    font-size: 17px;
    line-height: 1.8;
    max-width: 540px;
}

.nexus-facts {
    background: var(--nexus-ink-deep);
    color: #fff;
}

.nexus-facts-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.nexus-facts-grid > div {
    border-left: 1px solid rgba(255, 255, 255, 0.16);
    min-height: 146px;
    padding: 30px;
}

.nexus-facts-grid > div:last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.nexus-facts-grid strong {
    display: block;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 34px;
    font-weight: 500;
    line-height: 1.2;
}

.nexus-facts-grid span {
    color: rgba(255, 255, 255, 0.7);
    display: block;
    font-size: 13px;
    line-height: 1.45;
    margin-top: 8px;
}

.nexus-section {
    padding: 100px 0;
}

.nexus-section-muted {
    background: var(--nexus-paper);
}

.nexus-section-dark {
    background: var(--nexus-ink-deep);
    color: rgba(255, 255, 255, 0.76);
}

.nexus-section-dark h2,
.nexus-section-dark h3 {
    color: #fff;
}

.nexus-section-dark .nexus-eyebrow {
    color: #b9d4bd;
}

.nexus-heading-row {
    align-items: end;
    display: grid;
    gap: 60px;
    grid-template-columns: 1fr 0.7fr;
    margin-bottom: 52px;
}

.nexus-heading-row h2,
.nexus-heading-row p {
    margin-bottom: 0;
}

.nexus-heading-row > p {
    color: #617066;
    line-height: 1.75;
}

.nexus-section-dark .nexus-heading-row > p {
    color: rgba(255, 255, 255, 0.66);
}

.nexus-product-cards {
    display: grid;
    gap: 28px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.nexus-product-card {
    background: #fff;
    border: 1px solid var(--nexus-line);
    border-radius: 6px;
    color: #526157;
    display: grid;
    grid-template-columns: 52% 48%;
    min-height: 430px;
    overflow: hidden;
    text-decoration: none;
    transition: border-color 180ms ease, transform 180ms ease;
}

.nexus-product-card:hover {
    border-color: #9faf9f;
    color: #526157;
    transform: translateY(-3px);
}

.nexus-product-card-media {
    background: #fafafa;
    min-width: 0;
}

.nexus-product-card-media img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.nexus-product-card > div:last-child {
    align-self: center;
    padding: 34px;
}

.nexus-product-card span,
.nexus-news-list span {
    color: var(--nexus-leaf);
    display: block;
    font-size: 11px;
    font-weight: 750;
    margin-bottom: 13px;
    text-transform: uppercase;
}

.nexus-product-card h2,
.nexus-product-card h3 {
    margin: 0 0 14px;
}

.nexus-product-card p {
    font-size: 14px;
    line-height: 1.65;
}

.nexus-product-card b {
    border-bottom: 1px solid currentColor;
    color: var(--nexus-ink);
    display: inline-block;
    font-size: 13px;
    margin-top: 12px;
    padding-bottom: 2px;
}

.nexus-story-band {
    background: var(--nexus-mist);
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(420px, 0.75fr);
    min-height: 610px;
}

.nexus-story-photo {
    max-height: 680px;
    overflow: hidden;
}

.nexus-story-photo img {
    height: 100%;
    object-fit: cover;
    object-position: left center;
    width: 100%;
}

.nexus-story-copy {
    align-self: center;
    max-width: 560px;
    padding: 70px;
}

.nexus-story-copy p:not(.nexus-eyebrow) {
    color: #53645a;
    line-height: 1.8;
    margin-bottom: 28px;
}

.nexus-principles {
    display: grid;
    gap: 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.nexus-principles > div {
    border-left: 1px solid rgba(255, 255, 255, 0.18);
    padding: 15px 34px 12px;
}

.nexus-principles > div:last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.nexus-principles span {
    color: var(--nexus-gold);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 17px;
}

.nexus-principles p {
    color: rgba(255, 255, 255, 0.62);
    font-size: 14px;
    line-height: 1.7;
}

.nexus-news-list {
    border-top: 1px solid var(--nexus-line);
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.nexus-news-list a {
    color: #536159;
    padding: 34px 44px 36px 0;
    text-decoration: none;
}

.nexus-news-list a + a {
    border-left: 1px solid var(--nexus-line);
    padding-left: 44px;
}

.nexus-news-list h2,
.nexus-news-list h3 {
    margin: 0 0 12px;
}

.nexus-news-list p {
    line-height: 1.7;
    margin-bottom: 0;
}

.nexus-page-hero {
    background: var(--nexus-mist);
    padding: 115px 0 105px;
}

/* Imported company stories have no individual byline; retain the publish date. */
.nexus-material-post .entry-meta .posted-by {
    display: none;
}

.nexus-page-hero-brand {
    background: var(--nexus-ink-deep);
    color: rgba(255, 255, 255, 0.7);
}

.nexus-page-hero-brand h1 {
    color: #fff;
}

.nexus-page-hero h1 {
    margin: 0 0 25px;
    max-width: 840px;
}

.nexus-page-hero > .nexus-inner > p:last-child {
    font-size: 18px;
    line-height: 1.75;
    margin-bottom: 0;
    max-width: 720px;
}

.nexus-about-grid {
    align-items: stretch;
    display: grid;
    gap: 70px;
    grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
}

.nexus-about-grid p:not(.nexus-eyebrow) {
    color: #53645a;
    line-height: 1.85;
}

.nexus-crop-photo {
    min-height: 620px;
    overflow: hidden;
}

.nexus-crop-photo img {
    height: 100%;
    object-fit: cover;
    object-position: left center;
    width: 100%;
}

.nexus-quote-band {
    background: var(--nexus-ink-deep);
    color: rgba(255, 255, 255, 0.65);
    padding: 90px 0;
    text-align: center;
}

.nexus-quote-band blockquote {
    border: 0;
    color: #fff;
    font-family: Georgia, "Times New Roman", "Noto Serif SC", serif;
    font-size: 46px;
    font-style: normal;
    line-height: 1.3;
    margin: 0 auto 20px;
}

.nexus-facts-light > div {
    border-color: var(--nexus-line);
}

.nexus-facts-light > div:last-child {
    border-right-color: var(--nexus-line);
}

.nexus-facts-light strong {
    color: var(--nexus-ink);
}

.nexus-facts-light span {
    color: #66736a;
}

.nexus-timeline {
    border-top: 1px solid var(--nexus-line);
}

.nexus-timeline > div {
    border-bottom: 1px solid var(--nexus-line);
    display: grid;
    gap: 32px;
    grid-template-columns: 180px minmax(240px, 0.7fr) 1fr;
    padding: 38px 0;
}

.nexus-timeline time {
    color: var(--nexus-gold);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 22px;
}

.nexus-timeline h2,
.nexus-timeline p {
    margin: 0;
}

.nexus-timeline h2 {
    font-size: 25px;
}

.nexus-timeline p {
    color: #5f6e64;
    line-height: 1.75;
}

.nexus-honors {
    border-top: 1px solid var(--nexus-line);
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.nexus-honors > div {
    border-bottom: 1px solid var(--nexus-line);
    padding: 34px 50px 38px 0;
}

.nexus-honors > div:nth-child(even) {
    border-left: 1px solid var(--nexus-line);
    padding-left: 50px;
}

.nexus-honors b {
    color: var(--nexus-gold);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 20px;
    font-weight: 500;
}

.nexus-honors h2 {
    font-size: 25px;
    margin: 10px 0 8px;
}

.nexus-honors p {
    color: #5f6e64;
    line-height: 1.7;
    margin-bottom: 0;
}

.nexus-product-intro {
    background: var(--nexus-paper);
    padding: 75px 0 85px;
}

.nexus-product-intro-gold {
    background: #f8f5ec;
}

.nexus-product-intro-grid {
    align-items: center;
    display: grid;
    gap: 55px;
    grid-template-columns: minmax(0, 0.85fr) minmax(480px, 1.15fr);
}

.nexus-product-intro h1 {
    margin: 0 0 22px;
}

.nexus-product-lead-image {
    aspect-ratio: 1 / 1;
    background: #fff;
    overflow: hidden;
}

.nexus-product-lead-image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.nexus-specs {
    border-bottom: 1px solid var(--nexus-line);
    border-top: 1px solid var(--nexus-line);
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 28px 0 30px;
}

.nexus-specs > div {
    padding: 15px 12px 15px 0;
}

.nexus-specs dt {
    color: #728077;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.nexus-specs dd {
    color: var(--nexus-ink-deep);
    font-size: 14px;
    font-weight: 650;
    margin: 4px 0 0;
}

.nexus-product-gallery {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 42px;
}

.nexus-product-gallery figure,
.nexus-detail-stack figure {
    margin: 0;
}

.nexus-product-gallery figure:first-child {
    grid-column: span 2;
    grid-row: span 2;
}

.nexus-product-gallery img {
    aspect-ratio: 1 / 1;
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.nexus-detail-section {
    background: #fff;
    padding: 100px 0;
}

.nexus-detail-stack {
    margin: 45px auto 0;
    max-width: 1120px;
}

.nexus-detail-stack figure + figure {
    margin-top: 18px;
}

.nexus-detail-stack img {
    display: block;
    height: auto;
    width: 100%;
}

.nexus-article {
    margin: 0 auto;
    max-width: 860px;
    padding: 90px 28px 110px;
}

.nexus-article h2 {
    font-size: 30px;
    margin: 50px 0 14px;
}

.nexus-article p {
    color: #4f6156;
    line-height: 1.9;
}

.nexus-article blockquote {
    border-left: 3px solid var(--nexus-gold);
    color: var(--nexus-ink);
    font-family: Georgia, "Times New Roman", "Noto Serif SC", serif;
    font-size: 30px;
    font-style: normal;
    margin: 48px 0;
    padding: 8px 0 8px 30px;
}

@media all and (max-width: 1024px) {
    .nexus-designed-page h1 {
        font-size: 46px;
    }

    .nexus-home-hero,
    .nexus-home-hero .nexus-inner {
        min-height: 590px;
    }

    .nexus-home-hero::after {
        background-position: calc(100% + 130px) center;
        background-size: auto 86%;
    }

    .nexus-home-hero::before {
        background: linear-gradient(90deg, #f4f5ef 0%, #f4f5ef 50%, rgba(244, 245, 239, 0.9) 62%, rgba(244, 245, 239, 0) 82%);
    }

    .nexus-hero-copy {
        max-width: 520px;
    }

    .nexus-hero-copy h1 {
        font-size: 64px;
    }

    .nexus-hero-tagline {
        font-size: 33px;
    }

    .nexus-section {
        padding: 78px 0;
    }

    .nexus-product-card {
        grid-template-columns: 1fr;
    }

    .nexus-product-card-media {
        aspect-ratio: 1 / 0.78;
    }

    .nexus-story-band {
        grid-template-columns: 1fr 1fr;
    }

    .nexus-story-copy {
        padding: 45px;
    }

    .nexus-about-grid,
    .nexus-product-intro-grid {
        gap: 40px;
        grid-template-columns: 1fr 1fr;
    }

    .nexus-product-gallery {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media all and (max-width: 767px) {
    .nexus-inner {
        padding-left: 20px;
        padding-right: 20px;
    }

    .nexus-designed-page h1 {
        font-size: 36px;
    }

    .nexus-designed-page h2 {
        font-size: 29px;
    }

    .nexus-designed-page h3 {
        font-size: 21px;
    }

    .nexus-home-hero,
    .nexus-home-hero .nexus-inner {
        min-height: 680px;
    }

    .nexus-home-hero .nexus-inner {
        align-items: flex-start;
        padding-top: 58px;
    }

    .nexus-home-hero::after {
        background-position: center bottom -18px;
        background-size: auto 53%;
    }

    .nexus-home-hero::before {
        background: linear-gradient(180deg, #f4f5ef 0%, #f4f5ef 49%, rgba(244, 245, 239, 0.92) 60%, rgba(244, 245, 239, 0) 82%);
    }

    .nexus-hero-copy h1 {
        font-size: 51px;
    }

    .nexus-hero-tagline {
        font-size: 27px;
    }

    .nexus-hero-copy > p:not(.nexus-eyebrow):not(.nexus-hero-tagline) {
        font-size: 15px;
        line-height: 1.65;
    }

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

    .nexus-facts-grid > div {
        border-bottom: 1px solid rgba(255, 255, 255, 0.16);
        min-height: 125px;
        padding: 24px 18px;
    }

    .nexus-section {
        padding: 62px 0;
    }

    .nexus-heading-row,
    .nexus-product-cards,
    .nexus-story-band,
    .nexus-principles,
    .nexus-news-list,
    .nexus-about-grid,
    .nexus-product-intro-grid,
    .nexus-honors {
        grid-template-columns: 1fr;
    }

    .nexus-heading-row {
        gap: 20px;
        margin-bottom: 34px;
    }

    .nexus-product-card {
        min-height: 0;
    }

    .nexus-product-card > div:last-child {
        padding: 26px;
    }

    .nexus-story-band {
        min-height: 0;
    }

    .nexus-story-photo {
        height: 360px;
    }

    .nexus-story-copy {
        padding: 52px 20px;
    }

    .nexus-principles > div,
    .nexus-principles > div:last-child {
        border-bottom: 1px solid rgba(255, 255, 255, 0.18);
        border-left: 0;
        border-right: 0;
        padding: 25px 0;
    }

    .nexus-news-list a,
    .nexus-news-list a + a {
        border-bottom: 1px solid var(--nexus-line);
        border-left: 0;
        padding: 30px 0;
    }

    .nexus-page-hero {
        padding: 78px 0 70px;
    }

    .nexus-crop-photo {
        min-height: 390px;
    }

    .nexus-quote-band {
        padding: 65px 0;
    }

    .nexus-quote-band blockquote {
        font-size: 34px;
    }

    .nexus-timeline > div {
        gap: 10px;
        grid-template-columns: 1fr;
        padding: 30px 0;
    }

    .nexus-honors > div,
    .nexus-honors > div:nth-child(even) {
        border-left: 0;
        padding: 28px 0;
    }

    .nexus-product-intro {
        padding: 58px 0;
    }

    .nexus-product-intro-grid > div:first-child {
        order: 2;
    }

    .nexus-product-intro-grid > div:last-child {
        order: 1;
    }

    .nexus-specs {
        grid-template-columns: 1fr;
    }

    .nexus-product-gallery {
        gap: 8px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-top: 28px;
    }

    .nexus-product-gallery figure:first-child {
        grid-column: span 2;
        grid-row: auto;
    }

    .nexus-detail-section {
        padding: 62px 0;
    }

    .nexus-detail-stack {
        margin-top: 28px;
    }

    .nexus-detail-stack figure + figure {
        margin-top: 8px;
    }

    .nexus-article {
        padding: 58px 20px 78px;
    }

    .nexus-article h2 {
        font-size: 26px;
    }

    .nexus-article blockquote {
        font-size: 25px;
    }
}

/* Mobile drawer: language choices form their own compact section. */
.mobile-navigation .mobile-menu-container > ul {
    display: flex;
    flex-wrap: wrap;
}

.mobile-navigation .mobile-menu-container > ul > li:not(.lang-item) {
    flex: 0 0 100%;
}

.mobile-navigation .mobile-menu-container > ul > li.lang-item {
    background: transparent;
    flex: 0 0 auto;
    margin: 22px 0 0;
}

.mobile-navigation .mobile-menu-container > ul > li.lang-item-first {
    border-left: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 5px 0 0 5px;
    margin-left: 20px;
    padding-left: 0;
    position: relative;
}

.mobile-navigation .mobile-menu-container > ul > li.lang-item-first::before {
    color: rgba(255, 255, 255, 0.58);
    content: "LANGUAGE";
    font-size: 10px;
    font-weight: 700;
    left: 0;
    letter-spacing: 0;
    position: absolute;
    top: -22px;
}

.mobile-navigation .mobile-menu-container > ul > li.lang-item > a {
    border: 1px solid rgba(255, 255, 255, 0.22);
    color: rgba(255, 255, 255, 0.78);
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    min-width: 58px;
    padding: 11px 16px;
    text-align: center;
}

.mobile-navigation .mobile-menu-container > ul > li.lang-item + li.lang-item > a {
    border-left: 0;
    border-radius: 0 5px 5px 0;
}

.mobile-navigation .mobile-menu-container > ul > li.lang-item-first > a {
    border-radius: 5px 0 0 5px;
}

.mobile-navigation .mobile-menu-container > ul > li.lang-item.current-lang > a {
    background: #fff;
    color: #173e25;
}

.mobile-navigation .mobile-menu-container > ul > li.lang-item > a:focus-visible {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.24);
    outline: 2px solid #fff;
    outline-offset: 2px;
    position: relative;
    z-index: 2;
}
