/* ============================================================
   jammer-page.css - High Power Drone Jammer Module Page Styles
   ============================================================ */

/* ----- Global Reset ----- */
/* ===== 修复父容器对全屏元素的限制 ===== */
.site-content,
.inside-article,
.grid-container,
#page,
.site {
    overflow: visible !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* 全屏区块统一重置边距 */
.hero-section,
.custom-section,
.products-section,
.tech-section,
.faq-section,
.article-section,
.contact-section {
    margin: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* 如使用 transform 方式，确保父容器不裁剪 */
.jammer-page {
    overflow: visible !important;
}
/* ===== 全屏突破通用样式 ===== */
.full-width-bg {
    width: 100vw;
    max-width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    box-sizing: border-box;
}

/* 应用到具体区块 */
.hero-section,
.custom-section,
.products-section,
.tech-section,
.faq-section,
.article-section,
.contact-section {
    /* 继承全屏样式，但每个区块可单独保留自己的背景和颜色设置 */
    width: 100vw;
    max-width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    box-sizing: border-box;
}
.jammer-page {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    color: #1a1a2e;
    line-height: 1.6;
    overflow-x: hidden;
}
.jammer-page * {
    box-sizing: border-box;
}
/* 确保内部容器居中 */
.jammer-page .container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

/* ----- Common ----- */
.section-title {
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin-bottom: 0.5rem;
    color: #0a0a1a;
}
.section-subtitle {
    font-size: 1.1rem;
    color: #555;
    max-width: 700px;
    margin-bottom: 2.5rem;
}
.text-center {
    text-align: center;
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.btn-primary {
    display: inline-block;
    background: #0066ff;
    color: #fff;
    font-weight: 600;
    padding: 14px 38px;
    border-radius: 40px;
    text-decoration: none;
    font-size: 1rem;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(0, 102, 255, 0.35);
}
.btn-primary:hover {
    background: #0052cc;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 102, 255, 0.45);
    color: #fff;
}
.btn-secondary {
    display: inline-block;
    background: transparent;
    color: #1a1a2e;
    font-weight: 600;
    padding: 14px 38px;
    border-radius: 40px;
    text-decoration: none;
    font-size: 1rem;
    border: 2px solid #1a1a2e;
    transition: all 0.3s ease;
    cursor: pointer;
}
.btn-secondary:hover {
    background: #1a1a2e;
    color: #fff;
}
.btn-outline-light {
    display: inline-block;
    background: transparent;
    color: #fff;
    font-weight: 600;
    padding: 12px 32px;
    border-radius: 40px;
    text-decoration: none;
    font-size: 0.95rem;
    border: 2px solid rgba(255, 255, 255, 0.5);
    transition: all 0.3s ease;
    cursor: pointer;
}
.btn-outline-light:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: #fff;
    color: #fff;
}

/* ----- 1. HERO ----- */
.hero-section {
    background-image: url(/wp-content/uploads/2026/08/High-Power-Drone-Jammer-Module-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    padding: 80px 0;
    min-height: 80vh;
    display: flex;
    align-items: center;
}
.hero-section::before {
    content: '';
    position: absolute;
    top: -30%;
    right: -10%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(0, 102, 255, 0.15) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}
.hero-section::after {
    content: '';
    position: absolute;
    bottom: -20%;
    left: -5%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(0, 200, 255, 0.08) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}
.hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 2;
}
.hero-content h1 {
    font-size: 3.4rem;
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.1;
    margin-bottom: 0.75rem;
}
.hero-content h1 span {
    color: #4a9eff;
}
.hero-content .hero-sub {
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.8);
    max-width: 540px;
    margin-bottom: 2rem;
    line-height: 1.7;
}
.hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
}
.hero-buttons .btn-secondary {
    border-color: rgba(255, 255, 255, 0.3);
    color: #fff;
}
.hero-buttons .btn-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #fff;
}
.hero-image {
    display: flex;
    justify-content: right;
    align-items: center;
    position: relative;
}
.hero-image .img-placeholder {
    width: 100%;
    aspect-ratio: 4/3;
    background: linear-gradient(145deg, #1e1e48, #2a2a5a);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
    position: relative;
    overflow: hidden;
}
.hero-image .img-placeholder .spectrum-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(90deg, #00c6ff, #0072ff, #a855f7, #ff6b6b);
    opacity: 0.25;
    border-radius: 0 0 20px 20px;
}
.hero-image .img-placeholder .module-icon {
    font-size: 4rem;
    z-index: 1;
    opacity: 0.6;
}
.hero-tag {
    display: inline-block;
    background: rgba(0, 102, 255, 0.2);
    border: 1px solid rgba(0, 102, 255, 0.3);
    color: #4a9eff;
    font-size: 0.8rem;
    font-weight: 600;
    padding: 4px 16px;
    border-radius: 30px;
    letter-spacing: 0.5px;
    margin-bottom: 1rem;
}

/* ----- 2. TRUST BAR ----- */
.trust-bar {
    background: #fff;
    padding: 32px 0;
    border-bottom: 1px solid #eee;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.03);
    position: relative;
    z-index: 3;
}
.trust-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 16px;
    text-align: center;
}
.trust-item {
    padding: 8px 4px;
}
.trust-item .icon {
    font-size: 1.8rem;
    display: block;
    margin-bottom: 4px;
}
.trust-item .label {
    font-size: 0.78rem;
    font-weight: 600;
    color: #1a1a2e;
    line-height: 1.3;
}
.trust-item .sub {
    font-size: 0.7rem;
    color: #777;
}

