body {
    background-color: #0f111a;
    color: #ffffff;
    font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
    margin: 0;
    padding: 0;
}

body.doc-dark-gold {
    background: radial-gradient(circle at 76% 18%, rgba(212, 175, 55, 0.14), transparent 32%), radial-gradient(circle at 12% 72%, rgba(212, 175, 55, 0.08), transparent 28%), #0f111a;
    color: #f5f5f5;
    min-height: 100vh;
    overflow-x: hidden;
}

body.doc-dark-gold::before {
    content: '';
    position: fixed;
    inset: 0;
    z-index: -1;
    background-image: radial-gradient(rgba(255,255,255,0.35) 1px, transparent 1px), radial-gradient(rgba(212,175,55,0.35) 1px, transparent 1px);
    background-size: 48px 48px, 92px 92px;
    background-position: 0 0, 18px 26px;
    opacity: 0.18;
    pointer-events: none;
}

body.doc-dark-gold a {
    color: #d4af37;
}

body.doc-dark-gold a:hover {
    color: #f3e5ab;
    text-decoration: none;
}

body.doc-dark-gold #navbar {
    background: rgba(15, 17, 26, 0.95) !important;
    border-bottom: 1px solid rgba(212, 175, 55, 0.22);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.32);
    backdrop-filter: blur(12px);
}

body.doc-dark-gold #navbar .bg-blur {
    background: rgba(15, 17, 26, 0.95) !important;
}

body.doc-dark-gold #navbar::after {
    content: '';
    position: absolute;
    left: -18%;
    bottom: -1px;
    width: 18%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255,238,180,0.95), transparent);
    box-shadow: 0 0 10px rgba(245,222,151,0.75);
    animation: navbar-line-flow 4.5s linear infinite;
    pointer-events: none;
}

body.doc-dark-gold #navbar .layui-nav {
    background: transparent !important;
}

body.doc-dark-gold #navbar .layui-nav .layui-nav-item a,
body.doc-dark-gold #navbar .navRight a {
    color: rgba(255,255,255,0.82) !important;
    transition: color 0.3s ease;
}

body.doc-dark-gold #navbar .layui-nav .layui-nav-item a:hover,
body.doc-dark-gold #navbar .navRight a:hover {
    color: #d4af37 !important;
}

body.doc-dark-gold #navbar .layui-this::after,
body.doc-dark-gold .layui-nav-bar {
    background-color: #d4af37 !important;
}

body.doc-dark-gold .nav-menu {
    background: rgba(15, 17, 26, 0.95) !important;
    border-bottom: 1px solid rgba(212, 175, 55, 0.18);
}

body.doc-dark-gold .nav-menu .layui-icon {
    color: #d4af37 !important;
}

body.doc-dark-gold #leftbar {
    background: rgba(17, 19, 26, 0.96) !important;
    border-right: 1px solid rgba(212, 175, 55, 0.16);
    box-shadow: 14px 0 34px rgba(0,0,0,0.3);
    backdrop-filter: blur(12px);
}

body.doc-dark-gold .layui-tab-title {
    border-bottom-color: rgba(212, 175, 55, 0.16) !important;
}

body.doc-dark-gold .layui-tab-title li {
    color: rgba(255,255,255,0.66) !important;
}

body.doc-dark-gold .layui-tab-title .layui-this {
    color: #d4af37 !important;
}

body.doc-dark-gold .layui-tab-brief > .layui-tab-title .layui-this::after {
    border-bottom-color: #d4af37 !important;
}

body.doc-dark-gold .ztree li ul {
    background: rgba(10, 12, 20, 0.72) !important;
    border-left: 1px solid rgba(212, 175, 55, 0.12);
}

body.doc-dark-gold .ztree li a {
    color: rgba(255,255,255,0.82) !important;
    border-radius: 8px;
    transition: all 0.25s ease;
}

body.doc-dark-gold .ztree li a > span,
body.doc-dark-gold .ztree li a span.node_name {
    color: inherit !important;
}

body.doc-dark-gold .ztree li a::before {
    background: transparent !important;
}

body.doc-dark-gold .ztree li a:hover,
body.doc-dark-gold .ztree li a.curSelectedNode {
    color: #f3e5ab !important;
    background: rgba(212, 175, 55, 0.14) !important;
    border: 1px solid rgba(212, 175, 55, 0.24) !important;
}

body.doc-dark-gold .ztree li a.curSelectedNode::before,
body.doc-dark-gold .ztree li a:hover::before {
    background: rgba(212, 175, 55, 0.14) !important;
}

