.theme-socialproofs {
    letter-spacing: 0;
}

.theme-socialproofs .site-header {
    border-top: 6px solid #00a99d;
    box-shadow: 0 1px 0 #d7e8e4;
}

.theme-socialproofs .header-inner {
    min-height: 76px;
}

.theme-socialproofs .brand-name {
    font-size: 18px;
}

.theme-socialproofs .primary-nav a {
    color: #275650;
    font-size: 13px;
}

.proof-hero {
    min-height: 610px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    background: #eafff9;
    color: #152b28;
}

.proof-hero-art {
    position: absolute;
    inset: 0 0 0 48%;
    background-image: var(--hero-image);
    background-position: center;
    background-size: cover;
    opacity: 0.24;
}

.proof-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(380px, 0.78fr);
    gap: 80px;
    align-items: center;
    padding-block: 76px;
}

.proof-kicker,
.proof-label {
    margin: 0 0 14px;
    color: #08786f;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.proof-hero h1 {
    margin: 0;
    font-size: 70px;
    line-height: 1;
    letter-spacing: 0;
}

.proof-headline {
    max-width: 610px;
    margin: 25px 0 0;
    font-size: 31px;
    font-weight: 850;
    line-height: 1.18;
}

.proof-lead {
    max-width: 580px;
    margin: 18px 0 0;
    color: #42605b;
    font-size: 17px;
    line-height: 1.65;
}

.proof-button {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    margin-top: 31px;
    border: 1px solid #152b28;
    border-radius: 4px;
    padding: 10px 20px;
    background: #152b28;
    color: #ffffff;
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
}

.proof-button:hover,
.proof-button:focus-visible {
    background: #00a99d;
    border-color: #00a99d;
}

.proof-live-lab {
    padding: 20px;
    border: 1px solid #7dbab1;
    border-radius: 6px;
    background: #fafffd;
    box-shadow: 12px 12px 0 #f1d64b;
}

.proof-lab-head,
.proof-lab-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    color: #54716c;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
}

.proof-lab-head {
    margin-bottom: 15px;
}

.proof-lab-head i {
    color: #08786f;
    font-style: normal;
}

.proof-lab-head i::before {
    width: 7px;
    height: 7px;
    display: inline-block;
    margin-right: 6px;
    border-radius: 50%;
    background: #00a99d;
    content: "";
}

.proof-notification {
    min-height: 78px;
    display: grid;
    grid-template-columns: 44px 1fr auto;
    gap: 13px;
    align-items: center;
    margin: 10px 0;
    padding: 12px 14px;
    border: 1px solid #c3dcd7;
    border-radius: 5px;
    background: #ffffff;
}

.proof-notification > b {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 4px;
    background: #d9f5ee;
    color: #08786f;
    font-size: 15px;
}

.proof-notification-review > b {
    background: #fff3b7;
    color: #6d5a00;
}

.proof-notification-visit > b {
    background: #e7e4ff;
    color: #443d92;
}

.proof-notification p {
    margin: 0;
    line-height: 1.35;
}

.proof-notification p strong,
.proof-notification p span {
    display: block;
}

.proof-notification p strong {
    font-size: 13px;
}

.proof-notification p span,
.proof-notification small {
    color: #6f817e;
    font-size: 10px;
}

.proof-lab-foot {
    margin-top: 16px;
    padding-top: 13px;
    border-top: 1px solid #c3dcd7;
}

.proof-principles {
    border-bottom: 1px solid #a9c9c3;
    background: #ffffff;
}

.proof-principle-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.proof-principle-grid > div {
    min-height: 142px;
    padding: 30px 32px;
    border-right: 1px solid #a9c9c3;
}

.proof-principle-grid > div:first-child {
    padding-left: 0;
}

.proof-principle-grid > div:last-child {
    border-right: 0;
}

.proof-principle-grid span {
    color: #08786f;
    font-size: 11px;
    font-weight: 900;
}

.proof-principle-grid strong {
    display: block;
    margin-top: 8px;
    font-size: 20px;
}

.proof-principle-grid p {
    margin: 5px 0 0;
    color: #657a76;
    font-size: 14px;
}

