@charset "utf-8";

body {
    background: #f5f7f5;
    color: #17211d;
}

.edu-container {
    width: min(118rem, calc(100% - 3.2rem));
    margin: 0 auto;
}

.edu-site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgba(255, 255, 255, 0.94);
    border-bottom: 0.1rem solid rgba(23, 33, 29, 0.08);
    backdrop-filter: blur(1.6rem);
}

.edu-header-inner {
    min-height: 7.2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.edu-brand {
    min-width: 19rem;
    display: inline-flex;
    align-items: center;
    gap: 1.1rem;
    color: #17211d !important;
}

.edu-brand-mark {
    width: 4.2rem;
    height: 4.2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 1.2rem;
    background: #1d6f5b;
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
}

.edu-brand strong {
    display: block;
    font-size: 1.7rem;
    line-height: 1.3;
}

.edu-brand small {
    display: block;
    margin-top: 0.2rem;
    color: #66736d;
    font-size: 1.1rem;
}

.edu-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.4rem;
    flex: 1;
}

.edu-nav a,
.edu-link-btn {
    color: #3a4741 !important;
}

.edu-nav a {
    font-size: 1.4rem;
    white-space: nowrap;
}

.edu-header-actions {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.edu-link-btn,
.edu-solid-btn,
.edu-primary-btn,
.edu-secondary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 4rem;
    border-radius: 0.8rem;
    padding: 0 1.6rem;
    white-space: nowrap;
}

.edu-solid-btn,
.edu-primary-btn,
.am-btn-primary {
    color: #fff !important;
    background: #1d6f5b !important;
    border-color: #1d6f5b !important;
    box-shadow: 0 1rem 2.4rem rgba(29, 111, 91, 0.14);
}

.edu-secondary-btn {
    color: #17211d !important;
    background: #fff;
    border: 0.1rem solid rgba(23, 33, 29, 0.1);
}

.edu-page {
    padding: 4.8rem 0 7.2rem;
}

.edu-page-hero {
    padding: 4rem;
    border-radius: 1.2rem;
    background: linear-gradient(135deg, #fbf4e8 0%, #eef7f2 56%, #ffffff 100%);
    border: 0.1rem solid rgba(23, 33, 29, 0.08);
    margin-bottom: 2.4rem;
}

.edu-eyebrow {
    color: #d66b3d;
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: 0;
}

.edu-page-hero h1,
.edu-section-title {
    margin-top: 0.8rem;
    color: #17211d;
    font-size: 3.4rem;
    font-weight: 800;
    line-height: 1.18;
}

.edu-page-hero p,
.edu-section-desc {
    max-width: 64rem;
    margin-top: 1.2rem;
    color: #66736d;
    font-size: 1.6rem;
    line-height: 1.8;
}

.edu-search-form {
    display: flex;
    gap: 1rem;
    max-width: 72rem;
    margin-top: 2.4rem;
}

.edu-search-form input {
    flex: 1;
    min-width: 0;
    min-height: 4.8rem;
    padding: 0 1.6rem;
    border: 0.1rem solid rgba(23, 33, 29, 0.12);
    border-radius: 0.8rem;
    background: #fff;
    color: #17211d;
}

.edu-chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 2.4rem;
}

.edu-chip-row a {
    display: inline-flex;
    align-items: center;
    min-height: 3.8rem;
    padding: 0 1.4rem;
    border-radius: 9.9rem;
    background: #fff;
    border: 0.1rem solid rgba(23, 33, 29, 0.1);
    color: #3a4741 !important;
}

.edu-chip-row a.active,
.edu-chip-row a:hover {
    background: #1d6f5b;
    border-color: #1d6f5b;
    color: #fff !important;
}

.edu-section-head-flat {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 2rem;
}

.edu-section-head-flat > span {
    color: #66736d;
}

.edu-page-pagination {
    margin-top: 2.4rem;
}

.edu-empty-state {
    padding: 4rem;
    border-radius: 1.2rem;
    background: #fff;
    border: 0.1rem solid rgba(23, 33, 29, 0.08);
    text-align: center;
}

.edu-empty-state h3 {
    color: #17211d;
    font-size: 2.2rem;
    font-weight: 800;
}

.edu-empty-state p {
    margin: 1rem auto 2rem;
    max-width: 48rem;
    color: #66736d;
    line-height: 1.8;
}

.edu-card,
.edu-course-card,
.edu-detail-card,
.edu-panel,
.am-background-white,
.user-content-body,
.register-container > .am-background-white,
.user-right-container > .am-background-white,
.qrcode-pay {
    border-radius: 1.2rem !important;
    border: 0.1rem solid rgba(23, 33, 29, 0.08);
    box-shadow: 0 1.2rem 3.2rem rgba(23, 33, 29, 0.07);
}

