/* Shared PC footer layout. Existing links and consultation handlers remain unchanged. */
@media (min-width: 1024px) {
    .index-main .blogroll-box {
        display: none !important;
    }

    .footer-box {
        clear: both;
        margin-top: 28px;
        border-top: 0;
        background: #eef2f4;
        color: #1f2933;
        letter-spacing: 0;
    }

    .footer-box div,
    .footer-box span,
    .footer-box i,
    .footer-box ul,
    .footer-box li,
    .footer-box p,
    .footer-box a {
        letter-spacing: 0;
    }

    .footer-box .footer1 {
        min-width: 0;
        height: 108px;
        border-bottom: 0;
        background: #17212b;
    }

    .footer-box .footer1-box {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        width: calc(100% - 48px);
        max-width: 1240px;
        height: 108px;
        margin: 0 auto;
    }

    .footer-box .footer1-item,
    .footer-box .footer1-item:first-child {
        display: flex;
        float: none;
        align-items: center;
        justify-content: center;
        min-width: 0;
        height: 108px;
        margin-left: 0;
        border-right: 1px solid #34414d;
    }

    .footer-box .footer1-item:last-child {
        border-right: 0;
    }

    .footer-box .footer1-item > p,
    .footer-box .footer1-item > div {
        float: none;
    }

    .footer-box .footer1-item > p {
        flex: 0 0 48px;
        margin: 0 12px 0 0;
    }

    .footer-box .footer1-item > p i {
        filter: saturate(0) brightness(3);
    }

    .footer-box .footer1-item > div p:first-child {
        height: auto;
        margin-top: 0;
        color: #ffffff;
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
    }

    .footer-box .footer1-item > div p:last-child,
    .footer-box .footer1-item .color666 {
        height: auto;
        margin-top: 3px;
        color: #aeb9c3;
        font-size: 12px;
        line-height: 18px;
    }

    .footer2 {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 310px;
        gap: 28px;
        width: calc(100% - 48px);
        max-width: 1240px;
        margin: 0 auto;
        padding: 34px 0 36px;
        background: transparent;
    }

    .footer2-left {
        display: grid;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 20px;
        min-width: 0;
    }

    .footer2-item,
    .footer2-item:last-child {
        float: none;
        width: auto !important;
        min-width: 0;
        margin: 0;
        padding: 0 0 0 16px;
        border-left: 2px solid #cbd5db;
        background: transparent;
    }

    .footer2-item .footer-title {
        height: auto;
        margin-bottom: 15px;
        color: #17212b;
        font-size: 14px;
        font-weight: 700;
        line-height: 20px;
    }

    .footer2-item > ul li {
        margin-bottom: 8px;
        line-height: 18px;
    }

    .footer2-item > ul li a {
        color: #65727e;
        font-size: 12px;
    }

    .footer2-item > ul li a:hover {
        color: #f25545;
    }

    .footer2-item2-right {
        display: flex;
        float: none;
        align-items: center;
        justify-content: center;
        width: auto;
        min-height: 220px;
        margin-top: 0;
        padding: 24px;
        border: 0;
        border-radius: 6px;
        background: #0e8a78;
    }

    .footer2-item2-right .share-img {
        display: none;
    }

    .footer2-item2-right > .f-left:last-child {
        float: none;
        width: 100%;
    }

    .footer2-item2-right .footer-phone {
        height: auto;
        color: #ffffff;
        font-size: 22px;
        line-height: 30px;
    }

    .footer2-item2-right .footer-phone-title,
    .footer2-item2-right .color999,
    .footer2-item2-right p {
        color: #d9f0eb;
    }

    .footer2-item2-right .advisory {
        width: 176px;
        margin: 22px auto 0;
        padding: 9px 12px;
        border: 1px solid #ffffff;
        border-radius: 4px;
        background: #ffffff;
    }

    .footer2-item2-right .advisory span {
        color: #0e8a78;
        font-size: 14px;
        font-weight: 700;
    }

    .footer2-item2-right .advisory:hover {
        background: #17212b;
    }

    .footer2-item2-right .advisory:hover span {
        color: #ffffff;
    }

    #config_footer {
        background: #0f171f;
    }

    #config_footer .footer {
        min-height: 142px;
        margin-top: 0 !important;
        padding: 26px 0 !important;
        background: #0f171f;
    }

    #config_footer .footer .row {
        width: calc(100% - 48px);
        max-width: 1240px;
        margin: 0 auto;
        overflow: visible;
    }

    #config_footer .footer .user-bottom {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        gap: 14px;
        float: none;
        width: 100%;
    }

    #config_footer .footer .user-bottom ul,
    #config_footer .footer .user-bottom > p,
    #config_footer .footer .user-bottom > .ovh {
        height: auto !important;
        margin-bottom: 0 !important;
    }

    #config_footer .footer .user-btmenu {
        display: flex;
        flex-wrap: wrap;
        gap: 10px 0;
    }

    #config_footer .footer .user-bottom .user-btmenu li {
        float: none;
        line-height: 18px !important;
    }

    #config_footer .footer .user-bottom .user-btmenu li a {
        padding: 0 14px;
        color: #e3e8ec;
        font-size: 12px;
    }

    #config_footer .footer .user-bottom .user-btmenu li:first-child a {
        padding-left: 0;
    }

    #config_footer .footer .user-bottom .user-btmenu li::after {
        top: 3px !important;
        height: 12px;
        background: #586572;
    }

    #config_footer .footer .ko-record {
        display: flex;
        flex-wrap: wrap;
        gap: 8px 18px;
    }

    #config_footer .footer .ko-record li {
        float: none;
        line-height: 18px !important;
    }

    #config_footer .footer .user-bottom .ko-record li a,
    #config_footer .footer .user-bottom p,
    #config_footer .footer .user-bottom p a,
    #config_footer .footer .user-bottom p span {
        color: #8f9ba6;
        line-height: 18px;
    }

    #config_footer .footer a:hover {
        color: #ffffff;
    }
}