body.doc-dark-gold .ztree li a.curSelectedNode::after {
    background-color: #d4af37 !important;
}

body.doc-dark-gold #body {
    background: transparent !important;
}

body.doc-dark-gold #content_body {
    background: transparent !important;
}

body.doc-dark-gold #article-content {
    max-width: 1120px;
    margin: 34px auto;
    padding: 34px 38px;
    background: rgba(17, 19, 26, 0.88) !important;
    color: rgba(255,255,255,0.84) !important;
    border: 1px solid rgba(212, 175, 55, 0.16);
    border-radius: 20px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.03), 0 18px 42px rgba(0,0,0,0.32);
    backdrop-filter: blur(10px);
}

body.doc-dark-gold #article-content h1,
body.doc-dark-gold #article-content h2,
body.doc-dark-gold #article-content h3,
body.doc-dark-gold #article-content h4,
body.doc-dark-gold #article-content h5,
body.doc-dark-gold #article-content h6 {
    color: #ffffff !important;
    border-bottom-color: rgba(212, 175, 55, 0.16) !important;
}

body.doc-dark-gold #article-content h1 a,
body.doc-dark-gold #article-content h2 a,
body.doc-dark-gold #article-content h3 a,
body.doc-dark-gold #article-content h4 a,
body.doc-dark-gold #article-content h5 a,
body.doc-dark-gold #article-content h6 a {
    color: inherit !important;
}

body.doc-dark-gold #article-content h1 {
    background: linear-gradient(135deg, #ffffff 0%, #d4af37 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

body.doc-dark-gold #article-content p,
body.doc-dark-gold #article-content li,
body.doc-dark-gold #article-content td,
body.doc-dark-gold #article-content th {
    color: rgba(255,255,255,0.78) !important;
}

body.doc-dark-gold #article-content code {
    background: rgba(212, 175, 55, 0.1) !important;
    color: #f3e5ab !important;
    border: 1px solid rgba(212, 175, 55, 0.18);
    border-radius: 5px;
}

body.doc-dark-gold #article-content pre,
body.doc-dark-gold .syntaxhighlighter {
    background: rgba(10, 12, 20, 0.92) !important;
    border: 1px solid rgba(212, 175, 55, 0.14) !important;
    border-radius: 14px !important;
    box-shadow: 0 12px 28px rgba(0,0,0,0.24);
}

body.doc-dark-gold #article-content blockquote {
    color: rgba(255,255,255,0.72) !important;
    background: rgba(212, 175, 55, 0.08);
    border-left-color: #d4af37 !important;
}

body.doc-dark-gold #article-content table,
body.doc-dark-gold #article-content .markdown-body table {
    width: 100%;
    background: rgba(10, 12, 20, 0.76) !important;
    border-color: rgba(212, 175, 55, 0.18) !important;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 26px rgba(0,0,0,0.22);
}

body.doc-dark-gold #article-content table thead,
body.doc-dark-gold #article-content table tr,
body.doc-dark-gold #article-content .markdown-body table thead,
body.doc-dark-gold #article-content .markdown-body table tr {
    background: transparent !important;
}

body.doc-dark-gold #article-content table th,
body.doc-dark-gold #article-content .markdown-body table th {
    background: rgba(212, 175, 55, 0.18) !important;
    color: #f7e7aa !important;
    font-weight: 700 !important;
}

body.doc-dark-gold #article-content table td,
body.doc-dark-gold #article-content .markdown-body table td {
    background: rgba(15, 17, 26, 0.74) !important;
    color: rgba(255,255,255,0.82) !important;
}

body.doc-dark-gold #article-content table tr:nth-child(2n) td,
body.doc-dark-gold #article-content .markdown-body table tr:nth-child(2n) td {
    background: rgba(21, 24, 32, 0.82) !important;
}

body.doc-dark-gold #article-content table td,
body.doc-dark-gold #article-content table th,
body.doc-dark-gold #article-content .markdown-body table td,
body.doc-dark-gold #article-content .markdown-body table th {
    border-color: rgba(212, 175, 55, 0.15) !important;
}

body.doc-dark-gold .copyright {
    color: rgba(255,255,255,0.42) !important;
}

body.doc-dark-gold .left-show-hide {
    background: rgba(212, 175, 55, 0.95) !important;
    color: #0f111a !important;
    box-shadow: 0 8px 22px rgba(212, 175, 55, 0.22);
}

body.doc-dark-gold #mask {
    background: rgba(0,0,0,0.56) !important;
}

@media (max-width: 768px) {
    body.doc-dark-gold #article-content {
        margin: 18px 12px;
        padding: 24px 18px;
        border-radius: 16px;
    }
}