.edu-course-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.8rem;
}

.edu-course-card {
    overflow: hidden;
    background: #fff;
}

.edu-course-cover {
    min-height: 17rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 2rem;
    color: #fff;
    background: linear-gradient(135deg, #1d6f5b, #7bb59c);
}

.edu-course-cover img {
    width: 100%;
    height: 18rem;
    object-fit: cover;
    border-radius: 0;
    margin: -2rem -2rem 1.4rem;
    max-width: calc(100% + 4rem);
}

.edu-course-cover.has-image {
    min-height: 0;
    display: block;
    padding: 0;
    background: #f6f2e9;
}

.edu-course-cover.has-image img {
    display: block;
    width: 100%;
    height: auto !important;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    object-position: center center;
    margin: 0;
    max-width: 100%;
    background: #f6f2e9;
}

.edu-detail-media img {
    object-position: center center;
}

.edu-detail-media .edu-course-poster {
    aspect-ratio: 1 / 1;
    object-fit: contain;
    background: #f6f2e9;
}

.edu-course-cover span {
    font-size: 1.2rem;
    opacity: 0.88;
}

.edu-course-cover strong {
    margin-top: 0.6rem;
    font-size: 2.4rem;
    line-height: 1.16;
}

.edu-course-body {
    padding: 2rem;
}

.edu-course-tag {
    color: #d66b3d;
    font-size: 1.2rem;
    font-weight: 700;
}

.edu-course-body h3 {
    min-height: 4.6rem;
    margin-top: 0.8rem;
    color: #17211d;
    font-size: 1.8rem;
    line-height: 1.28;
    font-weight: 800;
}

.edu-course-body p {
    color: #66736d;
    line-height: 1.7;
}

.edu-course-meta {
    display: flex;
    gap: 0.8rem;
    flex-wrap: wrap;
    margin-top: 1.4rem;
}

.edu-course-meta span {
    padding: 0.5rem 0.9rem;
    border-radius: 9.9rem;
    color: #3a4741;
    background: #f1f4f2;
    font-size: 1.2rem;
}

.edu-course-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 1.8rem;
    padding-top: 1.4rem;
    border-top: 0.1rem solid rgba(23, 33, 29, 0.08);
}

.edu-course-bottom strong,
.price strong,
.nav-total-price {
    color: #d64f2a !important;
}

.edu-course-bottom a,
.separate-submit,
.buy-submit {
    color: #fff !important;
    background: #17211d !important;
    border-color: #17211d !important;
}
.edu-course-actions {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
}
.edu-course-actions button {
    min-height: 3.4rem;
    padding: 0 1.1rem;
    border: 0.1rem solid #dfe8e3;
    border-radius: 0.6rem;
    background: #fff;
    color: #0f6b55;
    cursor: pointer;
}
.edu-course-actions button.am-active {
    background: #eef6f1;
    border-color: #0f6b55;
}

.edu-footer {
    background: #0f1714;
    color: #d8e3de;
    padding: 2.8rem 0;
}

.edu-footer-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.edu-footer strong {
    display: block;
    color: #fff;
    font-size: 1.7rem;
}

.edu-footer p,
.edu-footer span {
    display: block;
    margin-top: 0.6rem;
    color: #9faaa5;
}

.edu-footer a {
    color: #dbeafe;
}

.edu-footer a:hover {
    color: #ffffff;
}

.edu-footer-inner > div:last-child {
    text-align: right;
}

.edu-detail-grid {
    display: grid;
    grid-template-columns: minmax(28rem, 0.72fr) minmax(0, 1fr);
    gap: 2.4rem;
    align-items: start;
}

.edu-detail-media img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 1.2rem;
    background: #eef7f2;
}