.proof-formats {
    padding-block: 102px;
    background: #f7fbfa;
}

.proof-formats-head {
    max-width: 760px;
    margin-bottom: 46px;
}

.proof-formats h2,
.proof-journey h2,
.proof-editorial h2,
.proof-library h2 {
    margin: 0;
    font-size: 46px;
    line-height: 1.1;
    letter-spacing: 0;
}

.proof-formats-head > p:last-child {
    margin: 20px 0 0;
    color: #5d716d;
}

.proof-format-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 2px solid #152b28;
    border-left: 1px solid #a9c9c3;
}

.proof-format-grid article {
    min-height: 264px;
    display: flex;
    flex-direction: column;
    padding: 28px;
    border-right: 1px solid #a9c9c3;
    border-bottom: 1px solid #a9c9c3;
    background: #ffffff;
}

.proof-format-grid article > span {
    color: #08786f;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
}

.proof-format-grid h3 {
    margin: 26px 0 10px;
    font-size: 24px;
}

.proof-format-grid p {
    margin: 0;
    color: #5c706c;
    font-size: 14px;
    line-height: 1.65;
}

.proof-format-grid small {
    margin-top: auto;
    padding-top: 20px;
    color: #443d92;
    font-weight: 800;
}

.proof-journey {
    padding-block: 92px;
    background: #152b28;
    color: #ffffff;
}

.proof-journey-grid {
    display: grid;
    grid-template-columns: minmax(230px, 0.55fr) minmax(0, 1.45fr);
    gap: 78px;
}

.proof-journey .proof-label {
    color: #65d6cb;
}

.proof-journey-track {
    border-top: 1px solid #66817c;
}

.proof-journey-track > div {
    display: grid;
    grid-template-columns: 90px 190px 1fr;
    gap: 20px;
    padding: 23px 0;
    border-bottom: 1px solid #49645f;
}

.proof-journey-track span {
    color: #65d6cb;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

.proof-journey-track strong {
    font-size: 17px;
}

.proof-journey-track p {
    margin: 0;
    color: #b9c9c6;
    font-size: 14px;
    line-height: 1.6;
}

.proof-editorial {
    padding-block: 92px;
    background: #f1d64b;
    color: #152b28;
}

.proof-editorial .proof-label {
    color: #394946;
}

.proof-editorial-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
    gap: 88px;
}

.proof-editorial .prose {
    font-size: 18px;
}

.proof-editorial .prose p {
    margin: 0 0 22px;
}

.proof-library {
    padding-block: 96px 110px;
    background: #ffffff;
}

.proof-library-grid {
    display: grid;
    grid-template-columns: minmax(230px, 0.6fr) minmax(0, 1.4fr);
    gap: 90px;
}

.proof-library-grid > div:first-child > a {
    display: inline-block;
    margin-top: 28px;
    color: #08786f;
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
}

.proof-library-list {
    border-top: 2px solid #152b28;
}

.proof-library-list a {
    min-height: 82px;
    display: grid;
    grid-template-columns: 1fr 150px 20px;
    gap: 18px;
    align-items: center;
    border-bottom: 1px solid #a9c9c3;
    color: #152b28;
    text-decoration: none;
}

.proof-library-list strong {
    font-size: 19px;
}

.proof-library-list span {
    color: #657a76;
    font-size: 12px;
}

.proof-library-list b {
    color: #08786f;
}

@media (max-width: 900px) {
    .proof-hero-grid {
        grid-template-columns: 1fr;
        gap: 54px;
    }

    .proof-live-lab {
        max-width: 560px;
    }

    .proof-format-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .proof-journey-grid,
    .proof-editorial-grid,
    .proof-library-grid {
        grid-template-columns: 1fr;
        gap: 48px;
    }
}