:root {
    --gold-primary: #d4af37;
    --gold-secondary: #f3e5ab;
    --dark-bg: #0f111a;
    --card-bg: #1a1d2b;
    --text-muted: #a0a0a0;
}

.navbar {
    background: rgba(15, 17, 26, 0.95) !important;
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(212, 175, 55, 0.2);
    padding: 10px 0;
    position: relative;
    overflow: hidden;
}

.navbar::after {
    content: '';
    position: absolute;
    left: -18%;
    bottom: -1px;
    width: 18%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255,238,180,0.95), transparent);
    box-shadow: 0 0 10px rgba(245,222,151,0.75);
    animation: navbar-line-flow 4.5s linear infinite;
    pointer-events: none;
}

@keyframes navbar-line-flow {
    0% { left: -18%; opacity: 0; }
    10% { opacity: 1; }
    90% { left: 100%; opacity: 1; }
    100% { left: 100%; opacity: 0; }
}

.navbar-nav {
    display: flex;
    align-items: center;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.nav-item {
    list-style: none !important;
}

.navbar-brand {
    display: flex !important;
    align-items: center !important;
    color: var(--gold-primary) !important;
    font-size: 28px;
    font-weight: 800;
    letter-spacing: 1px;
}

.navbar-logo {
    max-height: 50px !important;
    width: auto !important;
}

.navbar-sitename {
    display: inline-block !important;
}

.navbar-toggler {
    border: 1px solid rgba(212, 175, 55, 0.5) !important;
    padding: 5px 10px;
}

.navbar-toggler:focus {
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(212, 175, 55, 0.25);
}

.nav-link {
    color: rgba(255, 255, 255, 0.8) !important;
    margin: 0 10px;
    transition: color 0.3s;
    font-weight: 500;
}

.nav-link:hover {
    color: var(--gold-primary) !important;
}

/* Star Particles Background */
.star-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
    background: #0f111a;
}

.star {
    position: absolute;
    background: white;
    border-radius: 50%;
    opacity: 0.5;
    animation: twinkle var(--duration) infinite ease-in-out;
}

@keyframes twinkle {
    0%, 100% { opacity: 0.3; transform: scale(1); }
    50% { opacity: 1; transform: scale(1.2); }
}