/* 2026 compact PC footer: one dark surface with a quieter support column. */
@media (min-width: 1024px) {
    .footer-box,
    .pc-shared-footer {
        margin-top: 40px !important;
        border-top: 1px solid #263843 !important;
        background: #101b23 !important;
        color: #d9e2e7 !important;
    }

    .footer-box #config_footer1,
    .pc-shared-footer #config_footer1 {
        background: #16252e !important;
    }

    .footer-box .footer1,
    .pc-shared-footer .footer1 {
        height: 86px !important;
        border-top: 3px solid #18a58f !important;
        border-bottom: 0 !important;
        background: transparent !important;
    }

    .footer-box .footer1-box,
    .pc-shared-footer .footer1-box {
        width: calc(100% - 48px) !important;
        max-width: 1160px !important;
        height: 83px !important;
    }

    .footer-box .footer1-item,
    .footer-box .footer1-item:first-child,
    .pc-shared-footer .footer1-item,
    .pc-shared-footer .footer1-item:first-child {
        height: 83px !important;
        padding: 0 22px !important;
        border-right: 1px solid #30414b !important;
    }

    .footer-box .footer1-item:first-child,
    .pc-shared-footer .footer1-item:first-child {
        padding-left: 0 !important;
    }

    .footer-box .footer1-item:last-child,
    .pc-shared-footer .footer1-item:last-child {
        border-right: 0 !important;
    }

    .footer-box .footer1-item > p,
    .pc-shared-footer .footer1-item > p {
        flex-basis: 40px !important;
        margin-right: 12px !important;
    }

    .footer-box .footer1-item > p i,
    .pc-shared-footer .footer1-item > p i {
        display: block !important;
        transform: scale(.86);
        transform-origin: left center;
    }

    .footer-box .footer1-item > div p:first-child,
    .pc-shared-footer .footer1-item > div p:first-child {
        color: #f7fbfc !important;
        font-size: 14px !important;
        line-height: 20px !important;
    }

    .footer-box .footer1-item > div p:last-child,
    .footer-box .footer1-item .color666,
    .pc-shared-footer .footer1-item > div p:last-child,
    .pc-shared-footer .footer1-item .color666 {
        margin-top: 2px !important;
        color: #91a5ae !important;
        font-size: 11px !important;
        line-height: 17px !important;
    }

    .footer-box .footer2,
    .pc-shared-footer .footer2 {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) 240px !important;
        gap: 38px !important;
        width: calc(100% - 48px) !important;
        max-width: 1160px !important;
        margin: 0 auto !important;
        padding: 27px 0 25px !important;
        background: #101b23 !important;
    }

    .footer-box .footer2-left,
    .pc-shared-footer .footer2-left {
        display: grid !important;
        grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
        gap: 18px !important;
        min-width: 0;
    }

    .footer-box .footer2-item,
    .footer-box .footer2-item:last-child,
    .pc-shared-footer .footer2-item,
    .pc-shared-footer .footer2-item:last-child {
        width: auto !important;
        min-width: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        background: transparent !important;
    }

    .footer-box .footer2-item .footer-title,
    .pc-shared-footer .footer2-item .footer-title {
        position: relative;
        height: auto !important;
        margin: 0 0 12px !important;
        padding: 0 0 8px !important;
        border-bottom: 1px solid #344750 !important;
        color: #f1f6f7 !important;
        font-size: 13px !important;
        line-height: 19px !important;
    }

    .footer-box .footer2-item .footer-title::after,
    .pc-shared-footer .footer2-item .footer-title::after {
        bottom: -1px;
        left: 0;
        width: 23px !important;
        height: 2px !important;
        background: #f25545 !important;
    }

    .footer-box .footer2-item > ul li,
    .pc-shared-footer .footer2-item > ul li {
        margin: 0 0 6px !important;
        line-height: 17px !important;
    }

    .footer-box .footer2-item > ul li a,
    .pc-shared-footer .footer2-item > ul li a {
        color: #9cafb8 !important;
        font-size: 11px !important;
    }

    .footer-box .footer2-item > ul li a:hover,
    .pc-shared-footer .footer2-item > ul li a:hover {
        color: #ffffff !important;
    }

    .footer-box .footer2-item2-right,
    .pc-shared-footer .footer2-item2-right {
        display: flex !important;
        align-items: flex-start !important;
        justify-content: flex-start !important;
        width: auto !important;
        min-height: 142px !important;
        margin: 0 !important;
        padding: 3px 0 0 28px !important;
        border: 0 !important;
        border-left: 1px solid #3b5a62 !important;
        border-radius: 0 !important;
        background: transparent !important;
        text-align: left !important;
    }

    .footer-box .footer2-item2-right .share-img,
    .pc-shared-footer .footer2-item2-right .share-img {
        display: none !important;
    }

    .footer-box .footer2-item2-right > .f-left:last-child,
    .pc-shared-footer .footer2-item2-right > .f-left:last-child {
        float: none !important;
        width: 100% !important;
    }

    .footer-box .footer2-item2-right .footer-phone,
    .pc-shared-footer .footer2-item2-right .footer-phone {
        height: auto !important;
        margin: 0 0 6px !important;
        color: #f7fbfc !important;
        font-size: 18px !important;
        font-weight: 700;
        line-height: 26px !important;
        text-align: left !important;
    }

    .footer-box .footer2-item2-right .footer-phone-title,
    .footer-box .footer2-item2-right .color999,
    .footer-box .footer2-item2-right p,
    .pc-shared-footer .footer2-item2-right .footer-phone-title,
    .pc-shared-footer .footer2-item2-right .color999,
    .pc-shared-footer .footer2-item2-right p {
        color: #9cafb8 !important;
        font-size: 11px !important;
        line-height: 19px !important;
        text-align: left !important;
    }

    .footer-box .footer2-item2-right .advisory,
    .pc-shared-footer .footer2-item2-right .advisory {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        width: auto !important;
        min-width: 126px !important;
        height: 34px !important;
        margin: 13px 0 0 !important;
        padding: 0 14px !important;
        border: 1px solid #18a58f !important;
        border-radius: 3px !important;
        background: #18a58f !important;
        color: #ffffff !important;
        cursor: pointer;
    }

    .footer-box .footer2-item2-right .advisory i,
    .pc-shared-footer .footer2-item2-right .advisory i {
        margin-right: 7px;
        filter: brightness(0) invert(1);
    }

    .footer-box .footer2-item2-right .advisory span,
    .pc-shared-footer .footer2-item2-right .advisory span {
        color: #ffffff !important;
        font-size: 12px !important;
        font-weight: 700;
    }

    .footer-box .footer2-item2-right .advisory:hover,
    .pc-shared-footer .footer2-item2-right .advisory:hover {
        border-color: #21b59d !important;
        background: #21b59d !important;
    }

    .footer-box #config_footer,
    .pc-shared-footer #config_footer {
        border-top: 1px solid #273943 !important;
        background: #0b141b !important;
    }

    .footer-box #config_footer .footer,
    .pc-shared-footer #config_footer .footer {
        min-height: 92px !important;
        margin: 0 !important;
        padding: 17px 0 16px !important;
        background: #0b141b !important;
    }

    .footer-box #config_footer .footer .row,
    .pc-shared-footer #config_footer .footer .row {
        width: calc(100% - 48px) !important;
        max-width: 1160px !important;
        margin: 0 auto !important;
        overflow: visible;
    }

    .footer-box #config_footer .user-bottom,
    .pc-shared-footer #config_footer .user-bottom {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 6px !important;
        float: none !important;
        width: 100% !important;
    }

    .footer-box #config_footer .user-btmenu,
    .footer-box #config_footer .ko-record,
    .pc-shared-footer #config_footer .user-btmenu,
    .pc-shared-footer #config_footer .ko-record {
        display: flex !important;
        flex-wrap: wrap;
        gap: 5px 0;
        height: auto !important;
        margin: 0 !important;
    }

    .footer-box #config_footer .user-btmenu li,
    .footer-box #config_footer .ko-record li,
    .pc-shared-footer #config_footer .user-btmenu li,
    .pc-shared-footer #config_footer .ko-record li {
        float: none !important;
        line-height: 17px !important;
    }

    .footer-box #config_footer .user-btmenu li a,
    .pc-shared-footer #config_footer .user-btmenu li a {
        padding: 0 11px !important;
        color: #dce5e9 !important;
        font-size: 11px !important;
    }

    .footer-box #config_footer .user-btmenu li:first-child a,
    .pc-shared-footer #config_footer .user-btmenu li:first-child a {
        padding-left: 0 !important;
    }

    .footer-box #config_footer .ko-record li a,
    .footer-box #config_footer .user-bottom > p,
    .footer-box #config_footer .user-bottom > p a,
    .footer-box #config_footer .user-bottom > p span,
    .pc-shared-footer #config_footer .ko-record li a,
    .pc-shared-footer #config_footer .user-bottom > p,
    .pc-shared-footer #config_footer .user-bottom > p a,
    .pc-shared-footer #config_footer .user-bottom > p span {
        color: #8498a3 !important;
        font-size: 11px !important;
        line-height: 17px !important;
    }

    .footer-box #config_footer a:hover,
    .pc-shared-footer #config_footer a:hover {
        color: #ffffff !important;
    }
}