@media (max-width: 680px) {
    .proof-hero {
        min-height: 0;
    }

    .proof-hero-art {
        inset: 0;
        opacity: 0.15;
    }

    .proof-hero-grid {
        padding-block: 58px 62px;
    }

    .proof-hero h1 {
        font-size: 49px;
    }

    .proof-headline {
        font-size: 27px;
    }

    .proof-live-lab {
        display: none;
    }

    .proof-notification {
        grid-template-columns: 42px 1fr;
    }

    .proof-notification > small {
        grid-column: 2;
    }

    .proof-principle-grid,
    .proof-format-grid {
        grid-template-columns: 1fr;
    }

    .proof-principle-grid > div,
    .proof-principle-grid > div:first-child {
        min-height: 0;
        padding: 23px 0;
        border-right: 0;
        border-bottom: 1px solid #a9c9c3;
    }

    .proof-formats,
    .proof-journey,
    .proof-editorial,
    .proof-library {
        padding-block: 64px;
    }

    .proof-formats h2,
    .proof-journey h2,
    .proof-editorial h2,
    .proof-library h2 {
        font-size: 36px;
    }

    .proof-format-grid article {
        min-height: 236px;
    }

    .proof-journey-track > div {
        grid-template-columns: 1fr;
        gap: 7px;
    }

    .proof-library-list a {
        grid-template-columns: 1fr 20px;
        padding-block: 18px;
    }

    .proof-library-list span {
        grid-column: 1;
    }

    .proof-library-list b {
        grid-column: 2;
        grid-row: 1 / 3;
    }
}

/* Publication shell */
.theme-socialproofs .proof-site-header {
    border: 0;
    background: #ffffff;
    color: #173c37;
    box-shadow: none;
}

.proof-header-note {
    border-bottom: 1px solid #b9d8d1;
    background: #173c37;
    color: #ffffff;
}

.proof-header-note .shell {
    min-height: 30px;
    display: flex;
    align-items: center;
    gap: 24px;
    font-size: 10px;
    text-transform: uppercase;
}

.proof-header-note strong {
    margin-right: auto;
    color: #6ff1d5;
}

.proof-header-note span::before {
    margin-right: 7px;
    color: #6ff1d5;
    content: "+";
}

.proof-header-main {
    min-height: 86px;
    display: grid;
    grid-template-columns: minmax(250px, 1fr) auto minmax(220px, 0.65fr);
    align-items: center;
    gap: 34px;
}

.proof-header-brand {
    display: inline-flex;
    align-items: center;
    gap: 13px;
    color: #173c37;
    text-decoration: none;
}

.proof-header-brand img {
    width: 44px;
    height: 44px;
}

.proof-header-brand span,
.proof-header-brand strong,
.proof-header-brand small {
    display: block;
}

.proof-header-brand strong {
    font-size: 19px;
}

.proof-header-brand small {
    color: #59736f;
    font-size: 10px;
    text-transform: uppercase;
}

.proof-tab-nav {
    display: flex;
    align-self: stretch;
}

.proof-tab-nav a {
    display: flex;
    align-items: center;
    border-left: 1px solid #d6e7e3;
    padding: 0 17px;
    color: #295c55;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
}

.proof-tab-nav a:last-child {
    border-right: 1px solid #d6e7e3;
}

.proof-tab-nav a:hover,
.proof-tab-nav a:focus-visible {
    background: #eafff9;
}

.proof-header-search {
    display: grid;
    grid-template-columns: 1fr auto;
    border: 1px solid #8fbab1;
    border-radius: 4px;
    overflow: hidden;
}

.proof-header-search label {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
}

.proof-header-search input,
.proof-header-search button {
    min-width: 0;
    border: 0;
    background: transparent;
    color: #173c37;
}

.proof-header-search input {
    padding: 10px 12px;
    outline: 0;
}

