/* Shared mobile shell and page layouts. Desktop rules remain in the page stylesheets. */
.site-mobile-shell {
    display: none;
}

@media (max-width: 767px) {
    .site-mobile-nav {
        height: auto !important;
    }

    .online-report-page .mobile-disclosure-nav {
        height: auto !important;
    }

    body.site-page-disclosure:not(.site-custom-mobile) > main .content > .list li a {
        display: block;
        overflow: hidden;
        line-height: 22px;
        white-space: normal;
    }

    body.site-page-disclosure:not(.site-custom-mobile) > main .content > .list li a span {
        float: right;
        margin-left: 8px;
        font-size: 12px;
        white-space: nowrap;
    }
}

/* Controller-specific page identifiers use their action names rather than a shared
 * "agency" or "search" class. Keep the common mobile rules applied to those pages. */
@media (max-width: 767px) {
    .site-page-leader .leader,
    .site-page-duty .duty,
    .site-page-department .institution,
    .site-page-organization .institution,
    .site-page-contact .contact {
        box-sizing: border-box;
        width: 100%;
        min-width: 0;
        margin: 0;
    }

    .site-page-leader .leader-title,
    .site-page-duty .contact-title,
    .site-page-department .institution-title,
    .site-page-organization .institution-title,
    .site-page-contact .contact-title {
        height: auto;
        min-height: 40px;
        padding: 8px 10px;
        line-height: 24px;
    }

    .site-page-leader .leader-title h1,
    .site-page-duty .contact-title h1,
    .site-page-department .institution-title h1,
    .site-page-organization .institution-title h1,
    .site-page-contact .contact-title h1 {
        min-width: 0;
        font-size: 18px;
        line-height: 24px;
    }

    .site-page-leader .leader-content li {
        display: block;
        margin-top: 20px;
    }

    .site-page-leader .leader-content li .leader-photo {
        width: 120px;
        height: 150px;
        margin: 0 auto 14px;
    }

    .site-page-leader .leader-content li .leader-photo img {
        width: 120px;
        height: 150px;
        object-fit: cover;
    }

    .site-page-leader .leader-content li .leader-info h2 {
        margin-bottom: 12px;
        font-size: 18px;
        line-height: 28px;
        text-align: center;
    }

    .site-page-leader .leader-content li .leader-info h2 span {
        margin-left: 6px;
        font-size: 14px;
    }

    .site-page-leader .leader-content li .leader-description,
    .site-page-contact .contact-content,
    .site-page-department .institution-content,
    .site-page-organization .institution-content {
        min-width: 0;
        font-size: 15px;
        line-height: 26px;
        overflow-wrap: anywhere;
    }

    .site-page-leader .leader-content li .leader-links {
        display: flex;
        gap: 8px;
        margin-top: 16px;
    }

    .site-page-leader .leader-content li .leader-links a {
        flex: 1 1 0;
        width: auto;
        height: 40px;
        margin: 0;
        line-height: 40px;
        font-size: 14px;
    }

    .site-page-department .institution-content li,
    .site-page-organization .institution-content li {
        box-sizing: border-box;
        width: 100%;
        min-width: 0;
        padding: 14px 4px;
        overflow-wrap: anywhere;
    }

    .site-page-department .institution-content li h2,
    .site-page-organization .institution-content li h2 {
        font-size: 17px;
        line-height: 26px;
    }

    .site-page-department .institution-content li p,
    .site-page-organization .institution-content li p {
        margin: 0;
    }

    .site-page-department .institution-content li p a,
    .site-page-organization .institution-content li p a {
        font-size: 15px;
        line-height: 26px;
    }

    .site-page-contact .contact-content {
        padding: 14px 4px;
    }

    .site-page-contact .contact-content p {
        margin: 0;
        line-height: 28px;
    }

    .site-page-contact .map {
        width: 100%;
        height: auto;
        min-height: 220px;
    }

    /* Search uses the news controller's body identifier. */
    .site-page-news > main > .search-aside {
        display: none !important;
    }

    .site-page-news > main > .list .search-filter {
        display: block;
        box-sizing: border-box;
        width: 100%;
        height: auto;
        min-height: 40px;
        padding: 10px 12px;
        line-height: 24px;
    }

    .site-page-news > main > .list .search_filter_content,
    .site-page-news > main > .list .search_filter_form,
    .site-page-news > main > .list .search_filter_form .form-group {
        display: block;
        margin: 0;
    }

    .site-page-news > main > .list .search_filter_form .form-group {
        padding: 6px 0;
    }

    .site-page-news > main > .list .search_filter_form label {
        padding-right: 8px;
        font-size: 14px;
    }

    .site-page-news > main > .list .list-content li {
        display: flex;
        align-items: baseline;
        min-width: 0;
    }

    .site-page-news > main > .list .list-content li a {
        min-width: 0;
        flex: 1 1 auto;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .site-page-news > main > .list .list-content li span {
        flex: 0 0 auto;
        margin-left: 8px;
        white-space: nowrap;
    }

    .site-page-interaction > main > .reply-list {
        box-sizing: border-box;
        width: 100%;
        min-width: 0;
        padding: 14px 12px 24px;
        border: 1px solid #e5eaf0;
        background: #fff;
    }

    .site-page-interaction .reply-list .title h2 {
        display: flex;
        flex-wrap: wrap;
        gap: 6px 10px;
        margin-bottom: 12px;
        font-size: 17px;
        line-height: 26px;
    }

    .site-page-interaction .reply-list .title h2 span {
        float: none;
        font-size: 12px;
        white-space: nowrap;
    }

    .site-page-interaction .reply-list .content,
    .site-page-interaction .reply-list .reply {
        margin-bottom: 14px;
        font-size: 15px;
        line-height: 26px;
        overflow-wrap: anywhere;
    }

    .site-page-news .article-content img,
    .site-page-singlepage .article-content img,
    .site-page-disclosure article .article-content img {
        display: block;
        max-width: 100%;
        height: auto !important;
        margin-right: auto;
        margin-left: auto;
    }

    .site-page-news .article-content p:has(> img),
    .site-page-singlepage .article-content p:has(> img),
    .site-page-disclosure article .article-content p:has(> img) {
        text-indent: 0;
    }

    body.site-page-disclosure:not(.site-custom-mobile) > main .content > .list li a {
        display: block;
        min-width: 0;
        overflow: hidden;
        line-height: 22px;
        white-space: normal;
    }

    body.site-page-disclosure:not(.site-custom-mobile) > main .content > .list li a span {
        float: right;
        margin-left: 8px;
        font-size: 12px;
        white-space: nowrap;
    }
}

@media (max-width: 767px) {
    html,
    body.site-page-body {
        min-width: 0;
        width: 100%;
        overflow-x: hidden;
    }

    body.site-page-body {
        background: #f5f7fa;
    }

    body.site-mobile-nav-open {
        overflow: hidden;
    }

    .site-mobile-shell {
        position: relative;
        z-index: 2147483000;
        isolation: isolate;
        display: block;
        padding-top: 56px;
    }

    .site-mobile-header {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 2147483001;
        display: flex;
        align-items: center;
        justify-content: space-between;
        box-sizing: border-box;
        width: 100%;
        min-height: 56px;
        padding: 0 12px;
        border-bottom: 1px solid #e7ebef;
        background: #fff;
        box-shadow: 0 1px 8px rgba(15, 32, 54, 0.08);
    }

    .site-mobile-title {
        min-width: 0;
        padding: 0 4px;
        overflow: hidden;
        color: #1f2d3d;
        font-size: 15px;
        font-weight: 600;
        line-height: 24px;
        text-align: center;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .site-mobile-menu-button,
    .site-mobile-search-button,
    .site-mobile-search-submit,
    .site-mobile-search-close {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 40px;
        width: 40px;
        height: 40px;
        padding: 0;
        border: 0;
        color: #1f2d3d;
        background: transparent;
        cursor: pointer;
    }

    .site-mobile-search-submit {
        flex-basis: 44px;
        width: 44px;
        color: #2d66a5;
        font-size: 14px;
        white-space: nowrap;
    }

    .site-mobile-menu-icon,
    .site-mobile-menu-icon::before,
    .site-mobile-menu-icon::after {
        display: block;
        width: 19px;
        height: 2px;
        border-radius: 1px;
        background: currentColor;
    }

    .site-mobile-menu-icon {
        position: relative;
    }

    .site-mobile-menu-icon::before,
    .site-mobile-menu-icon::after {
        position: absolute;
        left: 0;
        content: "";
    }

    .site-mobile-menu-icon::before {
        top: -6px;
    }

    .site-mobile-menu-icon::after {
        top: 6px;
    }

    .site-mobile-search-icon {
        position: relative;
        display: block;
        width: 16px;
        height: 16px;
        border: 2px solid currentColor;
        border-radius: 50%;
    }

    .site-mobile-search-icon::after {
        position: absolute;
        right: -5px;
        bottom: -3px;
        width: 7px;
        height: 2px;
        content: "";
        background: currentColor;
        transform: rotate(45deg);
        transform-origin: left center;
    }

    .site-mobile-search-panel {
        position: fixed;
        z-index: 2147483001;
        top: 56px;
        right: 0;
        left: 0;
        display: none;
        box-sizing: border-box;
        width: 100%;
        padding: 8px 12px 10px;
        border-bottom: 1px solid #e7ebef;
        background: #fff;
    }

    .site-mobile-search-panel.site-mobile-search-open,
    .site-mobile-search-open .site-mobile-search-panel {
        display: block;
    }

    .site-mobile-search-form {
        display: flex;
        align-items: center;
        gap: 4px;
        box-sizing: border-box;
        min-height: 42px;
        padding: 0 4px 0 12px;
        border: 1px solid #cfd8e3;
        border-radius: 4px;
        background: #fff;
    }

    .site-mobile-search-form input {
        flex: 1 1 auto;
        min-width: 0;
        height: 40px;
        padding: 0;
        border: 0;
        outline: 0;
        color: #333;
        font: inherit;
        font-size: 16px;
    }

    .site-mobile-search-form input::-webkit-search-cancel-button {
        display: none;
    }

    .site-mobile-search-close {
        font-size: 24px;
        line-height: 1;
    }

    .site-mobile-nav {
        position: fixed;
        z-index: 2147483003;
        top: 0;
        bottom: 0;
        left: 0;
        box-sizing: border-box;
        display: block;
        width: min(90vw, 340px);
        height: auto !important;
        margin: 0;
        padding: 0;
        overflow-y: auto;
        background: #fff;
        box-shadow: 5px 0 20px rgba(15, 32, 54, 0.2);
        overscroll-behavior: contain;
        transform: translateX(-105%);
        visibility: hidden;
        transition: transform 0.25s ease, visibility 0s linear 0.25s;
    }

    .site-mobile-nav-open .site-mobile-nav {
        transform: translateX(0);
        visibility: visible;
        transition-delay: 0s;
    }

    .site-mobile-nav-backdrop {
        position: fixed;
        z-index: 2147483002;
        inset: 0;
        display: none;
        width: 100%;
        height: 100%;
        padding: 0;
        border: 0;
        background: rgba(15, 32, 54, 0.48);
        cursor: pointer;
    }

    .site-mobile-nav-open .site-mobile-nav-backdrop {
        display: block;
    }

    .site-mobile-nav-header {
        position: sticky;
        top: 0;
        z-index: 1;
        display: flex;
        align-items: center;
        justify-content: space-between;
        min-height: 64px;
        padding: 0 12px 0 16px;
        border-bottom: 1px solid #e7ebef;
        background: #fff;
    }

    .site-mobile-nav-brand {
        display: flex;
        min-width: 0;
        align-items: center;
        gap: 10px;
    }

    .site-mobile-nav-logo {
        display: block;
        flex: 0 0 22px;
        width: 22px;
        height: 30px;
        background: url(../images/public-logo.png) no-repeat left center;
        background-size: auto 30px;
    }

    .site-mobile-nav-brand strong {
        min-width: 0;
        overflow: hidden;
        color: #1f2d3d;
        font-size: 15px;
        font-weight: 600;
        line-height: 24px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .site-mobile-nav-close {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 40px;
        width: 40px;
        height: 40px;
        padding: 0;
        border: 0;
        color: #1f2d3d;
        background: transparent;
        font-size: 24px;
        line-height: 1;
        cursor: pointer;
    }

    .site-mobile-nav-close:focus,
    .site-mobile-nav-close:focus-visible {
        outline: 0;
        box-shadow: none;
    }

    .site-mobile-nav .mobile-nav-list,
    .site-mobile-nav .mobile-nav-submenu {
        display: block;
        box-sizing: border-box;
        width: 100%;
        padding: 8px 12px 20px;
        margin: 0;
        background: #fff;
    }

    .site-mobile-nav .mobile-nav-submenu {
        padding: 0 0 6px 18px;
    }

    .site-mobile-nav .mobile-nav-submenu[hidden] {
        display: none !important;
    }

    .site-mobile-nav .mobile-nav-item {
        display: block;
        box-sizing: border-box;
        width: 100%;
        margin: 0;
        border: 0;
        background: transparent;
        font-size: 15px;
        line-height: 24px;
    }

    .site-mobile-nav .mobile-nav-row {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        min-height: 48px;
        border-radius: 4px;
    }

    .site-mobile-nav .mobile-nav-link {
        display: block;
        flex: 1 1 auto;
        min-width: 0;
        box-sizing: border-box;
        padding: 10px 8px;
        overflow: hidden;
        position: static;
        background: transparent !important;
        background-image: none !important;
        background-position: initial !important;
        color: #303943;
        font-size: 15px;
        line-height: 24px;
        text-align: left;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .site-mobile-nav .mobile-nav-label {
        text-align: left;
    }

    .site-mobile-nav .mobile-nav-item::after {
        content: none;
    }

    .site-mobile-nav .mobile-nav-item[data-level="0"] > .mobile-nav-row .mobile-nav-link {
        font-weight: 400;
    }

    .site-mobile-nav .mobile-nav-expander {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 40px;
        width: 40px;
        height: 40px;
        padding: 0;
        border: 0;
        color: #6c7782;
        background: transparent;
        font-size: 18px;
        line-height: 1;
        cursor: pointer;
    }

    .site-mobile-nav .mobile-nav-expander span {
        display: block;
        width: 7px;
        height: 7px;
        border-right: 1.5px solid currentColor;
        border-bottom: 1.5px solid currentColor;
        font-size: 0;
        transform: rotate(45deg);
        transition: transform 0.2s ease;
    }

    .site-mobile-nav .mobile-nav-expander[aria-expanded="true"] span {
        transform: rotate(225deg);
    }

    .site-mobile-nav .mobile-nav-item.is-active-path > .mobile-nav-row .mobile-nav-link,
    .site-mobile-nav .mobile-nav-item.is-current > .mobile-nav-row .mobile-nav-link {
        color: #2d76c7;
        font-weight: 600;
    }

    .site-mobile-nav .mobile-nav-item.is-current > .mobile-nav-row {
        background: #e7f2ff;
    }

    /* Parent paths may stay expanded/highlighted by text, but only the exact
     * current item receives the selected-row background. */
    .site-mobile-nav .mobile-nav-item.is-active-path:not(.is-current) > .mobile-nav-row {
        background: #fff;
    }

    .site-mobile-nav .mobile-nav-submenu .mobile-nav-link {
        padding-left: 12px;
        font-size: 14px;
        font-weight: 400;
    }

    .site-mobile-nav .mobile-nav-submenu .mobile-nav-submenu .mobile-nav-link {
        padding-left: 18px;
    }

    .site-mobile-nav .mobile-nav-link:hover,
    .site-mobile-nav .mobile-nav-link:focus,
    .site-mobile-nav .mobile-nav-expander:focus,
    .site-mobile-nav .mobile-nav-close:focus {
        outline: 0;
    }

    body.site-page-body > header:not(.online-report-header),
    body.site-page-body > nav:not(.site-mobile-nav) {
        display: none;
    }

    body.site-page-body .breadcrumb {
        box-sizing: border-box;
        width: 100%;
        min-height: 40px;
        height: auto;
        margin: 0;
        padding: 8px 12px;
        overflow-x: auto;
        font-size: 12px;
        line-height: 24px;
        white-space: nowrap;
    }

    body.site-page-body > main {
        box-sizing: border-box;
        width: 100% !important;
        max-width: none;
        min-height: 0;
        margin: 0 !important;
        padding: 0 12px 24px !important;
        border: 0 !important;
        background: #f5f7fa;
    }

    body.site-page-body > main > aside,
    body.site-page-body > main > nav:not(.site-mobile-nav):not(.mobile-disclosure-nav),
    body.site-page-body .content > nav:not(.site-mobile-nav):not(.mobile-disclosure-nav) {
        display: none !important;
    }

    body.site-page-body > main > .list,
    body.site-page-body > main > article,
    body.site-page-body > main > .leader,
    body.site-page-body > main > .institution,
    body.site-page-body > main > .contact,
    body.site-page-body > main > .article,
    body.site-page-body > main > .report,
    body.site-page-body > main > .send_wrap {
        box-sizing: border-box;
        width: 100% !important;
        max-width: none;
        min-width: 0;
        margin: 0;
        padding: 14px 12px 24px;
        border: 1px solid #e5eaf0;
        background: #fff;
    }

    body.site-page-body .pagination {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 4px;
        padding: 16px 0 0;
        line-height: 24px;
    }

    body.site-page-body .pagination p {
        flex: 0 0 100%;
        margin: 8px 0 0;
        text-align: center;
    }

    body.site-page-body .pagination a {
        margin: 0;
        padding: 4px 8px;
    }

    body.site-page-body .pagination.mobile-pagination {
        gap: 6px;
        padding: 16px 0 4px;
    }

    body.site-page-body .pagination.mobile-pagination a,
    body.site-page-body .pagination.mobile-pagination .mobile-pagination-ellipsis {
        box-sizing: border-box;
        min-width: 34px;
        height: 36px;
        padding: 6px 8px;
        border: 1px solid #cbd5e1;
        border-radius: 4px;
        color: #315f8f;
        background: #fff;
        font-size: 14px;
        line-height: 22px;
        text-align: center;
    }

    body.site-page-body .pagination.mobile-pagination a.prev,
    body.site-page-body .pagination.mobile-pagination a.next {
        min-width: 58px;
    }

    body.site-page-body .pagination.mobile-pagination a.active {
        border-color: #1769aa;
        color: #fff;
        background: #1769aa;
    }

    body.site-page-body .pagination.mobile-pagination a.disabled {
        color: #a7b0bb;
        background: #f5f7fa;
    }

    body.site-page-body .pagination.mobile-pagination .mobile-pagination-ellipsis {
        min-width: 18px;
        padding-right: 0;
        padding-left: 0;
        border-color: transparent;
        background: transparent;
    }

    body.site-page-body .pagination.mobile-pagination p {
        display: flex;
        flex: 0 0 100%;
        align-items: center;
        justify-content: center;
        gap: 4px;
        min-height: 36px;
        margin: 6px 0 0;
        color: #667085;
        white-space: nowrap;
    }

    body.site-page-body .pagination.mobile-pagination p input[type="text"] {
        box-sizing: border-box;
        width: 48px;
        height: 36px;
        margin: 0;
        padding: 5px 6px;
        border: 1px solid #cbd5e1;
        border-radius: 4px;
        text-align: center;
    }

    body.site-page-body .pagination.mobile-pagination p input[type="submit"],
    body.site-page-body .pagination.mobile-pagination p input#goto-page {
        box-sizing: border-box;
        width: 48px;
        height: 36px;
        margin: 0;
        padding: 5px 4px;
        border: 1px solid #cbd5e1;
        border-radius: 4px;
        color: #315f8f;
        background: #fff;
        cursor: pointer;
    }

    body.site-page-body > footer,
    body.site-page-body footer {
        box-sizing: border-box;
        width: 100% !important;
        margin: 0;
        padding: 20px 12px 28px;
        overflow: hidden;
        background: #fff;
    }

    body.site-page-body footer .footer-icons ul,
    body.site-page-body footer .copyright,
    body.site-page-body footer address {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }

    body.site-page-body footer .footer-copyright {
        margin: 14px 0 0;
        text-align: center;
    }

    body.site-page-body footer p {
        height: auto;
        margin: 0;
        line-height: 22px;
    }

    /* Home */
    body.site-page-index > main {
        padding: 8px 12px 24px !important;
    }

    .site-page-index .advert,
    .site-page-index .top-news,
    .site-page-index .headline-container,
    .site-page-index .disclosure-container,
    .site-page-index .special-container,
    .site-page-index .links-container {
        box-sizing: border-box;
        width: 100%;
        max-width: none;
    }

    .site-page-index .advert img {
        display: block;
        width: 100%;
        height: auto;
    }

    .site-page-index .top-news {
        padding: 10px 0 14px;
    }

    .site-page-index .top-news .top-news-title em {
        padding: 0 10px;
        font-size: 16px;
        line-height: 30px;
    }

    .site-page-index .top-news .top-news-title a {
        display: inline-block;
        max-width: calc(100% - 84px);
        overflow: hidden;
        vertical-align: middle;
        font-size: 16px;
        line-height: 24px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .site-page-index .top-news .top-news-more a {
        font-size: 13px;
    }

    .site-page-index .headline-container,
    .site-page-index .disclosure-content {
        display: block;
        height: auto;
        padding-bottom: 16px;
    }

    .site-page-index .headline-container .slider,
    .site-page-index .headline,
    .site-page-index .disclosure-content .left,
    .site-page-index .disclosure-content .right {
        box-sizing: border-box;
        width: 100%;
        height: auto;
    }

    .site-page-index .headline-container .slider {
        margin-bottom: 16px;
    }

    .site-page-index .banner,
    .site-page-index .banner .bd,
    .site-page-index .banner .bd li {
        width: 100%;
        height: auto;
        aspect-ratio: 49 / 36;
    }

    .site-page-index .banner .bd li img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .site-page-index .headline-category ul,
    .site-page-index .disclosure-category ul {
        height: 42px;
        padding-left: 0;
        overflow-x: auto;
        justify-content: flex-start;
        scrollbar-width: none;
    }

    .site-page-index .headline-category ul::-webkit-scrollbar,
    .site-page-index .disclosure-category ul::-webkit-scrollbar {
        display: none;
    }

    .site-page-index .headline-category ul li,
    .site-page-index .disclosure-category ul li {
        flex: 0 0 auto;
        font-size: 15px;
        line-height: 42px;
        margin-right: 8px;
    }

    .site-page-index .headline-category ul li a,
    .site-page-index .disclosure-category ul li a {
        height: 42px;
        padding: 0 10px;
    }

    .site-page-index .headline-content ul li,
    .site-page-index .notice-content ul li {
        display: flex;
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 22px;
    }

    .site-page-index .headline-content ul li a,
    .site-page-index .notice-content ul li a {
        min-width: 0;
        flex: 1 1 auto;
    }

    .site-page-index .headline-content ul li span,
    .site-page-index .notice-content ul li span {
        flex: 0 0 5em;
        width: 5em;
    }

    .site-page-index .public-content ul {
        justify-content: flex-start;
        gap: 12px;
    }

    .site-page-index .public-content li {
        flex: 0 0 calc(33.333% - 8px);
        max-width: calc(33.333% - 8px);
        margin-bottom: 16px;
        text-align: center;
    }

    .site-page-index .public-content li img {
        width: 64px;
        height: 64px;
    }

    .site-page-index .special-container,
    .site-page-index .links-container {
        padding-bottom: 16px;
    }

    .site-page-index .links-container {
        display: none;
    }

    .site-page-index .special {
        position: relative;
        display: block;
        box-sizing: border-box;
        height: 64px;
        margin-top: 16px;
        padding: 0 22px;
    }

    .site-page-index .special-content ul,
    .site-page-index .special-content {
        min-width: 0;
        height: 64px;
    }

    .site-page-index .special-content ul li {
        display: flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 100%;
        width: 100%;
        height: 64px;
        margin-right: 0;
        overflow: hidden;
    }

    .site-page-index .special-content ul li img {
        display: block;
        width: 100%;
        height: 64px;
        object-fit: contain;
        object-position: center;
    }

    .site-page-index .special a.prev,
    .site-page-index .special a.next {
        position: absolute;
        z-index: 2;
        top: 50%;
        width: 20px;
        height: 44px;
        margin: 0;
        background-position: center;
        background-size: 14px auto;
        transform: translateY(-50%);
    }

    .site-page-index .special a.prev {
        left: 0;
    }

    .site-page-index .special a.next {
        right: 0;
    }

    .site-page-index .links-category {
        display: block;
        width: 100%;
    }

    .site-page-index .links-category h3 {
        width: 100%;
        height: 38px;
        line-height: 38px;
    }

    .site-page-index .links-category ul {
        box-sizing: border-box;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: 100%;
        height: auto;
        padding: 0;
        overflow: visible;
    }

    .site-page-index .links-category ul li {
        box-sizing: border-box;
        width: 100%;
        min-width: 0;
        height: auto;
        line-height: 20px;
    }

    .site-page-index .links-category ul li a {
        display: flex;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        float: none;
        width: 100%;
        height: 48px;
        padding: 4px 8px;
        border-bottom: 1px solid #e2e8f0;
        font-size: 13px;
        line-height: 20px;
        text-align: center;
        white-space: normal;
    }

    .site-page-index .links-content {
        width: 100%;
        padding-top: 12px;
    }

    .site-page-index .links-content ul {
        display: flex;
        flex-wrap: wrap;
        gap: 8px 0;
    }

    .site-page-index .links-content ul li,
    .site-page-index .links-content ul li.single {
        box-sizing: border-box;
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0;
        padding: 7px 0;
        border-bottom: 1px solid #eef1f5;
        text-align: left;
    }

    .site-page-index .links-content ul li.single {
        flex-basis: 100%;
        max-width: 100%;
    }

    .site-page-index .links-content ul li a {
        display: block;
        overflow-wrap: anywhere;
        color: #334155;
        font-size: 14px;
        line-height: 22px;
    }

    body.site-page-body > footer,
    body.site-page-body footer {
        display: block;
        width: 100% !important;
        padding: 24px 16px 32px;
        text-align: center;
    }

    body.site-page-body footer .footer-icons,
    body.site-page-body footer .footer-copyright {
        width: 100%;
        margin: 0;
    }

    body.site-page-body footer .footer-icons {
        margin-bottom: 16px;
    }

    body.site-page-body footer .footer-icons ul {
        align-items: center;
        justify-content: center;
        width: 100%;
        flex-wrap: nowrap;
        gap: 18px;
    }

    body.site-page-body footer .footer-icons li {
        flex: 0 0 auto;
    }

    body.site-page-body footer .copyright,
    body.site-page-body footer address {
        flex-direction: column;
        align-items: center;
        width: 100%;
        margin: 0;
        gap: 4px;
    }

    body.site-page-body footer .footer-copyright {
        font-size: 12px;
        line-height: 22px;
    }

    body.site-page-body footer p {
        display: block;
        width: 100%;
        height: auto;
        max-width: 100%;
        margin: 0;
        overflow-wrap: anywhere;
        line-height: 22px;
    }

    body.site-page-body footer address p:last-child img {
        width: auto;
        max-height: 18px;
    }

    body.site-page-body footer address p:last-child a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .site-page-index .float-box {
        display: none;
    }

    /* Lists and article pages */
    .site-page-news > main > .list,
    .site-page-agency > main > .list,
    .site-page-special > main > .list,
    .site-page-news > main > article,
    .site-page-singlepage > main > article {
        min-height: 0;
        height: auto;
    }

    .site-page-news .list .list-title,
    .site-page-agency .leader-title,
    .site-page-agency .institution-title,
    .site-page-agency .contact-title {
        height: auto;
        min-height: 40px;
        padding: 8px 10px;
        line-height: 24px;
    }

    .site-page-news .list .list-title h1,
    .site-page-agency .leader-title h1,
    .site-page-agency .institution-title h1,
    .site-page-agency .contact-title h1 {
        font-size: 18px;
        line-height: 24px;
    }

    .site-page-news .list li,
    .site-page-agency .list li,
    .site-page-special .list li {
        display: flex;
        align-items: baseline;
        gap: 8px;
        box-sizing: border-box;
        min-height: 44px;
        margin: 0;
        padding: 8px 0;
        line-height: 22px;
    }

    .site-page-news .list li a,
    .site-page-agency .list li a,
    .site-page-special .list li a {
        min-width: 0;
        flex: 1 1 auto;
        overflow: hidden;
        font-size: 15px;
        line-height: 22px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .site-page-news .list li span,
    .site-page-agency .list li span,
    .site-page-special .list li span {
        flex: 0 0 auto;
        width: auto;
        margin-left: 0;
        font-size: 12px;
        white-space: nowrap;
    }

    /* category.css adds a block pseudo-element after every fifth row. On a
     * narrow screen that pseudo-element becomes part of the fifth row's
     * height, so use the row border as the separator instead. */
    .site-page-news > main > .list .list-content > ul > li:nth-child(5n)::after,
    .site-page-news > main > .list .list-content > ul > li:last-child::after {
        content: none;
        display: none;
    }

    .site-page-news > main > .list .list-content > ul > li:nth-child(5n),
    .site-page-news > main > .list .list-content > ul > li:last-child {
        margin-bottom: 8px;
        border-bottom: 1px solid #d3d3d3;
    }

    .site-page-news article,
    .site-page-singlepage article {
        padding: 14px 12px 24px;
    }

    .site-page-news article h1,
    .site-page-singlepage article h1 {
        padding: 8px 0 14px;
        font-size: 20px;
        line-height: 30px;
    }

    .site-page-news .article-data,
    .site-page-singlepage .article-data {
        display: block;
        min-height: 0;
        padding: 8px 0;
        font-size: 13px;
        line-height: 24px;
    }

    .site-page-news .article-data .article-meta,
    .site-page-singlepage .article-data .article-meta {
        display: flex;
        flex-wrap: wrap;
        gap: 0 12px;
    }

    .site-page-news .article-data .article-meta p,
    .site-page-singlepage .article-data .article-meta p {
        margin: 0;
    }

    .site-page-news .article-data .font-size,
    .site-page-singlepage .article-data .font-size,
    .site-page-news .article-data .print,
    .site-page-singlepage .article-data .print {
        display: inline-block;
        width: auto;
        margin-right: 14px;
        line-height: 28px;
    }

    .site-page-news .article-content,
    .site-page-singlepage .article-content {
        box-sizing: border-box;
        max-width: 100%;
        padding-top: 20px;
        overflow-x: auto;
        font-size: 17px;
        line-height: 30px;
    }

    .site-page-news .article-content p,
    .site-page-singlepage .article-content p {
        margin-bottom: 14px;
        line-height: 30px;
    }

    .site-page-news .article-content img,
    .site-page-singlepage .article-content img {
        max-width: 100%;
        height: auto !important;
    }

    .site-page-news .article-content table,
    .site-page-singlepage .article-content table {
        max-width: 100%;
    }

    .site-page-news .qrcode,
    .site-page-singlepage .qrcode {
        margin-top: 24px;
        padding-bottom: 20px;
    }

    /* Search */
    .site-page-search > main > .list {
        height: auto;
        min-height: 0;
    }

    .site-page-search .search-filter {
        display: block;
        height: auto;
        padding: 10px 12px;
        line-height: 24px;
    }

    .site-page-search .search_filter_content,
    .site-page-search .search_filter_form,
    .site-page-search .search_filter_form .form-group {
        display: block;
        margin: 0;
    }

    .site-page-search .search_filter_form .form-group {
        padding: 6px 0;
    }

    .site-page-search .search_filter_form label {
        padding-right: 8px;
        font-size: 14px;
    }

    .site-page-news > main > .list .search_filter_content {
        margin-top: 8px;
    }

    .site-page-news > main > .list .search_filter_form {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 4px;
    }

    .site-page-news > main > .list .search_filter_form .form-group {
        display: flex;
        flex: 0 0 auto;
        align-items: center;
        margin: 0;
        padding: 0;
    }

    .site-page-news > main > .list .search_filter_form .form-group > label {
        flex: 0 0 auto;
        padding: 0 2px 0 0;
        font-size: 11px;
        font-weight: 600;
        line-height: 30px;
        white-space: nowrap;
    }

    .site-page-news > main > .list .search_filter_form .filter-options {
        display: inline-flex;
        flex: 0 0 auto;
        align-items: stretch;
        overflow: hidden;
        border: 1px solid #b8c9da;
        border-radius: 4px;
        background: #fff;
    }

    .site-page-news > main > .list .search_filter_form .filter-options input[type="radio"] {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        opacity: 0;
    }

    .site-page-news > main > .list .search_filter_form .filter-options label {
        box-sizing: border-box;
        min-height: 30px;
        padding: 4px;
        border-left: 1px solid #d9e2eb;
        color: #44566c;
        background: #fff;
        font-size: 12px;
        line-height: 20px;
        text-align: center;
        white-space: nowrap;
        cursor: pointer;
    }

    .site-page-news > main > .list .search_filter_form .filter-options input[type="radio"]:first-child + label {
        border-left: 0;
    }

    .site-page-news > main > .list .search_filter_form .filter-options input[type="radio"]:checked + label {
        border-color: #1769aa;
        color: #fff;
        background: #1769aa;
    }

    .site-page-news > main > .list .search_filter_form .filter-options input[type="radio"]:focus-visible + label {
        outline: 2px solid #0b4f8a;
        outline-offset: -2px;
    }

    .site-page-news > main > .list .search-pagination {
        margin-top: 8px;
    }

    /* Agency */
    .site-page-agency .leader-content li {
        display: block;
        margin-top: 20px;
    }

    .site-page-agency .leader-content li .leader-photo {
        width: 120px;
        height: 150px;
        margin: 0 auto 14px;
    }

    .site-page-agency .leader-content li .leader-photo img {
        width: 120px;
        height: 150px;
        object-fit: cover;
    }

    .site-page-agency .leader-content li .leader-info h2 {
        margin-bottom: 12px;
        font-size: 18px;
        line-height: 28px;
        text-align: center;
    }

    .site-page-agency .leader-content li .leader-info h2 span {
        margin-left: 6px;
        font-size: 14px;
    }

    .site-page-agency .leader-content li .leader-description {
        font-size: 15px;
        line-height: 26px;
    }

    .site-page-agency .leader-content li .leader-links {
        display: flex;
        gap: 8px;
        margin-top: 16px;
    }

    .site-page-agency .leader-content li .leader-links a {
        flex: 1 1 0;
        width: auto;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }

    .site-page-agency .institution-content li {
        box-sizing: border-box;
        width: 100%;
        padding: 14px 4px;
    }

    .site-page-agency .institution-content li h2 {
        font-size: 17px;
    }

    .site-page-agency .institution-content li p a,
    .site-page-agency .contact-content p {
        font-size: 15px;
        line-height: 26px;
    }

    .site-page-agency .contact-content {
        padding: 14px 4px;
    }

    .site-page-agency .contact .map {
        width: 100%;
        height: auto;
        min-height: 220px;
    }

    /* Interaction */
    .site-page-interaction > main > .send_wrap {
        padding: 0 10px 24px;
    }

    .site-page-interaction .send_header {
        box-sizing: border-box;
        width: 100%;
        height: auto;
        min-height: 64px;
        margin: 0;
    }

    .site-page-interaction .send_header .title {
        height: auto;
        padding: 10px 0;
        text-align: center;
    }

    .site-page-interaction .send_header .title h1 {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        height: auto;
        padding-right: 0;
        font-size: 22px;
        line-height: 34px;
        background-image: none;
    }

    .site-page-interaction .send_header .title h1::after {
        content: "";
        display: inline-block;
        width: 32px;
        height: 32px;
        flex: 0 0 32px;
        background: url(../images/message.png) no-repeat center / contain;
    }

    .site-page-interaction .send_header a {
        right: 10px;
        bottom: 10px;
        font-size: 14px;
    }

    .site-page-interaction .send_content {
        box-sizing: border-box;
        width: 100%;
        margin: 0 0 18px;
        padding: 18px 12px;
        font-size: 14px;
        line-height: 25px;
    }

    .site-page-interaction .send_content p {
        line-height: 25px;
    }

    .site-page-interaction .tips {
        box-sizing: border-box;
        width: 100%;
        height: auto;
        min-height: 36px;
        margin-bottom: 16px;
        padding: 7px 10px;
        font-size: 14px;
        line-height: 22px;
    }

    .site-page-interaction .form table,
    .site-page-interaction .form table tbody,
    .site-page-interaction .form table tr,
    .site-page-interaction .form table td {
        display: block;
        box-sizing: border-box;
        width: 100%;
    }

    .site-page-interaction .form table tr {
        border-bottom: 1px solid #c3c3c3;
    }

    .site-page-interaction .form table td {
        min-height: 0;
        border-right: 0;
        border-bottom: 0;
    }

    .site-page-interaction .form table .text {
        width: 100%;
        height: auto;
        padding: 10px 10px 4px;
        line-height: 24px;
        text-align: left;
        font-size: 14px;
    }

    .site-page-interaction .form table input.input_area,
    .site-page-interaction .form table input.input_verify,
    .site-page-interaction .form table input.input_title,
    .site-page-interaction .form table select,
    .site-page-interaction .form table textarea {
        box-sizing: border-box;
        width: calc(100% - 20px);
        height: 40px;
        margin: 4px 10px 10px;
        font-size: 16px;
    }

    .site-page-interaction .form table textarea {
        height: 120px;
        padding: 8px;
    }

    .site-page-interaction .form table label {
        height: auto;
        line-height: 32px;
        margin-left: 10px;
    }

    .site-page-interaction .form table .input_radio {
        padding-bottom: 8px;
    }

    .site-page-interaction .form table .captcha {
        width: 119px;
        height: 32px;
        margin: 4px 0 10px 2px;
        vertical-align: middle;
    }

    .site-page-interaction .form table tr:last-child td:last-child {
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 4px 10px 10px;
    }

    .site-page-interaction .form table tr:last-child td:last-child .input_verify {
        flex: 1 1 auto;
        width: auto;
        min-width: 0;
        margin: 4px 0 10px;
    }

    .site-page-interaction .form table tr:last-child td:last-child .captcha {
        flex: 0 0 119px;
        margin: 4px 0 10px;
    }

    .site-page-interaction .form .buttons {
        display: flex;
        justify-content: center;
        gap: 10px;
        margin-top: 16px;
    }

    /* Disclosure list/detail/apply pages keep their original banner, but use the shared top bar. */
    body.site-page-disclosure:not(.site-custom-mobile) > .online-report-header {
        box-sizing: border-box;
        width: 100%;
        height: 165px;
        margin: 0;
        padding: 0;
        overflow: hidden;
        background: #67aaf5;
    }

    body.site-page-disclosure:not(.site-custom-mobile) > .online-report-header .mobile-report-banner {
        box-sizing: border-box;
        width: 100%;
        height: 165px;
        overflow: hidden;
        background: #67aaf5 url(../images/public-bg.jpg) no-repeat center top;
        background-size: auto 165px;
    }

    body.site-page-disclosure:not(.site-custom-mobile) > .online-report-header .logo {
        display: block;
        width: 100%;
    }

    body.site-page-disclosure:not(.site-custom-mobile) > .online-report-header .logo h2 {
        width: min(calc(100% - 24px), 353px);
        height: 65px;
        margin: 21px auto 0;
        background-position: center;
        background-size: contain;
    }

    body.site-page-disclosure:not(.site-custom-mobile) > .online-report-header .head-title {
        display: block;
        width: min(calc(100% - 48px), 320px);
        height: 56px;
        margin: 0 auto 23px;
        background-position: center;
        background-size: contain;
    }

    body.site-page-disclosure:not(.site-custom-mobile) > main .search-container {
        display: none;
    }

    body.site-page-disclosure:not(.site-custom-mobile) > main .content {
        display: block;
    }

    body.site-page-disclosure:not(.site-custom-mobile) > main .content > .list,
    body.site-page-disclosure:not(.site-custom-mobile) > main .content > .article,
    body.site-page-disclosure:not(.site-custom-mobile) > main .content > .report {
        box-sizing: border-box;
        width: 100%;
        min-width: 0;
        height: auto;
        min-height: 0;
        padding: 14px 12px 24px;
        border: 1px solid #e5eaf0;
        background: #fff;
    }

    body.site-page-disclosure:not(.site-custom-mobile) > main .content > .list li {
        display: flex;
        align-items: baseline;
        gap: 8px;
        min-height: 44px;
        padding: 8px 0;
        line-height: 22px;
    }

    body.site-page-disclosure:not(.site-custom-mobile) > main .content > .list li a {
        min-width: 0;
        flex: 1 1 auto;
        overflow: hidden;
        font-size: 15px;
        line-height: 22px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    body.site-page-disclosure:not(.site-custom-mobile) > main .content > .list li a span {
        flex: 0 0 auto;
        font-size: 12px;
        white-space: nowrap;
    }

    body.site-page-disclosure:not(.site-custom-mobile) > main .content > .article article {
        box-sizing: border-box;
        width: 100%;
        padding: 0;
        border: 0;
    }

    body.site-page-disclosure:not(.site-custom-mobile) > main .content > .article .article-content,
    body.site-page-disclosure:not(.site-custom-mobile) > main article .article-content {
        max-width: 100%;
        overflow-x: auto;
        font-size: 17px;
        line-height: 30px;
    }

    body.site-page-disclosure:not(.site-custom-mobile) > main article .article-content img {
        max-width: 100%;
        height: auto !important;
    }

    body.site-page-disclosure:not(.site-custom-mobile) > main article .article-data {
        display: block;
        height: auto;
        padding: 8px 0;
        line-height: 24px;
    }

    body.site-page-disclosure:not(.site-custom-mobile) > main .content > .report table {
        table-layout: fixed;
    }

    body.site-page-disclosure:not(.site-custom-mobile) > main .content > .report .online-apply-form h3 {
        margin: 4px 0 14px;
        font-size: 17px;
        line-height: 26px;
    }

    body.site-page-disclosure:not(.site-custom-mobile) > main .content > .report .online-apply-form table,
    body.site-page-disclosure:not(.site-custom-mobile) > main .content > .report .online-apply-form table tbody,
    body.site-page-disclosure:not(.site-custom-mobile) > main .content > .report .online-apply-form table tr,
    body.site-page-disclosure:not(.site-custom-mobile) > main .content > .report .online-apply-form table tr td {
        display: block;
        box-sizing: border-box;
        width: 100% !important;
    }

    body.site-page-disclosure:not(.site-custom-mobile) > main .content > .report .online-apply-form table tr {
        border-top: 1px solid #ddd;
    }

    body.site-page-disclosure:not(.site-custom-mobile) > main .content > .report .online-apply-form table tr:first-child {
        border-top: 0;
    }

    body.site-page-disclosure:not(.site-custom-mobile) > main .content > .report .online-apply-form table tr td {
        min-height: 0;
        padding: 9px 12px 5px;
        border-right: 0;
        border-bottom: 0;
        color: #333;
        line-height: 24px;
    }

    body.site-page-disclosure:not(.site-custom-mobile) > main .content > .report .online-apply-form table tr td.title {
        padding: 10px 12px;
        color: #b42318;
        font-size: 16px;
        font-weight: 600;
        background: #f7f8fa;
    }

    body.site-page-disclosure:not(.site-custom-mobile) > main .content > .report .online-apply-form table tr td.w170 {
        padding-bottom: 3px;
        color: #333;
        font-weight: 600;
        background: #f7f8fa;
    }

    body.site-page-disclosure:not(.site-custom-mobile) > main .content > .report .online-apply-form table tr td input[type="text"],
    body.site-page-disclosure:not(.site-custom-mobile) > main .content > .report .online-apply-form table tr td textarea,
    body.site-page-disclosure:not(.site-custom-mobile) > main .content > .report .online-apply-form table tr td select {
        box-sizing: border-box;
        width: 100% !important;
        min-height: 44px;
        height: auto;
        margin: 0;
        padding: 8px 10px;
        font-size: 16px;
    }

    body.site-page-disclosure:not(.site-custom-mobile) > main .content > .report .online-apply-form table tr td textarea {
        min-height: 140px;
        resize: vertical;
    }

    body.site-page-disclosure:not(.site-custom-mobile) > main .content > .report .online-apply-form table tr td label.item {
        display: inline-flex;
        align-items: center;
        min-height: 36px;
        padding: 0 14px 0 0;
        line-height: 28px;
    }

    body.site-page-disclosure:not(.site-custom-mobile) > main .content > .report .online-apply-form table tr td input[type="radio"] {
        width: 20px;
        height: 20px;
        margin: 0 7px 0 0;
    }

    body.site-page-disclosure:not(.site-custom-mobile) > main .content > .report .online-apply-form table tr td#codeArea {
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 12px;
        white-space: nowrap;
    }

    body.site-page-disclosure:not(.site-custom-mobile) > main .content > .report .online-apply-form table tr td#codeArea input[type="text"] {
        flex: 1 1 auto;
        min-width: 0;
        width: auto !important;
    }

    body.site-page-disclosure:not(.site-custom-mobile) > main .content > .report .online-apply-form table tr td#codeArea .captcha {
        flex: 0 0 119px;
        width: 119px;
        height: 44px;
        object-fit: cover;
    }

    body.site-page-disclosure:not(.site-custom-mobile) > main .content > .report .online-apply-form table tr td:last-child:has(#submitApply) {
        display: flex;
        justify-content: center;
        gap: 12px;
        padding: 14px 12px;
        text-align: center;
    }

    body.site-page-disclosure:not(.site-custom-mobile) > main .content > .report .online-apply-form table .form-btn {
        box-sizing: border-box;
        width: 96px;
        height: 44px;
        margin: 0;
        line-height: 44px;
    }

    @media (max-width: 360px) {
        body.site-page-disclosure:not(.site-custom-mobile) > main .content > .report .online-apply-form table tr td#codeArea {
            gap: 6px;
            padding: 10px;
            font-size: 14px;
        }

        body.site-page-disclosure:not(.site-custom-mobile) > main .content > .report .online-apply-form table tr td#codeArea .captcha {
            flex-basis: 100px;
            width: 100px;
            height: 40px;
        }

        .site-page-interaction .form table tr:last-child td:last-child {
            gap: 6px;
            padding-right: 8px;
            padding-left: 8px;
        }

        .site-page-interaction .form table tr:last-child td:last-child .captcha {
            flex-basis: 100px;
            width: 100px;
            height: 30px;
        }
    }

    /* Mechanism page */
    .site-page-disclosure > header:not(.online-report-header) {
        box-sizing: border-box;
        width: 100%;
        height: 210px;
        margin: 0;
        background-size: auto 210px;
    }

    .site-page-disclosure > header:not(.online-report-header) + main {
        padding-top: 12px !important;
    }

    .site-page-disclosure .responsibility {
        box-sizing: border-box;
        width: 100%;
        margin: 12px auto;
    }

    .site-page-disclosure .responsibility .title {
        height: auto;
        margin-bottom: 16px;
    }

    .site-page-disclosure .responsibility .title h3 {
        width: 190px;
        height: 42px;
        line-height: 42px;
        font-size: 22px;
        background-size: 190px 42px;
    }

    .site-page-disclosure .responsibility .content dl {
        display: block;
        line-height: 36px;
    }

    .site-page-disclosure .responsibility .content dt,
    .site-page-disclosure .responsibility .content dd,
    .site-page-disclosure .responsibility .content dd.wrap {
        display: block;
        width: 100%;
        box-sizing: border-box;
        margin: 0 0 8px;
    }

    .site-page-disclosure .responsibility .content dt,
    .site-page-disclosure .responsibility .content dd a {
        height: auto;
        min-height: 38px;
        padding: 0 12px;
        line-height: 38px;
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    body.site-page-disclosure:not(.site-custom-mobile) > main .content > .list li a {
        display: block;
        overflow: hidden;
        line-height: 22px;
        white-space: normal;
    }

    body.site-page-disclosure:not(.site-custom-mobile) > main .content > .list li a span {
        float: right;
        margin-left: 8px;
        font-size: 12px;
        white-space: nowrap;
    }
}