/* 2026 shared PC footer: one visual system for embedded and legacy-template footers. */
@media (min-width: 1024px) {
    .footer-box,
    .pc-shared-footer {
        clear: both;
        min-width: 0;
        margin-top: 36px;
        border: 0;
        background: #f5f7f8;
        color: #26343e;
        letter-spacing: 0;
    }

    .footer-box *,
    .pc-shared-footer * {
        box-sizing: border-box;
        letter-spacing: 0;
    }

    .footer-box .footer1,
    .pc-shared-footer .footer1 {
        min-width: 0;
        height: 104px;
        border-top: 4px solid #0e8a78;
        border-bottom: 0;
        background: #17212b;
    }

    .footer-box .footer1-box,
    .pc-shared-footer .footer1-box {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        width: calc(100% - 48px);
        max-width: 1200px;
        height: 100px;
        margin: 0 auto;
    }

    .footer-box .footer1-item,
    .footer-box .footer1-item:first-child,
    .pc-shared-footer .footer1-item,
    .pc-shared-footer .footer1-item:first-child {
        display: flex;
        float: none;
        align-items: center;
        justify-content: flex-start;
        min-width: 0;
        height: 100px;
        margin: 0;
        padding: 0 28px;
        border-right: 1px solid #35434e;
    }

    .footer-box .footer1-item:first-child,
    .pc-shared-footer .footer1-item:first-child {
        padding-left: 0;
    }

    .footer-box .footer1-item:last-child,
    .pc-shared-footer .footer1-item:last-child {
        border-right: 0;
    }

    .footer-box .footer1-item > p,
    .pc-shared-footer .footer1-item > p {
        flex: 0 0 48px;
        margin: 0 14px 0 0;
    }

    .footer-box .footer1-item > p i,
    .pc-shared-footer .footer1-item > p i {
        display: block;
        filter: grayscale(1) brightness(3);
    }

    .footer-box .footer1-item > div,
    .pc-shared-footer .footer1-item > div {
        float: none;
        min-width: 0;
    }

    .footer-box .footer1-item > div p:first-child,
    .pc-shared-footer .footer1-item > div p:first-child {
        height: auto;
        margin: 0;
        color: #ffffff;
        font-size: 15px;
        font-weight: 700;
        line-height: 23px;
    }

    .footer-box .footer1-item > div p:last-child,
    .footer-box .footer1-item .color666,
    .pc-shared-footer .footer1-item > div p:last-child,
    .pc-shared-footer .footer1-item .color666 {
        height: auto;
        margin: 3px 0 0;
        color: #9fadb7;
        font-size: 12px;
        line-height: 18px;
    }

    .footer-box .footer2,
    .pc-shared-footer .footer2 {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 288px;
        gap: 34px;
        width: calc(100% - 48px);
        max-width: 1200px;
        margin: 0 auto;
        padding: 32px 0 30px;
        background: transparent;
    }

    .footer-box .footer2-left,
    .pc-shared-footer .footer2-left {
        display: grid;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 22px;
        min-width: 0;
    }

    .footer-box .footer2-item,
    .footer-box .footer2-item:last-child,
    .pc-shared-footer .footer2-item,
    .pc-shared-footer .footer2-item:last-child {
        float: none;
        width: auto !important;
        min-width: 0;
        margin: 0;
        padding: 0;
        border: 0;
        background: transparent;
    }

    .footer-box .footer2-item .footer-title,
    .pc-shared-footer .footer2-item .footer-title {
        position: relative;
        height: auto;
        margin: 0 0 15px;
        padding: 0 0 10px;
        border-bottom: 1px solid #d8e0e4;
        color: #17212b;
        font-size: 14px;
        font-weight: 700;
        line-height: 20px;
    }

    .footer-box .footer2-item .footer-title::after,
    .pc-shared-footer .footer2-item .footer-title::after {
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 28px;
        height: 2px;
        background: #f25545;
        content: "";
    }

    .footer-box .footer2-item > ul li,
    .pc-shared-footer .footer2-item > ul li {
        margin: 0 0 8px;
        line-height: 19px;
    }

    .footer-box .footer2-item > ul li a,
    .pc-shared-footer .footer2-item > ul li a {
        color: #697681;
        font-size: 12px;
    }

    .footer-box .footer2-item > ul li a:hover,
    .pc-shared-footer .footer2-item > ul li a:hover {
        color: #0e8a78;
    }

    .footer-box .footer2-item2-right,
    .pc-shared-footer .footer2-item2-right {
        display: flex;
        float: none;
        align-items: center;
        justify-content: flex-start;
        width: auto;
        min-height: 180px;
        margin: 0;
        padding: 22px 0 22px 28px;
        border: 0;
        border-left: 3px solid #0e8a78;
        border-radius: 0;
        background: transparent;
    }

    .footer-box .footer2-item2-right .share-img,
    .pc-shared-footer .footer2-item2-right .share-img {
        display: none;
    }

    .footer-box .footer2-item2-right > .f-left:last-child,
    .pc-shared-footer .footer2-item2-right > .f-left:last-child {
        float: none;
        width: 100%;
    }

    .footer-box .footer2-item2-right .footer-phone,
    .pc-shared-footer .footer2-item2-right .footer-phone {
        height: auto;
        margin: 0 0 8px;
        color: #17212b;
        font-size: 21px;
        font-weight: 700;
        line-height: 30px;
    }

    .footer-box .footer2-item2-right .footer-phone-title,
    .footer-box .footer2-item2-right .color999,
    .footer-box .footer2-item2-right p,
    .pc-shared-footer .footer2-item2-right .footer-phone-title,
    .pc-shared-footer .footer2-item2-right .color999,
    .pc-shared-footer .footer2-item2-right p {
        color: #6f7c86;
        line-height: 22px;
    }

    .footer-box .footer2-item2-right .advisory,
    .pc-shared-footer .footer2-item2-right .advisory {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: auto;
        min-width: 142px;
        height: 40px;
        margin: 18px 0 0;
        padding: 0 18px;
        border: 1px solid #0e8a78;
        border-radius: 4px;
        background: #0e8a78;
        color: #ffffff;
    }

    .footer-box .footer2-item2-right .advisory i,
    .pc-shared-footer .footer2-item2-right .advisory i {
        margin-right: 8px;
        filter: brightness(0) invert(1);
    }

    .footer-box .footer2-item2-right .advisory span,
    .pc-shared-footer .footer2-item2-right .advisory span {
        color: #ffffff;
        font-size: 13px;
        font-weight: 700;
    }

    .footer-box .footer2-item2-right .advisory:hover,
    .pc-shared-footer .footer2-item2-right .advisory:hover {
        border-color: #087666;
        background: #087666;
    }

    .footer-box #config_footer,
    .pc-shared-footer #config_footer {
        border-top: 1px solid #2d3a44;
        background: #101820;
    }

    .footer-box #config_footer .footer,
    .pc-shared-footer #config_footer .footer {
        min-height: 112px;
        margin: 0 !important;
        padding: 22px 0 !important;
        background: #101820;
    }

    .footer-box #config_footer .footer .row,
    .pc-shared-footer #config_footer .footer .row {
        width: calc(100% - 48px);
        max-width: 1200px;
        margin: 0 auto;
        overflow: visible;
    }

    .footer-box #config_footer .user-bottom,
    .pc-shared-footer #config_footer .user-bottom {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        gap: 10px;
        float: none;
        width: 100%;
    }

    .footer-box #config_footer .user-btmenu,
    .footer-box #config_footer .ko-record,
    .pc-shared-footer #config_footer .user-btmenu,
    .pc-shared-footer #config_footer .ko-record {
        display: flex;
        flex-wrap: wrap;
        gap: 8px 0;
        height: auto !important;
        margin: 0 !important;
    }

    .footer-box #config_footer .user-btmenu li,
    .footer-box #config_footer .ko-record li,
    .pc-shared-footer #config_footer .user-btmenu li,
    .pc-shared-footer #config_footer .ko-record li {
        float: none;
        line-height: 18px !important;
    }

    .footer-box #config_footer .user-btmenu li a,
    .pc-shared-footer #config_footer .user-btmenu li a {
        padding: 0 13px;
        color: #dce3e8;
        font-size: 12px;
    }

    .footer-box #config_footer .user-btmenu li:first-child a,
    .pc-shared-footer #config_footer .user-btmenu li:first-child a {
        padding-left: 0;
    }

    .footer-box #config_footer .ko-record li a,
    .footer-box #config_footer .user-bottom > p,
    .footer-box #config_footer .user-bottom > p a,
    .footer-box #config_footer .user-bottom > p span,
    .pc-shared-footer #config_footer .ko-record li a,
    .pc-shared-footer #config_footer .user-bottom > p,
    .pc-shared-footer #config_footer .user-bottom > p a,
    .pc-shared-footer #config_footer .user-bottom > p span {
        color: #8996a0;
        line-height: 18px;
    }

    .footer-box #config_footer a:hover,
    .pc-shared-footer #config_footer a:hover {
        color: #ffffff;
    }
}