.proof-header-search button {
    padding-inline: 13px;
    background: #00a99d;
    color: #ffffff;
    cursor: pointer;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

.theme-socialproofs:not(.surface-home) .page-hero {
    min-height: 330px;
    display: flex;
    align-items: end;
    border: 0;
    border-bottom: 1px solid #9bc9bf;
    padding-block: 66px 52px;
    background: #dffaf2;
    color: #173c37;
}

.theme-socialproofs:not(.surface-home) .page-hero .shell {
    position: relative;
}

.theme-socialproofs:not(.surface-home) .page-hero .shell::after {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 185px;
    height: 116px;
    border: 1px solid #69a99b;
    border-radius: 5px;
    background: #ffffff;
    box-shadow: 10px 10px 0 #b7eadf;
    content: "";
}

.theme-socialproofs:not(.surface-home) .page-hero .shell::before {
    position: absolute;
    z-index: 1;
    right: 30px;
    bottom: 42px;
    color: #08786f;
    content: "SOURCE CHECKED";
    font-size: 10px;
    font-weight: 900;
}

.theme-socialproofs:not(.surface-home) .page-hero h1,
.theme-socialproofs:not(.surface-home) .page-hero .lead {
    max-width: 760px;
    padding-right: 210px;
}

.theme-socialproofs .filters {
    justify-content: center;
    border: 0;
    padding: 10px;
    background: #effbf8;
}

.theme-socialproofs .filters a {
    border-color: #9dc9c0;
    border-radius: 4px;
    background: #ffffff;
    color: #295c55;
}

.theme-socialproofs .filters a[aria-current="page"] {
    border-color: #173c37;
    background: #173c37;
    color: #ffffff;
}

.theme-socialproofs.surface-collection .listing-grid,
.theme-socialproofs.surface-search .listing-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.theme-socialproofs.surface-collection .listing,
.theme-socialproofs.surface-search .listing {
    min-height: 285px;
    position: relative;
    display: flex;
    flex-direction: column;
    border: 1px solid #a9cfc7;
    border-radius: 5px;
    padding: 28px 24px 22px;
    background: #ffffff;
    box-shadow: 7px 7px 0 #e1f3ef;
}

.theme-socialproofs.surface-collection .listing::before,
.theme-socialproofs.surface-search .listing::before {
    width: 42px;
    height: 5px;
    margin-bottom: 24px;
    background: #ef6c57;
    content: "";
}

.theme-socialproofs.surface-collection .listing h2,
.theme-socialproofs.surface-search .listing h2 {
    font-size: 25px;
}

.theme-socialproofs.surface-collection .listing .meta,
.theme-socialproofs.surface-search .listing .meta {
    margin-top: auto;
    color: #59736f;
}

.theme-socialproofs.surface-page .content-section,
.theme-socialproofs.surface-article .article-layout {
    position: relative;
}

.theme-socialproofs.surface-article .article-layout > *,
.theme-socialproofs.surface-article .prose {
    min-width: 0;
}

.theme-socialproofs.surface-page .content-section::before {
    display: block;
    max-width: 780px;
    margin-bottom: 34px;
    border-bottom: 1px solid #c6ddd8;
    padding-bottom: 10px;
    color: #08786f;
    content: "EVIDENCE FILE / EDITORIAL RECORD";
    font-size: 11px;
    font-weight: 900;
}

.theme-socialproofs.surface-article .editorial-note {
    border-left: 0;
    border-radius: 5px;
    background: #e9fff8;
    box-shadow: inset 0 0 0 1px #b7ddd5;
}

.theme-socialproofs .proof-file {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0 0 34px;
    border-block: 1px solid #9bc9bf;
}

.theme-socialproofs .proof-file > div {
    min-width: 0;
    padding: 18px 20px;
    border-right: 1px solid #c6ddd8;
}

.theme-socialproofs .proof-file > div:last-child {
    border-right: 0;
}

.theme-socialproofs .proof-file span,
.theme-socialproofs .proof-toc > strong,
.theme-socialproofs .proof-pattern > span,
.theme-socialproofs .proof-example > span,
.theme-socialproofs .proof-rule > strong,
.theme-socialproofs .proof-scorecard span {
    display: block;
    margin-bottom: 7px;
    color: #08786f;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
}

.theme-socialproofs .proof-file strong {
    display: block;
    color: #173c37;
    font-size: 15px;
    line-height: 1.35;
}

.theme-socialproofs .proof-toc {
    margin: 32px 0;
    border-left: 5px solid #ef6c57;
    padding: 18px 22px;
    background: #f2faf8;
}

.theme-socialproofs .proof-toc ol {
    margin: 0;
    padding-left: 20px;
    columns: 2;
    column-gap: 36px;
}

.theme-socialproofs .proof-toc li {
    margin: 5px 0;
    break-inside: avoid;
}

.theme-socialproofs .proof-toc a,
.theme-socialproofs .proof-source-list a {
    color: #08786f;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.theme-socialproofs .proof-rule,
.theme-socialproofs .proof-example {
    margin: 30px 0;
    border: 1px solid #9bc9bf;
    border-radius: 5px;
    padding: 22px 24px;
    background: #ffffff;
    box-shadow: 7px 7px 0 #e1f3ef;
}

.theme-socialproofs .proof-rule {
    border-top: 5px solid #ef6c57;
}

.theme-socialproofs .proof-rule p,
.theme-socialproofs .proof-example p {
    margin-block: 0;
}

.theme-socialproofs .proof-example blockquote {
    margin: 0 0 16px;
    border: 0;
    padding: 0;
    color: #173c37;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 20px;
    line-height: 1.55;
}

.theme-socialproofs .proof-pattern-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin: 28px 0 36px;
}

.theme-socialproofs .proof-pattern {
    min-width: 0;
    border: 1px solid #b7d8d1;
    border-radius: 5px;
    padding: 22px;
    background: #ffffff;
}

.theme-socialproofs .proof-pattern:nth-child(3n + 2) {
    border-top: 5px solid #ef6c57;
}

.theme-socialproofs .proof-pattern:nth-child(3n + 3) {
    border-top: 5px solid #edbd4f;
}

.theme-socialproofs .proof-pattern:nth-child(3n + 1) {
    border-top: 5px solid #00a99d;
}

.theme-socialproofs .proof-pattern h3 {
    margin: 0 0 9px;
    font-size: 21px;
}

.theme-socialproofs .proof-pattern p {
    margin: 0;
}

.theme-socialproofs .proof-pattern small {
    display: block;
    margin-top: 15px;
    border-top: 1px solid #d6e7e3;
    padding-top: 10px;
    color: #59736f;
}

.theme-socialproofs .proof-pattern-grid-compact .proof-pattern {
    min-height: 210px;
}

.theme-socialproofs .proof-sequence,
.theme-socialproofs .proof-checklist,
.theme-socialproofs .proof-source-list {
    padding-left: 0;
    list-style: none;
    counter-reset: proof-step;
}

.theme-socialproofs .proof-sequence > li,
.theme-socialproofs .proof-checklist > li,
.theme-socialproofs .proof-source-list > li {
    position: relative;
    margin: 0;
    border-bottom: 1px solid #d6e7e3;
    padding: 13px 10px 13px 42px;
}

.theme-socialproofs .proof-sequence > li {
    counter-increment: proof-step;
}

.theme-socialproofs .proof-sequence > li::before {
    position: absolute;
    left: 4px;
    color: #ef6c57;
    content: counter(proof-step, decimal-leading-zero);
    font-size: 11px;
    font-weight: 900;
}

.theme-socialproofs .proof-checklist > li::before {
    position: absolute;
    left: 8px;
    color: #08786f;
    content: "CHECK";
    font-size: 8px;
    font-weight: 900;
}

.theme-socialproofs .proof-checklist-warning > li::before {
    color: #c54c3b;
    content: "REMOVE";
}

.theme-socialproofs .proof-source-list > li::before {
    position: absolute;
    left: 8px;
    color: #08786f;
    content: "SRC";
    font-size: 8px;
    font-weight: 900;
}

.theme-socialproofs .proof-scorecard {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 28px 0 36px;
    border-block: 1px solid #9bc9bf;
}

.theme-socialproofs .proof-scorecard > div {
    min-width: 0;
    padding: 20px;
    border-right: 1px solid #c6ddd8;
}

.theme-socialproofs .proof-scorecard > div:last-child {
    border-right: 0;
}

.theme-socialproofs .proof-scorecard p {
    margin: 0;
    font-size: 14px;
}

.theme-socialproofs .prose pre {
    max-width: 100%;
    overflow-x: auto;
    box-sizing: border-box;
    border-left: 5px solid #00a99d;
    border-radius: 4px;
    padding: 20px;
    background: #173c37;
    color: #e9fff8;
    font-size: 13px;
    line-height: 1.6;
}

.theme-socialproofs .proof-site-footer {
    border: 0;
    background: #ffffff;
    color: #173c37;
}

.proof-footer-statement {
    display: grid;
    grid-template-columns: 150px 0.75fr 1fr;
    gap: 34px;
    align-items: center;
    padding-block: 52px;
}

.proof-footer-statement span {
    color: #08786f;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
}

.proof-footer-statement strong {
    font-size: 31px;
    line-height: 1.1;
}

.proof-footer-statement p {
    margin: 0;
    color: #526d68;
}

.proof-footer-directory {
    border-top: 1px solid #9bc9bf;
    background: #173c37;
    color: #ffffff;
}

.proof-footer-grid {
    display: grid;
    grid-template-columns: 1.2fr repeat(3, 0.7fr);
    gap: 42px;
    padding-block: 46px 36px;
}

.proof-footer-brand {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    font-size: 20px;
    font-weight: 900;
}

.proof-footer-grid nav {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.proof-footer-grid nav b {
    margin-bottom: 6px;
    color: #6ff1d5;
    font-size: 11px;
    text-transform: uppercase;
}

.proof-footer-grid nav a {
    color: #c6ded9;
    font-size: 13px;
    text-decoration: none;
}

.proof-footer-base {
    min-height: 48px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #315650;
    color: #87aaa3;
    font-size: 11px;
    text-transform: uppercase;
}

@media (max-width: 960px) {
    .proof-header-main {
        grid-template-columns: 1fr auto;
    }

    .proof-header-search {
        grid-column: 1 / -1;
        margin-bottom: 14px;
    }

    .proof-footer-grid {
        grid-template-columns: 1fr 1fr;
    }

    .theme-socialproofs.surface-collection .listing-grid,
    .theme-socialproofs.surface-search .listing-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .theme-socialproofs .proof-scorecard {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .theme-socialproofs .proof-scorecard > div:nth-child(2) {
        border-right: 0;
    }
}

@media (max-width: 680px) {
    .proof-header-note span {
        display: none;
    }

    .proof-header-main {
        gap: 12px;
        padding-top: 13px;
    }

    .proof-tab-nav {
        grid-column: 1 / -1;
        width: 100%;
        border-top: 1px solid #d6e7e3;
    }

    .proof-tab-nav a {
        min-height: 42px;
        flex: 1;
        justify-content: center;
        padding-inline: 8px;
        text-align: center;
    }

    .theme-socialproofs:not(.surface-home) .page-hero .shell::after,
    .theme-socialproofs:not(.surface-home) .page-hero .shell::before {
        display: none;
    }

    .theme-socialproofs:not(.surface-home) .page-hero h1,
    .theme-socialproofs:not(.surface-home) .page-hero .lead {
        padding-right: 0;
    }

    .theme-socialproofs.surface-collection .listing-grid,
    .theme-socialproofs.surface-search .listing-grid,
    .proof-footer-statement,
    .proof-footer-grid {
        grid-template-columns: 1fr;
    }

    .proof-footer-statement {
        gap: 14px;
    }

    .theme-socialproofs .proof-file,
    .theme-socialproofs .proof-pattern-grid,
    .theme-socialproofs .proof-scorecard {
        grid-template-columns: 1fr;
    }

    .theme-socialproofs .proof-file > div,
    .theme-socialproofs .proof-scorecard > div,
    .theme-socialproofs .proof-scorecard > div:nth-child(2) {
        border-right: 0;
        border-bottom: 1px solid #c6ddd8;
    }

    .theme-socialproofs .proof-file > div:last-child,
    .theme-socialproofs .proof-scorecard > div:last-child {
        border-bottom: 0;
    }

    .theme-socialproofs .proof-toc ol {
        columns: 1;
    }

    .theme-socialproofs .proof-pattern-grid-compact .proof-pattern {
        min-height: 0;
    }

    .proof-footer-base {
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
        gap: 3px;
    }
}