.edu-detail-placeholder {
    min-height: 34rem;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 2rem;
    padding: 3rem;
    border-radius: 1.2rem;
    color: #fff;
    background: linear-gradient(135deg, #1d6f5b 0%, #35606f 58%, #d66b3d 100%);
}

.edu-detail-placeholder span {
    font-size: 1.3rem;
    opacity: 0.86;
}

.edu-detail-placeholder strong {
    display: block;
    margin-top: 0.8rem;
    font-size: 3.2rem;
    line-height: 1.08;
}

.edu-detail-panel {
    padding: 2.8rem;
    background: #fff;
}

.edu-detail-panel h1 {
    color: #17211d;
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.22;
}

.edu-detail-price {
    margin-top: 1.8rem;
    color: #d64f2a;
    font-size: 3rem;
    font-weight: 800;
}

.edu-detail-price span {
    margin-left: 0.4rem;
    color: #66736d;
    font-size: 1.4rem;
    font-weight: 400;
}

.edu-detail-meta {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin: 2rem 0;
}

.edu-detail-meta div {
    padding: 1.2rem;
    border-radius: 0.8rem;
    background: #f5f7f5;
}

.edu-detail-meta span {
    display: block;
    color: #66736d;
    font-size: 1.2rem;
}

.edu-detail-meta strong {
    display: block;
    margin-top: 0.4rem;
    color: #17211d;
}

.edu-richtext {
    padding: 2.8rem;
    background: #fff;
    margin-top: 2.4rem;
}

.edu-richtext h2 {
    color: #17211d;
    font-size: 2.4rem;
    font-weight: 800;
}

.edu-richtext .richtext {
    margin-top: 1.6rem;
    color: #3a4741;
    line-height: 1.9;
}

.edu-richtext .edu-content-lead {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(24rem, 0.52fr);
    gap: 2rem;
    align-items: start;
    margin-bottom: 2.4rem;
}

.edu-richtext .edu-content-card,
.edu-richtext .edu-teacher-profile {
    padding: 2rem;
    border-radius: 1.2rem;
    background: #f5f7f5;
    border: 0.1rem solid rgba(23, 33, 29, 0.08);
}

.edu-richtext .edu-content-card h3,
.edu-richtext .edu-teacher-profile h3 {
    margin: 0 0 1rem;
    color: #17211d;
    font-size: 2rem;
    font-weight: 800;
}

.edu-richtext .edu-feature-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin: 1.6rem 0 2.4rem;
}

.edu-richtext .edu-feature-list li {
    padding: 1.2rem 1.4rem;
    border-radius: 0.8rem;
    background: #fff;
    border: 0.1rem solid rgba(23, 33, 29, 0.08);
}

.edu-richtext .edu-detail-long-image {
    margin-top: 2.4rem;
    padding: 1.2rem;
    border-radius: 1.2rem;
    background: #fff;
    border: 0.1rem solid rgba(23, 33, 29, 0.08);
}

.edu-richtext .edu-detail-long-image img {
    display: block;
    width: 100%;
    max-width: 78rem;
    height: auto;
    margin: 0 auto;
    border-radius: 0.8rem;
}

.edu-detail-note,
.edu-detail-service {
    margin-top: 1.6rem;
    padding: 1.6rem;
    border-radius: 1.2rem;
    background: #fff;
    border: 0.1rem solid rgba(23, 33, 29, 0.08);
}

.edu-detail-note strong,
.edu-detail-service h3 {
    color: #17211d;
    font-size: 1.7rem;
    font-weight: 800;
}

.edu-detail-note p,
.edu-detail-service li {
    margin-top: 0.8rem;
    color: #66736d;
    line-height: 1.8;
}

.edu-detail-service ul {
    margin-top: 0.8rem;
}

.edu-payment-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 32rem;
    gap: 2.4rem;
    padding: 3rem;
    background: #fff;
}

.edu-payment-card h2 {
    margin-top: 0.8rem;
    color: #17211d;
    font-size: 2.8rem;
    font-weight: 800;
}

.edu-payment-card p,
.edu-payment-card li {
    margin-top: 1rem;
    color: #66736d;
    line-height: 1.8;
}

.edu-qrcode-box {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 32rem;
    border-radius: 1.2rem;
    background: #f5f7f5;
}

.edu-virtual-note {
    margin-top: 1.2rem;
    padding: 1.4rem 1.6rem;
    border-radius: 1.2rem;
    background: #fff;
    border: 0.1rem solid rgba(23, 33, 29, 0.08);
    color: #66736d;
    line-height: 1.8;
}

.edu-article-list {
    display: grid;
    gap: 1.2rem;
}

.edu-article-item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1.6rem;
    padding: 1.8rem;
    border-radius: 1.2rem;
    background: #fff;
    border: 0.1rem solid rgba(23, 33, 29, 0.08);
}

.edu-article-item h3 {
    color: #17211d;
    font-size: 1.8rem;
    font-weight: 800;
}

.edu-article-item p,
.edu-article-item time {
    color: #66736d;
    line-height: 1.8;
}

.edu-article-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1.6rem;
}

.edu-agreement-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin: -0.4rem 0 2.4rem;
}

.edu-agreement-tabs a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3.8rem;
    padding: 0 1.4rem;
    border-radius: 0.8rem;
    background: #fff;
    border: 0.1rem solid rgba(13, 39, 114, 0.12);
    color: #0d2772 !important;
}

