/* Public association portal. Administration continues to use app.css. */
.public-site {
    margin-left: 248px;
    background: #fff;
    --green: #155eef;
    --dark: #102544;
    --ink: #152640;
    --line: #f1f5f9;
}
.public-site h1,
.public-site h2,
.public-site h3 {
    letter-spacing: -0.8px;
}
.public-site .wrap {
    max-width: 1320px;
    padding-left: 48px;
    padding-right: 48px;
}
.public-site .demo-banner {
    padding: 6px 20px;
    font-size: 14px;
}
.portal-sidebar {
    position: fixed;
    inset: 0 auto 0 0;
    width: 248px;
    background: #f1f5f9;
    z-index: 30;
    overflow-y: auto;
    border-right: 1px solid #f1f5f9;
}
.portal-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: white;
    min-height: 134px;
    padding: 24px 17px;
    font-family: Manrope, sans-serif;
    font-weight: 800;
    font-size: 21px;
    line-height: 1.1;
    letter-spacing: -0.6px;
}
.portal-brand small {
    display: block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: 10px;
}
.portal-emblem {
    position: relative;
    width: 59px;
    height: 67px;
    flex-shrink: 0;
    background:
        repeating-linear-gradient(0deg, transparent 0 11px, #d4cbb8 11px 12px),
        repeating-linear-gradient(90deg, transparent 0 11px, #d4cbb8 11px 12px);
    border: 1px solid #52647b;
    display: grid;
    place-items: center;
}
.portal-emblem b {
    display: grid;
    place-items: center;
    width: 41px;
    height: 43px;
    background: #155eef;
    color: #f1f5f9;
    font-size: 31px;
    font-family: serif;
}
.portal-emblem i {
    width: 10px;
    height: 10px;
    position: absolute;
    border-radius: 50%;
    background: #252923;
    top: 3px;
    right: 2px;
}
.portal-emblem i + i {
    background: white;
    border: 1px solid #aaa;
    top: auto;
    bottom: 2px;
    right: auto;
    left: 2px;
}
.portal-nav-item,
.portal-nav-group summary {
    display: flex;
    gap: 15px;
    align-items: center;
    min-height: 72px;
    padding: 17px 22px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid #f1f5f9;
    line-height: 1.5;
    transition: background 0.15s;
}
.portal-nav-item:hover,
.portal-nav-group summary:hover {
    background: #f1f5f9;
}
.portal-nav-item.selected {
    color: white;
    background: #155eef;
}
.nav-symbol {
    display: grid;
    place-items: center;
    width: 28px;
    font-size: 26px;
    color: #52647b;
    font-weight: 400;
    flex-shrink: 0;
}
.selected .nav-symbol {
    color: #eed7b0;
}
.portal-nav-group summary {
    cursor: pointer;
    list-style: none;
}
.portal-nav-group summary::-webkit-details-marker {
    display: none;
}
.nav-chevron {
    margin-left: auto;
    font-size: 16px;
}
.portal-nav-group[open] .nav-chevron {
    transform: rotate(180deg);
}
.portal-nav-group > a {
    display: block;
    background: #fff;
    padding: 12px 20px 12px 64px;
    font-size: 14px;
    line-height: 1.6;
    border-bottom: 1px solid #f1f5f9;
}
.portal-nav-group > a:hover,
.portal-nav-group > a[aria-current="page"] {
    color: #155eef;
    background: #f8fafc;
}
.portal-nav-bottom {
    padding: 28px 25px;
}
.portal-nav-bottom a {
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 13px;
}
.portal-nav-bottom span {
    font-size: 14px;
    letter-spacing: 1.2px;
    color: #52647b;
    display: block;
    margin-top: 25px;
}
.portal-menu-toggle {
    display: none;
}
.portal-welcome {
    padding: 62px 48px 65px;
    position: relative;
    background:
        linear-gradient(105deg, #181b18bf, #37251b9e),
        url("/images/weiqi-board.svg") center/cover;
}
.portal-welcome-title {
    max-width: 900px;
    margin: auto auto 34px;
    color: white;
}
.portal-welcome-title > span {
    display: inline-block;
    padding: 11px 19px;
    background: #ffffff15;
    border-left: 3px solid #d4b47d;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.4px;
    margin-bottom: 20px;
}
.portal-welcome h1 {
    font-size: 44px;
    font-weight: 800;
    line-height: 1.13;
    margin-bottom: 14px;
}
.portal-welcome h1 br {
    display: none;
}
.portal-welcome-title p {
    font-size: 16px;
    color: #f1f5f9;
}
.portal-notice-columns {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 25px;
}
.portal-notice-card {
    background: #fff;
    display: flex;
    flex-direction: column;
    box-shadow: 0 7px 20px #10150d19;
}
.portal-notice-card h2 {
    font-size: 18px;
    text-transform: uppercase;
    background: #f1f5f9;
    padding: 20px 25px;
    margin: 0;
    letter-spacing: 0.1px;
}
.portal-notice-items {
    padding: 0 25px;
    flex: 1;
}
.portal-notice-items > a {
    display: block;
    position: relative;
    padding: 23px 25px 23px 0;
    border-bottom: 1px solid #f1f5f9;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.55;
    min-height: 91px;
}
.portal-notice-items > a:last-of-type {
    border-bottom: 0;
}
.portal-notice-items > a > span,
.round-arrow {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: grid;
    place-items: center;
    background: #155eef;
    color: #fff;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    font-size: 21px;
    font-weight: 400;
    line-height: 1;
}
.portal-notice-items > a:hover {
    color: #155eef;
}
.portal-notice-items small {
    display: block;
    color: #52647b;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.7px;
    margin-bottom: 7px;
}
.portal-card-note {
    color: #52647b;
    font-size: 14px;
    padding: 18px 0;
    line-height: 1.8;
    margin: 0;
}
.portal-card-more {
    padding: 15px 25px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-top: 1px solid #f1f5f9;
    display: flex;
    justify-content: space-between;
    color: #155eef;
}
.portal-card-more:hover {
    background: #f1f5f9;
}
.portal-feature {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 65px;
    align-items: center;
    padding-top: 85px;
    padding-bottom: 75px;
}
.portal-feature.reverse {
    border-top: 1px solid #f1f5f9;
}
.portal-feature.reverse .portal-feature-copy {
    order: 2;
}
.portal-kicker {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #9c7950;
    letter-spacing: 1.8px;
    margin-bottom: 18px;
}
.portal-feature h2,
.portal-products h2,
.portal-reading h2,
.portal-contact-section h2 {
    font-size: 33px;
    margin-bottom: 16px;
}
.portal-feature-copy > p {
    color: #52647b;
    font-size: 16px;
    line-height: 1.95;
}
.portal-rule {
    width: 40px;
    height: 3px;
    background: #155eef;
    margin: 0 0 25px;
}
.portal-button {
    display: inline-flex;
    align-items: center;
    gap: 30px;
    background: #155eef;
    color: white;
    padding: 13px 22px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 0;
    border-radius: 0;
    margin-top: 12px;
}
.portal-button:hover {
    background: #1249bd;
}
.portal-feature-art {
    min-height: 330px;
    overflow: hidden;
    position: relative;
}
.art-board {
    background: #e8d5b5;
}
.art-board img {
    width: 100%;
    height: 330px;
    object-fit: cover;
}
.art-board > span {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 12px 20px;
    background: #282e27de;
    color: #e1c69b;
    font-size: 14px;
    letter-spacing: 2px;
}
.art-community {
    background: #f1f5f9;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.community-glyph {
    position: absolute;
    right: 20px;
    top: 10px;
    font-family: serif;
    font-size: 135px;
    color: #c9ccbb;
    line-height: 1;
}
.community-glyph > span {
    display: block;
    margin-left: 80px;
    color: #d5d7c9;
}
.art-community > div {
    position: relative;
}
.art-community strong {
    font-family: Manrope, sans-serif;
    font-size: 33px;
    line-height: 1.2;
    letter-spacing: -1px;
}
.art-community p {
    margin-top: 17px;
    font-size: 14px;
    color: #52647b;
}
.portal-competition-area {
    background: #f8fafc;
}
.art-competition {
    background: #102544;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
}
.art-competition .portal-kicker {
    color: #c9b788;
    margin-bottom: 8px;
}
.art-competition > strong {
    font-family: Manrope, sans-serif;
    font-size: 83px;
    letter-spacing: -4px;
    line-height: 1.1;
}
.art-competition > strong > span {
    font-size: 16px;
    letter-spacing: 1px;
    margin-left: 9px;
    color: #52647b;
}
.art-competition p {
    font-size: 16px;
    color: #bbc1b0;
    margin: 15px 0;
}
.art-competition > a {
    font-size: 14px;
    color: #dbc591;
}
.portal-dual-lists {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 45px;
    padding-bottom: 75px;
}
.portal-block-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}
.portal-block-heading h2 {
    font-size: 24px;
    margin: 0;
}
.portal-block-heading > a {
    font-size: 14px;
    font-weight: 700;
    color: #155eef;
    text-transform: uppercase;
    white-space: nowrap;
}
.portal-list-block .portal-block-heading {
    border-bottom: 2px solid #155eef;
    padding-bottom: 15px;
    margin-bottom: 0;
}
.portal-list-block h2 {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0;
}
.portal-list-row {
    display: block;
    padding: 20px 35px 20px 0;
    position: relative;
    border-bottom: 1px solid #f1f5f9;
}
.portal-list-row time {
    display: block;
    font-size: 14px;
    color: #52647b;
    letter-spacing: 0.8px;
    margin-bottom: 8px;
}
.portal-list-row strong {
    font-size: 16px;
    font-weight: 500;
    display: block;
}
.portal-list-row:hover strong {
    color: #155eef;
}
.portal-products {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 65px;
    align-items: center;
    padding-top: 75px;
    padding-bottom: 65px;
}
.portal-products p {
    color: #52647b;
    font-size: 16px;
    line-height: 1.9;
}
.portal-resource-card {
    border: 1px solid #f1f5f9;
    padding: 30px;
    background: #f8fafc;
}
.portal-resource-card > span {
    display: block;
    font-size: 40px;
    color: #52647b;
    margin-bottom: 15px;
}
.portal-resource-card h3 {
    font-size: 23px;
}
.portal-course-strip {
    padding-top: 15px;
    padding-bottom: 70px;
}
.portal-pathways {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border: 1px solid #f1f5f9;
}
.portal-pathways > a {
    padding: 28px;
    border-right: 1px solid #f1f5f9;
}
.portal-pathways > a:last-child {
    border-right: 0;
}
.portal-pathways > a > span {
    font-size: 14px;
    letter-spacing: 1px;
    color: #a58b60;
}
.portal-pathways h3 {
    font-size: 18px;
    margin-top: 20px;
}
.portal-pathways p {
    font-size: 14px;
    color: #52647b;
}
.portal-pathways b {
    font-size: 14px;
    color: #155eef;
    font-weight: 600;
}
.portal-pathways > a:hover {
    background: #f8fafc;
}
.portal-dan-section {
    background: #f1f5f9;
    padding: 60px 0;
}
.portal-dan-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.portal-dan-card {
    border: 1px solid #f1f5f9;
    background: #fff;
    padding: 26px 18px 15px;
    text-align: center;
}
.dan-seal {
    margin: 0 auto 20px;
    width: 95px;
    height: 95px;
    border: 1px solid #52647b;
    outline: 4px solid #f1f5f9;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-family: Manrope, sans-serif;
    color: #9c7a43;
    background: #f8fafc;
}
.dan-seal small {
    font-size: 14px;
    letter-spacing: 0.7px;
    font-family: "DM Sans", sans-serif;
    margin-top: 5px;
}
.portal-dan-card > strong {
    display: block;
    font-size: 16px;
    margin-bottom: 7px;
}
.portal-dan-card > span:not(.dan-seal) {
    color: #52647b;
    font-size: 14px;
}
.portal-dan-card > b {
    display: block;
    border-top: 1px solid #f1f5f9;
    padding-top: 14px;
    margin-top: 20px;
    font-size: 14px;
    font-weight: 500;
}
.portal-dan-card i {
    display: block;
    font-size: 14px;
    font-style: normal;
    color: #155eef;
    margin-top: 6px;
}
.portal-dan-card:hover {
    border-color: #155eef;
}
.portal-gallery {
    padding-top: 65px;
    padding-bottom: 70px;
}
.portal-gallery-empty {
    display: flex;
    gap: 25px;
    align-items: center;
    padding: 38px;
    border: 1px dashed #d8dacd;
    background: #f8fafc;
}
.portal-gallery-empty > span {
    font-size: 45px;
    color: #52647b;
}
.portal-gallery-empty h3 {
    font-size: 20px;
    margin: 0 0 8px;
}
.portal-gallery-empty p {
    font-size: 14px;
    color: #52647b;
    margin: 0;
}
.portal-gallery-empty > a {
    margin-left: auto;
    font-size: 14px;
    color: #155eef;
    white-space: nowrap;
}
.portal-contact-section {
    background: #f1f5f9;
    padding: 65px 0;
}
.portal-contact-grid {
    display: grid;
    grid-template-columns: 1.45fr 1fr;
    gap: 65px;
}
.portal-contact-form label {
    font-size: 14px;
}
.portal-contact-form input,
.portal-contact-form textarea {
    border-radius: 0;
    background: #fff;
    padding: 12px;
}
.portal-contact-form textarea {
    min-height: 130px;
}
.portal-contact-form .help {
    margin-top: 15px;
    font-size: 14px;
    max-width: 550px;
}
.contact-honeypot {
    display: none;
}
.portal-contact-grid aside {
    padding-top: 10px;
}
.portal-contact-grid aside h3 {
    font-size: 25px;
    line-height: 1.4;
}
.portal-contact-grid aside > p {
    font-size: 16px;
    line-height: 1.9;
    color: #52647b;
}
.portal-contact-grid aside > a {
    font-size: 14px;
    font-weight: 600;
    color: #155eef;
}
.portal-contact-note {
    border-top: 1px solid #d6dacd;
    padding-top: 22px;
    margin: 25px 0;
    font-size: 14px;
}
.portal-contact-note p {
    color: #52647b;
    margin-top: 10px;
    font-size: 14px;
}
.public-site footer {
    margin-top: 0;
    background: #102544;
    color: white;
    border: 0;
}
.public-site .footer-main {
    grid-template-columns: 1.3fr 0.8fr 1fr;
    padding-top: 45px;
    gap: 40px;
}
.public-site .footer-main > div > strong {
    display: block;
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    color: #52647b;
}
.public-site .footer-main a,
.public-site .footer-main p {
    color: #bdc2b1;
}
.public-site .footer-main .brand {
    color: white;
}
.public-site .brand-mark i {
    background: #c5a76e;
}
.public-site .brand-mark i + i {
    border-color: #102544;
    background: #eee5d1;
}
.public-site .footer-bottom {
    border-color: #41473b;
    color: #52647b;
}
.portal-page-heading {
    background: #f1f5f9;
    padding: 42px 0;
    border-bottom: 1px solid #f1f5f9;
}
.portal-breadcrumb {
    font-size: 14px;
    color: #52647b;
    margin-bottom: 20px;
}
.portal-breadcrumb a {
    color: #155eef;
}
.portal-page-heading h1 {
    font-size: 37px;
    margin-bottom: 14px;
}
.portal-page-heading p {
    font-size: 16px;
    color: #52647b;
    margin-bottom: 0;
}
.portal-reading {
    padding-top: 55px;
    padding-bottom: 55px;
    max-width: 1000px !important;
}
.portal-reading p {
    color: #52647b;
    font-size: 16px;
    line-height: 1.95;
}
.portal-reading article {
    padding: 40px 0;
    border-bottom: 1px solid #f1f5f9;
    scroll-margin-top: 30px;
}
.portal-reading .notice {
    margin: 0 0 10px;
}
.reading-board {
    width: 100%;
    max-height: 300px;
    object-fit: cover;
    margin: 10px 0 30px;
}
.portal-empty {
    padding: 30px 10px;
    font-size: 16px;
    color: #52647b;
}
.public-site #rankings {
    padding-top: 0;
    padding-bottom: 60px;
}
.public-site .section:not(#rankings) {
    padding-bottom: 45px;
}
.public-site .stat-strip > div {
    padding-left: 15px;
    gap: 10px;
}
.public-site .stat-strip > div:first-child {
    padding-left: 0;
}
.public-site .stat-strip small {
    font-size: 14px;
}
.public-site .stat-strip strong {
    font-size: 22px;
}
.admin-site .portal-footer .footer-main > div > strong {
    display: block;
    margin-bottom: 12px;
    font-size: 14px;
}
@media (min-width: 1550px) {
    .portal-welcome h1 {
        font-size: 51px;
    }
    .portal-welcome {
        padding-top: 75px;
    }
    .portal-notice-items > a {
        font-size: 16px;
        padding-top: 27px;
        padding-bottom: 27px;
    }
    .portal-sidebar {
        width: 260px;
    }
    .public-site {
        margin-left: 260px;
    }
}
@media (max-width: 1200px) and (min-width: 901px) {
    .public-site {
        margin-left: 216px;
    }
    .portal-sidebar {
        width: 216px;
    }
    .portal-brand {
        gap: 8px;
        font-size: 18px;
        padding: 20px 12px;
    }
    .portal-emblem {
        width: 51px;
    }
    .portal-nav-item,
    .portal-nav-group summary {
        font-size: 14px;
        padding: 15px;
        gap: 10px;
    }
    .public-site .wrap {
        padding-left: 30px;
        padding-right: 30px;
    }
    .portal-welcome {
        padding: 40px 30px;
    }
    .portal-notice-columns {
        gap: 15px;
    }
    .portal-notice-card h2 {
        padding: 18px;
        font-size: 15px;
    }
    .portal-notice-items {
        padding: 0 18px;
    }
    .portal-notice-items > a {
        font-size: 14px;
    }
    .portal-feature,
    .portal-products {
        gap: 35px;
    }
    .portal-contact-grid {
        gap: 35px;
    }
    .portal-dan-grid {
        gap: 10px;
    }
    .portal-gallery-empty {
        flex-wrap: wrap;
    }
    .portal-gallery-empty > a {
        margin-left: 0;
    }
    .public-site .stat-icon {
        display: none;
    }
}
@media (max-width: 900px) {
    .public-site {
        margin-left: 0;
    }
    .portal-sidebar {
        position: relative;
        width: 100%;
        overflow: visible;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 22px;
        background: white;
        border: 0;
        border-bottom: 1px solid #f1f5f9;
    }
    .portal-brand {
        min-height: 94px;
        padding: 15px 0;
        font-size: 17px;
    }
    .portal-emblem {
        height: 55px;
        width: 50px;
    }
    .portal-brand small {
        font-size: 14px;
    }
    .portal-menu-toggle {
        display: flex;
        align-items: center;
        gap: 16px;
        font-size: 16px;
        background: #f1f5f9;
        border: 1px solid #f1f5f9;
        padding: 10px 15px;
    }
    .portal-navigation {
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        background: #f1f5f9;
        box-shadow: 0 14px 20px #1e2c2522;
        max-height: calc(100dvh - 100px);
        overflow-y: auto;
    }
    .portal-navigation.is-open {
        display: block;
    }
    .portal-nav-item,
    .portal-nav-group summary {
        min-height: 54px;
        padding: 10px 25px;
    }
    .portal-nav-bottom {
        padding: 20px 25px;
    }
    .portal-nav-bottom span {
        margin-top: 15px;
    }
    .portal-welcome {
        padding: 40px 28px;
    }
    .portal-welcome h1 {
        font-size: 37px;
    }
    .portal-welcome-title > span {
        font-size: 14px;
    }
    .portal-notice-columns {
        gap: 16px;
    }
    .portal-notice-card h2 {
        font-size: 15px;
        padding: 18px;
    }
    .portal-notice-items {
        padding: 0 18px;
    }
    .portal-notice-items > a {
        font-size: 14px;
    }
    .public-site .wrap {
        padding-left: 28px;
        padding-right: 28px;
    }
    .portal-feature,
    .portal-products {
        gap: 35px;
        padding-top: 55px;
        padding-bottom: 50px;
    }
    .portal-feature h2,
    .portal-products h2 {
        font-size: 29px;
    }
    .portal-feature-art,
    .art-board img {
        min-height: 290px;
        height: 290px;
    }
    .portal-dual-lists {
        gap: 28px;
    }
    .portal-list-block h2 {
        font-size: 16px;
    }
    .portal-contact-grid {
        gap: 35px;
    }
    .portal-gallery-empty {
        flex-wrap: wrap;
    }
    .portal-gallery-empty > a {
        margin-left: 70px;
    }
    .portal-dan-grid {
        gap: 12px;
    }
    .portal-dan-card {
        padding: 20px 10px 15px;
    }
    .portal-dan-card > strong {
        font-size: 14px;
    }
    .public-site .footer-main {
        gap: 25px;
    }
}
@media (max-width: 600px) {
    .public-site .wrap {
        padding-left: 22px;
        padding-right: 22px;
    }
    .portal-welcome {
        padding: 32px 22px;
    }
    .portal-welcome h1 {
        font-size: 35px;
    }
    .portal-welcome h1 br {
        display: block;
    }
    .portal-welcome-title > span {
        padding: 9px 12px;
        font-size: 14px;
    }
    .portal-welcome-title p {
        font-size: 14px;
    }
    .portal-notice-columns {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .portal-notice-card h2 {
        font-size: 17px;
        padding: 17px 22px;
    }
    .portal-notice-items {
        padding: 0 22px;
    }
    .portal-notice-items > a {
        padding: 17px 35px 17px 0;
        min-height: 0;
        font-size: 16px;
    }
    .portal-card-more {
        padding: 14px 22px;
    }
    .portal-card-note {
        padding: 10px 0 20px;
    }
    .portal-feature,
    .portal-products,
    .portal-dual-lists,
    .portal-contact-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .portal-feature {
        padding-top: 45px;
        padding-bottom: 45px;
    }
    .portal-feature.reverse .portal-feature-copy {
        order: 0;
    }
    .portal-feature-art,
    .art-board img {
        height: 280px;
        min-height: 280px;
    }
    .portal-kicker {
        font-size: 14px;
        letter-spacing: 1.4px;
    }
    .portal-dual-lists {
        padding-bottom: 45px;
        gap: 45px;
    }
    .portal-block-heading h2 {
        font-size: 22px;
    }
    .portal-list-block h2 {
        font-size: 16px;
    }
    .portal-block-heading > a {
        font-size: 14px;
    }
    .portal-pathways {
        grid-template-columns: 1fr;
    }
    .portal-pathways > a {
        border-right: 0;
        border-bottom: 1px solid #f1f5f9;
    }
    .portal-pathways > a:last-child {
        border-bottom: 0;
    }
    .portal-pathways h3 {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .portal-dan-section {
        padding: 40px 0;
    }
    .portal-dan-grid {
        grid-template-columns: 1fr 1fr;
    }
    .portal-dan-card > strong {
        font-size: 16px;
    }
    .portal-gallery {
        padding-top: 45px;
        padding-bottom: 45px;
    }
    .portal-gallery-empty {
        padding: 25px;
        gap: 18px;
    }
    .portal-gallery-empty > span {
        font-size: 35px;
    }
    .portal-gallery-empty h3 {
        font-size: 18px;
    }
    .portal-gallery-empty > a {
        margin-left: 0;
    }
    .portal-contact-section {
        padding: 45px 0;
    }
    .portal-contact-section h2 {
        font-size: 29px;
    }
    .portal-contact-grid aside {
        padding-top: 20px;
    }
    .portal-contact-form .form-grid {
        gap: 16px;
    }
    .public-site .footer-main {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .public-site .footer-main > div {
        display: block;
    }
    .public-site .footer-main > div > strong {
        margin-bottom: 13px;
    }
    .portal-page-heading {
        padding: 30px 0;
    }
    .portal-page-heading h1 {
        font-size: 28px;
    }
    .portal-reading {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .portal-reading h2 {
        font-size: 26px;
    }
    .portal-reading p {
        font-size: 16px;
    }
    .public-site .stat-strip > div {
        padding-left: 0;
    }
    .public-site .stat-strip strong {
        font-size: 23px;
    }
    .portal-products {
        padding-top: 45px;
        padding-bottom: 45px;
    }
}
@media (prefers-reduced-motion: reduce) {
    .portal-nav-item,
    .portal-nav-group summary {
        transition: none;
    }
}
