/*  
Theme Name: 简站主题For1b25tradeht1fd1-walkie-talkie
Theme URI: http://www.jianzhanpress.com
Description: 本主题为简站主题www.jianzhanpress.com定制.
Version: 1.0
Author: jianzhanpress.com
Author URI: http://www.jianzhanpress.com
*/
/* 产品详情卡片全局样式 */
.chem-spec-wrapper {
    max-width: 850px;
    margin: 30px auto;
    font-family: 'Inter', -apple-system, sans-serif;
    background: #fff;
    border-radius: 20px;
    border: 1px solid #eef2f6;
    box-shadow: 0 15px 35px rgba(0,0,0,0.05);
    overflow: hidden;
}

.chem-hero {
    background: #004a99;
    color: #fff;
    padding: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: center;
}

.chem-hero-title h2 {
    margin: 0 !important; /* 强制覆盖主题边距 */
    font-size: 32px;
    font-weight: 800;
    color: #fff;
}

.chem-hero-tagline {
    font-size: 15px;
    opacity: 0.8;
    margin-top: 10px;
    line-height: 1.4;
}

.chem-highlight-stats {
    display: flex;
    gap: 20px;
    justify-content: flex-end;
}

.stat-box {
    text-align: center;
    background: rgba(255,255,255,0.1);
    padding: 15px 20px;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.2);
}

.stat-value {
    display: block;
    font-size: 24px;
    font-weight: 800;
    color: #ffcc00;
}

.stat-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.9;
}

.chem-details {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 40px;
    padding: 40px;
}

.section-label {
    font-size: 14px;
    font-weight: 700;
    color: #004a99;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.section-label::after {
    content: "";
    height: 2px;
    flex-grow: 1;
    background: #f0f3f6;
}

.spec-table { width: 100%; }

.spec-row {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid #f8f9fa;
}

.spec-key { color: #64748b; font-weight: 500; font-size: 14px; }

.spec-val { color: #1e293b; font-weight: 600; font-size: 14px; text-align: right; }

.app-description { color: #475569; font-size: 15px; line-height: 1.7; }

.chem-notes {
    background: #f1f5f9;
    margin: 0 40px 40px;
    padding: 20px;
    border-radius: 12px;
    font-size: 13px;
    color: #64748b;
    border-left: 4px solid #004a99;
}

@media (max-width: 700px) {
    .chem-hero, .chem-details { grid-template-columns: 1fr; }
    .chem-highlight-stats { justify-content: flex-start; }
}