/* ----- 3. PRODUCT SERIES ----- */
.products-section {
    padding: 80px 0;
    background: #f8fafc;
}
.products-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 10px;
}
.product-card {
    background: #fff;
    border-radius: 20px;
    padding: 28px 24px 32px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    border: 1px solid #eee;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}
.product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.08);
    border-color: #d0d0e0;
}
.product-card .thumb {
    width: 100%;
    aspect-ratio: 16/10;
    background: #f0f2f8;
    border-radius: 12px;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.8rem;
    color: #aaa;
    background: linear-gradient(145deg, #f0f2f8, #e6e9f2);
}
.product-card .model {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0a0a1a;
    margin-bottom: 4px;
}
.product-card .desc {
    font-size: 0.9rem;
    color: #555;
    margin-bottom: 14px;
    flex: 1;
}
.product-card .params {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4px 16px;
    font-size: 0.82rem;
    color: #333;
    margin-bottom: 16px;
    background: #f8f9fc;
    padding: 12px 14px;
    border-radius: 10px;
}
.product-card .params span {
    display: flex;
    align-items: center;
    gap: 4px;
}
.product-card .params .p-label {
    color: #888;
    font-weight: 400;
}
.product-card .tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 18px;
}
.product-card .tags .tag {
    background: #eef3ff;
    color: #0066ff;
    font-size: 0.7rem;
    font-weight: 600;
    padding: 2px 12px;
    border-radius: 30px;
    letter-spacing: 0.3px;
}
.product-card .card-link {
    color: #0066ff;
    font-weight: 600;
    text-decoration: none;
    font-size: 0.9rem;
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.product-card .card-link:hover {
    text-decoration: underline;
}

/* ----- 4. COMPARISON TABLE ----- */
.compare-section {
    padding: 80px 0;
    background: #fff;
}
.compare-table-wrap {
    overflow-x: auto;
    margin-top: 10px;
    border-radius: 16px;
    border: 1px solid #eaeaef;
}
.compare-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9rem;
    min-width: 700px;
    margin-bottom: 0;
}
.compare-table th {
    background: #f2f4fb;
    font-weight: 700;
    color: #0a0a1a;
    padding: 16px 18px;
    text-align: left;
    border-bottom: 2px solid #ddd;
}
.compare-table td {
    padding: 14px 18px;
    border-bottom: 1px solid #eee;
    vertical-align: middle;
}
.compare-table tr:last-child td {
    border-bottom: none;
}
.compare-table .param-label {
    font-weight: 600;
    color: #1a1a2e;
    background: #f8f9fc;
}
.compare-table .highlight {
    background: #f0f7ff;
}
.compare-table .badge-custom {
    display: inline-block;
    background: #e6f0ff;
    color: #0066ff;
    font-size: 0.7rem;
    font-weight: 600;
    padding: 2px 12px;
    border-radius: 30px;
}
.compare-actions {
    margin-top: 24px;
    display: flex;
    justify-content: flex-end;
}

/* ----- 5. TECH ADVANTAGES ----- */
.tech-section {
    padding: 80px 0;
    background: #f8fafc;
}
.tech-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 10px;
}
.tech-item {
    background: #fff;
    padding: 28px 24px 30px;
    border-radius: 16px;
    border: 1px solid #eee;
    transition: all 0.3s ease;
}
.tech-item:hover {
    border-color: #b0c8ff;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.04);
}
.tech-item .icon {
    font-size: 2rem;
    margin-bottom: 12px;
    display: block;
}
.tech-item h4 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 6px;
    color: #0a0a1a;
}
.tech-item p {
    font-size: 0.92rem;
    color: #555;
    margin-bottom: 0;
}