/* Glowing Sphere */
.sphere-container {
    position: relative;
    width: 300px;
    height: 300px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sphere-main {
    width: 120px;
    height: 120px;
    background: radial-gradient(circle at 30% 30%, #f3e5ab, #d4af37 60%, #8a6d3b 100%);
    border-radius: 50%;
    box-shadow: 0 0 50px rgba(212, 175, 55, 0.6),
                inset -10px -10px 20px rgba(0,0,0,0.5);
    position: relative;
    z-index: 2;
}

.sphere-orbit {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(212, 175, 55, 0.1);
    border-radius: 50%;
    animation: rotate-orbit 20s linear infinite;
}

.sphere-orbit::after {
    content: '';
    position: absolute;
    top: -5px;
    left: 50%;
    width: 10px;
    height: 10px;
    background: var(--gold-primary);
    border-radius: 50%;
    box-shadow: 0 0 15px var(--gold-primary);
}

.sphere-glow {
    position: absolute;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(212, 175, 55, 0.2) 0%, transparent 70%);
    border-radius: 50%;
    animation: pulse-glow 4s infinite ease-in-out;
}

@keyframes rotate-orbit {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

@keyframes pulse-glow {
    0%, 100% { transform: scale(1); opacity: 0.5; }
    50% { transform: scale(1.3); opacity: 0.8; }
}

/* Floating Particles around Sphere */
.sphere-particle {
    position: absolute;
    width: 4px;
    height: 4px;
    background: var(--gold-primary);
    border-radius: 50%;
    box-shadow: 0 0 10px var(--gold-primary);
    animation: particle-float var(--p-duration) infinite linear;
}

@keyframes particle-float {
    from { transform: rotate(var(--p-angle)) translateX(var(--p-dist)) rotate(0deg); }
    to { transform: rotate(var(--p-angle)) translateX(var(--p-dist)) rotate(360deg); }
}

.hero-section {
    position: relative;
    z-index: 1;
    padding: 120px 0 90px;
    background: radial-gradient(ellipse at 70% 42%, rgba(212, 175, 55, 0.12) 0%, rgba(212, 175, 55, 0.07) 24%, rgba(212, 175, 55, 0.025) 48%, transparent 72%), linear-gradient(180deg, rgba(15, 17, 26, 0) 0%, rgba(15, 17, 26, 0.18) 58%, rgba(15, 17, 26, 0.72) 100%);
    margin-bottom: -28px;
}

.hero-title {
    font-size: 52px;
    font-weight: 800;
    margin-bottom: 25px;
    line-height: 1.2;
    background: linear-gradient(135deg, #ffffff 0%, #d4af37 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-subtitle {
    font-size: 18px;
    color: var(--text-muted);
    margin-bottom: 45px;
    line-height: 1.6;
}

.hero-btns .btn {
    padding: 12px 35px;
    font-size: 16px;
    border-radius: 8px;
    transition: all 0.3s;
}

.btn-gold {
    background: linear-gradient(135deg, #d4af37 0%, #c5a028 100%);
    color: #000 !important;
    border: none;
    font-weight: 600;
}

.btn-outline-gold {
    border: 1px solid var(--gold-primary);
    color: var(--gold-primary) !important;
    background: transparent;
    font-weight: 600;
}

.btn-outline-gold:hover {
    background: var(--gold-primary);
    color: #000 !important;
}

.stats-section {
    position: relative;
    z-index: 1;
    padding-top: 28px;
    background: linear-gradient(180deg, rgba(15, 17, 26, 0.72) 0%, rgba(15, 17, 26, 0.28) 42%, transparent 100%);
}

.stat-card {
    background: rgba(26, 29, 43, 0.42) !important;
    backdrop-filter: blur(12px) !important;
    border: 1px solid rgba(212, 175, 55, 0.1) !important;
    padding: 22px 16px !important;
    border-radius: 16px !important;
    text-align: center !important;
    transition: all 0.35s ease !important;
    box-shadow: 0 12px 28px rgba(0,0,0,0.35) !important;
    position: relative;
    overflow: hidden;
}

.stat-card::before,
.stat-card::after,
.payment-method-card::before,
.payment-method-card::after {
    content: none !important;
}

.stat-card:hover {
    transform: translateY(-6px) !important;
    border-color: rgba(212, 175, 55, 0.45) !important;
    background: rgba(26, 29, 43, 0.62) !important;
    box-shadow: 0 16px 34px rgba(212, 175, 55, 0.1) !important;
}

.stat-value {
    font-size: 26px;
    font-weight: bold;
    color: var(--gold-primary);
    margin-bottom: 8px;
}

.stat-label {
    color: var(--text-muted);
    font-size: 12px;
}

.section-title {
    text-align: center;
    margin-bottom: 60px;
}

.section-title h2 {
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
}

.section-title h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: var(--gold-primary);
}

/* Advantage Card Redesign */
.advantage-card {
    background: #11131a !important;
    padding: 30px 22px !important;
    border-radius: 20px !important;
    margin-bottom: 22px !important;
    min-height: 205px !important;
    height: 100% !important;
    border: 1px solid rgba(212, 175, 55, 0.14) !important;
    position: relative !important;
    overflow: hidden !important;
    transition: all 0.35s ease !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.03), 0 16px 34px rgba(0,0,0,0.28) !important;
}

.advantage-card:hover {
    border-color: rgba(212, 175, 55, 0.34) !important;
    background: #151820 !important;
    transform: translateY(-4px) !important;
}

.advantage-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 20px;
    padding: 1px;
    background: linear-gradient(90deg, rgba(212,175,55,0.16), rgba(245,222,151,0.7), rgba(212,175,55,0.16));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    pointer-events: none;
}

.glow-line {
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    overflow: hidden;
    z-index: 1;
}

.glow-line::before {
    content: '';
    position: absolute;
    width: 36%;
    height: 2px;
    left: -36%;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255,238,180,0.95), transparent);
    box-shadow: 0 0 12px rgba(245,222,151,0.75);
    animation: border-flow-top 4s linear infinite;
}

.glow-line::after {
    content: '';
    position: absolute;
    width: 36%;
    height: 2px;
    right: -36%;
    bottom: 0;
    background: linear-gradient(90deg, transparent, rgba(255,238,180,0.85), transparent);
    box-shadow: 0 0 12px rgba(245,222,151,0.6);
    animation: border-flow-bottom 4s linear infinite;
}

.glow-line span:first-child {
    position: absolute;
    width: 2px;
    height: 36%;
    right: 0;
    top: -36%;
    background: linear-gradient(180deg, transparent, rgba(255,238,180,0.9), transparent);
    box-shadow: 0 0 12px rgba(245,222,151,0.65);
    animation: border-flow-right 4s linear infinite;
}