.edu-agreement-tabs a.active,
.edu-agreement-tabs a:hover {
    background: #0d2772;
    border-color: #0d2772;
    color: #fff !important;
}

.edu-policy-doc {
    color: #374151;
    font-size: 1.5rem;
    line-height: 1.9;
}

.edu-policy-doc .edu-policy-lead {
    padding: 1.6rem;
    border-radius: 0.8rem;
    background: #f8fafc;
    border: 0.1rem solid rgba(13, 39, 114, 0.08);
    color: #1f2937;
}

.edu-policy-doc h2 {
    margin: 2.4rem 0 0.8rem;
    color: #0d2772;
    font-size: 2rem;
    font-weight: 800;
}

.edu-policy-doc p {
    margin: 0.8rem 0;
}

.buy-nav {
    margin-top: 2rem;
}

.buy-submit-container {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.buy-submit-container .am-btn {
    min-height: 4.6rem;
    padding: 0 2rem;
}

.buy-nav-opt {
    margin-bottom: 1rem;
}

.cart-content,
.am-form-table-data-container,
.user-login-container,
.user-register-container,
.user-main,
.qrcode-pay {
    margin-top: 2.4rem;
}

.cart-table,
.address-container,
.buy-items,
.goods-group-list,
.buy-nav,
.form-table-content,
.form-table-operate-top,
.form-table-operate-bottom {
    background: #fff;
    border-radius: 1.2rem;
}

.cart-nav .am-container,
.nav-buy {
    border-radius: 1.2rem;
}

.user-login-container,
.user-register-container {
    min-height: auto !important;
    background: linear-gradient(135deg, #fbf4e8 0%, #eef7f2 100%) !important;
    padding: 4.8rem 0 !important;
}

.user-login-background-img-content,
.user-left-container {
    display: none !important;
}

.user-right-container,
.register-container {
    float: none !important;
    margin: 0 auto !important;
}

.tips-error,
.tips-success {
    padding: 7.2rem 0;
}

.tips-error > div,
.tips-success > div {
    background: #fff;
    border-radius: 1.2rem;
    padding: 4rem;
    border: 0.1rem solid rgba(23, 33, 29, 0.08);
}

@media only screen and (max-width: 1024px) {
    .edu-course-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .edu-detail-grid {
        grid-template-columns: 1fr;
    }
}

@media only screen and (max-width: 760px) {
    .edu-container {
        width: min(100% - 2.4rem, 118rem);
    }

    .edu-header-inner {
        min-height: auto;
        padding: 1.2rem 0;
        align-items: flex-start;
        flex-direction: column;
    }

    .edu-nav {
        width: 100%;
        justify-content: flex-start;
        overflow-x: auto;
        padding-bottom: 0.4rem;
    }

    .edu-header-actions,
    .edu-footer-inner,
    .buy-submit-container,
    .edu-search-form {
        width: 100%;
        align-items: stretch;
        flex-direction: column;
    }

    .edu-link-btn,
    .edu-solid-btn,
    .edu-primary-btn,
    .edu-secondary-btn {
        width: 100%;
    }

    .edu-page {
        padding: 2.4rem 0 4.8rem;
    }

    .edu-page-hero {
        padding: 2.4rem;
    }

    .edu-page-hero h1,
    .edu-section-title,
    .edu-detail-panel h1 {
        font-size: 2.6rem;
    }

    .edu-course-grid,
    .edu-detail-meta,
    .edu-payment-card,
    .edu-article-item,
    .edu-richtext .edu-content-lead,
    .edu-richtext .edu-feature-list {
        grid-template-columns: 1fr;
    }

    .edu-section-head-flat {
        display: block;
    }

    .edu-detail-placeholder {
        min-height: 24rem;
        padding: 2rem;
    }

    .edu-footer-inner > div:last-child {
        text-align: left;
    }

    .index-user-logininfo,
    .index-user-reginfo {
        overflow-x: hidden;
    }

    .index-user-logininfo .user-login-container,
    .index-user-reginfo .user-register-container {
        padding: 3.2rem 1.2rem !important;
    }

    .index-user-logininfo .user-login-container > .am-container,
    .index-user-reginfo .user-register-container > .am-container {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .index-user-logininfo .user-right-container,
    .index-user-reginfo .register-container {
        width: 100%;
        max-width: 38rem;
    }

    .index-user-logininfo .user-right-container > .am-background-white,
    .index-user-reginfo .register-container > .am-background-white {
        width: 100%;
        overflow: hidden;
    }

    .user-form-content-container {
        margin: 0;
        min-width: 0;
    }

    .user-form-content-container .am-tabs-bd,
    .user-form-content-container .am-tab-panel {
        min-width: 0;
    }

    .user-form-content-container form.am-form {
        padding: 1.8rem 1.6rem 0;
    }

    .user-register-content-container .agreement {
        line-height: 1.8;
    }

    .user-register-content-container .agreement label {
        margin-bottom: 0.2rem;
    }
}

/* 兴橙慧海 brand layer for inner pages */
body {
    background: #f7f8fb;
    color: #121826;
}

.edu-site-header {
    border-bottom-color: rgba(13, 39, 114, 0.1);
}

.edu-brand {
    min-width: 25rem;
    gap: 1.2rem;
    color: #0d2772 !important;
}

.edu-brand-logo {
    display: block;
    width: 12.8rem;
    height: auto;
    flex: 0 0 auto;
}

.edu-brand-text strong {
    color: #0d2772;
}

.edu-brand-text small {
    color: #6b7280;
}

.edu-brand-mark,
.edu-solid-btn,
.edu-primary-btn,
.am-btn-primary {
    background: #0d2772 !important;
    border-color: #0d2772 !important;
    box-shadow: 0 1rem 2.4rem rgba(13, 39, 114, 0.15);
}

.edu-nav a:hover,
.edu-link-btn:hover {
    color: #ff7212 !important;
}

.edu-secondary-btn {
    color: #0d2772 !important;
    border-color: rgba(13, 39, 114, 0.14);
}

.edu-page-hero,
.user-login-container,
.user-register-container {
    background: linear-gradient(135deg, rgba(13, 39, 114, 0.08) 0%, rgba(255, 114, 18, 0.08) 56%, #ffffff 100%) !important;
}

.edu-eyebrow,
.edu-course-tag {
    color: #ff7212;
}

.edu-page-hero h1,
.edu-section-title,
.edu-detail-panel h1,
.edu-richtext h2,
.edu-detail-note strong,
.edu-detail-service h3,
.edu-course-body h3,
.edu-empty-state h3 {
    color: #111827;
}

.edu-page-hero p,
.edu-section-desc,
.edu-course-body p,
.edu-detail-note p,
.edu-detail-service li,
.edu-empty-state p {
    color: #4b5563;
}

.edu-card,
.edu-course-card,
.edu-detail-card,
.edu-panel,
.am-background-white,
.user-content-body,
.register-container > .am-background-white,
.user-right-container > .am-background-white,
.qrcode-pay,
.edu-page-hero,
.edu-empty-state,
.cart-table,
.address-container,
.buy-items,
.goods-group-list,
.buy-nav,
.form-table-content,
.form-table-operate-top,
.form-table-operate-bottom,
.cart-nav .am-container,
.nav-buy,
.edu-detail-media img,
.edu-detail-placeholder,
.edu-richtext .edu-content-card,
.edu-richtext .edu-teacher-profile,
.edu-detail-note,
.edu-detail-service,
.edu-qrcode-box,
.edu-virtual-note,
.edu-article-item {
    border-radius: 0.8rem !important;
    border-color: rgba(13, 39, 114, 0.1);
}

.edu-detail-media .edu-course-poster,
.edu-course-cover.has-image img {
    background: #f8fafc;
}

.edu-detail-price,
.edu-course-bottom strong,
.price strong,
.nav-total-price {
    color: #ff7212 !important;
}

.edu-course-bottom a,
.separate-submit,
.buy-submit {
    background: #0d2772 !important;
    border-color: #0d2772 !important;
}

.edu-course-bottom a:hover,
.separate-submit:hover,
.buy-submit:hover {
    background: #ff7212 !important;
    border-color: #ff7212 !important;
}

.edu-course-actions button {
    color: #0d2772;
}

.edu-course-actions button.am-active {
    background: rgba(13, 39, 114, 0.08);
    border-color: #0d2772;
}

.edu-footer {
    background: #0d2772;
    border-top: 0.4rem solid #ff7212;
}

.edu-footer-logo {
    display: block;
    width: 15rem;
    height: auto;
}

@media only screen and (max-width: 1024px) {
    .edu-brand {
        min-width: 21rem;
    }

    .edu-brand-logo {
        width: 11.2rem;
    }
}

@media only screen and (max-width: 760px) {
    .edu-brand {
        min-width: 0;
        width: 100%;
    }

    .edu-brand-logo {
        width: 11.6rem;
    }

    .edu-brand-text strong {
        font-size: 1.5rem;
    }

    .edu-brand-text small {
        font-size: 1.1rem;
    }
}