/* ----- 6. APPLICATION SCENES ----- */
.scenes-section {
    padding: 80px 0;
    background: #fff;
}
.scenes-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 10px;
}
.scene-card {
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #eee;
    transition: all 0.3s ease;
    background: #fafbff;
}
.scene-card:hover {
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.05);
}
.scene-card .scene-img {
    width: 100%;
    aspect-ratio: 16/9;
    background: linear-gradient(145deg, #dce1f0, #c8cee0);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.6rem;
    color: #888;
}
.scene-card .scene-body {
    padding: 20px 24px 24px;
}
.scene-card .scene-body h4 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 4px;
}
.scene-card .scene-body p {
    font-size: 0.92rem;
    color: #555;
    margin-bottom: 0;
}
.scene-card .scene-body .rec {
    font-size: 0.82rem;
    color: #0066ff;
    background: #eef3ff;
    display: inline-block;
    padding: 4px 16px;
    border-radius: 30px;
    margin-top: 10px;
    font-weight: 500;
}

/* ----- 7. CUSTOMIZATION ----- */
.custom-section {
    padding: 80px 0;
    background-image: url(/wp-content/uploads/2026/08/CUSTOMIZATION-OEM-ODM.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
}
.custom-section .section-subtitle {
    color: rgba(255, 255, 255, 0.7);
}
.custom-section .section-title {
    color: #fff;
}
.custom-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 40px;
    margin: 30px 0 36px;
}
.custom-grid li {
    list-style: none;
    font-size: 1rem;
    display: flex;
    align-items: center;
    gap: 12px;
    color: rgba(255, 255, 255, 0.9);
    padding: 6px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.custom-grid li .icon {
    font-size: 1.3rem;
    flex-shrink: 0;
    width: 28px;
    text-align: center;
}
.custom-cta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    padding-top: 10px;
    justify-content: flex-end;
}
.custom-cta .btn-primary {
    background: #fff;
    color: #0a0a1a;
    box-shadow: 0 4px 20px rgba(255, 255, 255, 0.15);
}
.custom-cta .btn-primary:hover {
    background: #e6eaff;
    color: #0a0a1a;
    box-shadow: 0 8px 32px rgba(255, 255, 255, 0.25);
}
.custom-cta .note {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
}

/* ----- 8. FAQ ----- */
.faq-section {
    padding: 80px 0;
    background: #f8fafc;
}
.faq-list {
    max-width: 860px;
    margin: 10px auto 0;
}
.faq-item {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    margin-bottom: 12px;
    overflow: hidden;
    transition: all 0.2s ease;
}
.faq-item:hover {
    border-color: #d0d8e8;
}
.faq-item .q {
    padding: 18px 24px;
    font-weight: 700;
    font-size: 1rem;
    color: #0a0a1a;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fafbff;
    user-select: none;
}
.faq-item .q .arrow {
    font-size: 1.2rem;
    color: #888;
    transition: transform 0.3s ease;
}
.faq-item .q.active .arrow {
    transform: rotate(180deg);
}
.faq-item .a {
    padding: 0 24px 20px;
    color: #444;
    font-size: 0.95rem;
    line-height: 1.7;
    display: none;
}
.faq-item .a.open {
    display: block;
}

/* ----- ARTICLE SECTION (左对齐标题+标签，极简标签) ----- */
.article-section {
    padding: 60px 0;
    background: #fff;
}
.article-section .container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 20px;
}

/* 标题与标签行：左对齐，flex */
.article-header {
    display: flex;
    align-items: baseline;
    gap: 30px;
    flex-wrap: wrap;
    margin-bottom: 0;
}
.article-header .section-title {
    font-size: 2rem;
    font-weight: 700;
    margin: 0;
    color: #0a0a1a;
    text-align: left;
}

/* 标签组 - 极简文字样式 */
.article-tabs {
    display: flex;
    gap: 24px;
}
.article-tabs .tab {
    font-size: 1rem;
    font-weight: 500;
    color: #666;                /* 默认深灰 */
    cursor: pointer;
    padding: 4px 0;
    border-bottom: 2px solid transparent; /* 占位，hover 变色 */
    transition: all 0.2s ease;
    user-select: none;
    background: none;
    border-radius: 0;
}
.article-tabs .tab:hover,
.article-tabs .tab.active {
    color: #000;                /* 悬停/激活变黑 */
    border-bottom-color: #000;  /* 黑色下划线 */
}

/* 灰色分割线（位于标签下方） */
.article-divider {
    border-bottom: 1px solid #e0e0e0;
    margin: 8px 0 30px 0;
    width: 100%;
}

/* 文章网格保持不变 */
.article-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.article-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #eee;
    transition: transform 0.3s, box-shadow 0.3s;
}
.article-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
.article-card .article-thumb {
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #f0f2f8;
}
.article-card .article-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.article-card h4 {
    font-size: 1rem;
    margin: 12px 15px 6px;
    line-height: 1.3;
}
.article-card h4 a {
    text-decoration: none;
    color: #0a0a1a;
}
.article-card h4 a:hover {
    color: #0066ff;
}
.article-card p {
    font-size: 0.85rem;
    color: #666;
    margin: 0 15px 15px;
    line-height: 1.4;
}
.no-articles {
    text-align: center;
    color: #999;
    padding: 30px 0;
}