.glow-line span:last-child {
    position: absolute;
    width: 2px;
    height: 36%;
    left: 0;
    bottom: -36%;
    background: linear-gradient(180deg, transparent, rgba(255,238,180,0.8), transparent);
    box-shadow: 0 0 12px rgba(245,222,151,0.55);
    animation: border-flow-left 4s linear infinite;
}

.advantage-card .advantage-icon::before,
.advantage-card .advantage-icon::after {
    content: none !important;
}

@keyframes border-flow-top {
    0% { left: -36%; opacity: 0; }
    8% { opacity: 1; }
    48% { left: 100%; opacity: 1; }
    49%, 100% { left: 100%; opacity: 0; }
}

@keyframes border-flow-bottom {
    0%, 50% { right: -36%; opacity: 0; }
    58% { opacity: 1; }
    98% { right: 100%; opacity: 1; }
    100% { right: 100%; opacity: 0; }
}

@keyframes border-flow-right {
    0%, 24% { top: -36%; opacity: 0; }
    32% { opacity: 1; }
    72% { top: 100%; opacity: 1; }
    73%, 100% { top: 100%; opacity: 0; }
}

@keyframes border-flow-left {
    0%, 74% { bottom: -36%; opacity: 0; }
    82% { opacity: 1; }
    100% { bottom: 100%; opacity: 1; }
}

.advantage-icon,
.advantage-title,
.advantage-desc,
.stat-value,
.stat-label,
.payment-icon-wrapper,
.payment-method-name {
    position: relative;
    z-index: 2;
}

.advantage-icon {
    width: 54px !important;
    height: 54px !important;
    min-width: 54px !important;
    background: radial-gradient(circle at center, #2a2418 0%, #101217 100%) !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
    font-size: 23px !important;
    color: var(--gold-primary) !important;
    margin-bottom: 18px !important;
    box-shadow: 0 0 0 6px rgba(212,175,55,0.07), inset 0 0 14px rgba(212, 175, 55, 0.18) !important;
    border: 1px solid rgba(212, 175, 55, 0.28) !important;
}

.advantage-title {
    font-size: 18px !important;
    font-weight: 700 !important;
    margin-bottom: 10px !important;
    color: #ffffff !important;
}

.advantage-desc {
    color: var(--text-muted) !important;
    line-height: 1.55 !important;
    font-size: 13px !important;
    margin-bottom: 0 !important;
}

.footer {
    background: linear-gradient(180deg, rgba(10, 12, 20, 0.86) 0%, #0a0c14 22%, #0a0c14 100%);
    padding: 52px 0 30px;
    border-top: 1px solid rgba(212, 175, 55, 0.035);
    margin-top: -18px;
    position: relative;
    z-index: 1;
}

.footer-content {
    color: var(--text-muted);
}

.footer-links a {
    color: var(--text-muted);
    text-decoration: none;
    margin: 0 10px;
    transition: color 0.3s;
}

.footer-links a:hover {
    color: var(--gold-primary);
}

.section-subtitle {
    text-align: center !important;
    color: #a0a0a0 !important;
    margin-top: -45px !important;
    margin-bottom: 50px !important;
    font-size: 16px !important;
    display: block !important;
}

.payment-section {
    position: relative;
    z-index: 1;
    padding-bottom: 88px !important;
    background: linear-gradient(180deg, transparent 0%, rgba(15, 17, 26, 0.45) 50%, rgba(10, 12, 20, 0.9) 100%);
}

.payment-methods-grid {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 20px !important;
    margin-top: 50px !important;
}

.payment-method-card {
    background: rgba(26, 29, 43, 0.8) !important;
    border: 1px solid rgba(212, 175, 55, 0.2) !important;
    border-radius: 12px !important;
    padding: 20px 8px !important;
    text-align: center !important;
    transition: all 0.3s ease !important;
    width: 120px !important;
    margin-bottom: 10px !important;
    position: relative !important;
    overflow: hidden !important;
}

.payment-method-card .glow-line {
    border-radius: 12px;
}

.stat-card .glow-line {
    border-radius: 16px;
}

.payment-method-card:hover {
    background: rgba(212, 175, 55, 0.1) !important;
    border-color: rgba(212, 175, 55, 0.6) !important;
    transform: translateY(-5px) !important;
}

.payment-icon-wrapper {
    width: 46px !important;
    height: 46px !important;
    background: radial-gradient(circle at center, #2a2418 0%, #1a1d2b 100%) !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 auto 12px !important;
    font-size: 18px !important;
    color: #d4af37 !important;
    box-shadow: inset 0 0 10px rgba(212, 175, 55, 0.3) !important;
}

.payment-method-name {
    color: #d4af37 !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    display: block !important;
}