/* 响应式 */
@media (max-width: 1024px) {
    .article-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 768px) {
    .article-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    .article-tabs {
        gap: 16px;
    }
    .article-tabs .tab {
        font-size: 0.95rem;
    }
}
@media (max-width: 480px) {
    .article-grid {
        grid-template-columns: 1fr;
    }
    .article-tabs {
        flex-wrap: wrap;
        gap: 12px;
    }
}

/* ----- 9. INQUIRY / CONTACT ----- */
.contact-section {
    padding: 80px 0;
    background: #f8fafc;
}
.contact-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 50px;
    align-items: start;
    margin-top: 10px;
}
.contact-form-wrap {
    background: #f8fafc;
    padding: 36px 32px 40px;
    border-radius: 20px;
    border: 1px solid #eee;
}
.contact-form-wrap .form-group {
    margin-bottom: 18px;
}
.contact-form-wrap label {
    display: block;
    font-weight: 600;
    font-size: 0.85rem;
    margin-bottom: 4px;
    color: #1a1a2e;
}
.contact-form-wrap input,
.contact-form-wrap textarea,
.contact-form-wrap select {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #d0d4e0;
    border-radius: 10px;
    font-size: 0.95rem;
    background: #fff;
    transition: border 0.3s ease;
    font-family: inherit;
}
.contact-form-wrap input:focus,
.contact-form-wrap textarea:focus,
.contact-form-wrap select:focus {
    outline: none;
    border-color: #0066ff;
    box-shadow: 0 0 0 3px rgba(0, 102, 255, 0.1);
}
.contact-form-wrap textarea {
    min-height: 100px;
    resize: vertical;
}
.contact-form-wrap .btn-primary {
    width: 100%;
    justify-content: center;
    font-size: 1.05rem;
    padding: 16px;
}
.contact-info {
    padding-top: 10px;
}
.contact-info h3 {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}
.contact-info p {
    color: #555;
    margin-bottom: 1.5rem;
}
.contact-info .direct-channels {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.contact-info .direct-channels a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #1a1a2e;
    text-decoration: none;
    font-weight: 500;
    padding: 10px 16px;
    border-radius: 10px;
    background: #f0f2f8;
    transition: all 0.2s ease;
    width: fit-content;
}
.contact-info .direct-channels a:hover {
    background: #e6e9f2;
    color: #0066ff;
}
.contact-info .response-note {
    margin-top: 24px;
    padding: 16px 20px;
    background: #eef3ff;
    border-radius: 12px;
    color: #0044b3;
    font-weight: 500;
    border-left: 4px solid #0066ff;
}

/* ----- 表单消息提示样式 ----- */
.form-message.success {
    background: #d4edda !important;
    color: #155724 !important;
    padding: 12px 16px;
    border-radius: 8px;
    margin-bottom: 20px;
    border: 1px solid #c3e6cb;
}
.form-message.error {
    background: #f8d7da !important;
    color: #721c24 !important;
    padding: 12px 16px;
    border-radius: 8px;
    margin-bottom: 20px;
    border: 1px solid #f5c6cb;
}

/* ----- RESPONSIVE ----- */
@media (max-width: 1024px) {
    .trust-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .products-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .tech-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 768px) {
    .hero-grid {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }
    .hero-content .hero-sub {
        margin-left: auto;
        margin-right: auto;
    }
    .hero-buttons {
        justify-content: center;
    }
    .hero-content h1 {
        font-size: 2.4rem;
    }
    .hero-section {
        padding: 60px 0 50px;
        min-height: auto;
    }
    .hero-image .img-placeholder {
        max-width: 100%;
    }
    .trust-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }
    .trust-item .label {
        font-size: 0.7rem;
    }
    .products-grid {
        grid-template-columns: 1fr 1fr;
    }
    .product-card .params {
        grid-template-columns: 1fr;
    }
    .tech-grid {
        grid-template-columns: 1fr;
    }
    .scenes-grid {
        grid-template-columns: 1fr;
    }
    .custom-grid {
        grid-template-columns: 1fr;
    }
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .section-title {
        font-size: 1.8rem;
    }
    .compare-table {
        font-size: 0.8rem;
        min-width: 600px;
    }
    .compare-table th,
    .compare-table td {
        padding: 10px 12px;
    }
    .contact-form-wrap {
        padding: 24px 18px;
    }
}
@media (max-width: 480px) {
    .products-grid {
        grid-template-columns: 1fr;
    }
    .trust-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .hero-content h1 {
        font-size: 1.8rem;
    }
    .hero-buttons .btn-primary,
    .hero-buttons .btn-secondary {
        width: 100%;
        text-align: center;
        justify-content: center;
    }
}