/* === 1. 布局容器 === */
.auras-expander-section {
    margin-top: 4em;    
    margin-bottom: 2.5em; 
    width: 100%;
    clear: both;
}

/* === 2. 标题样式 === */
.expander-title {
    font-size: 2em; 
    text-align: center;
    margin-top: 1.2em; 
    font-weight: 600;
    line-height: 1.2;
    color: var(--color-heading, #111);
}

/* === 3. 时区胶囊 === */
.auras-timezone-wrapper {
    text-align: center;
    margin-top: 2em; 
    margin-bottom: 2.5em; 
}

.auras-timezone-pill {
    display: inline-flex;
    align-items: center;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 50px;
    padding: 8px 24px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    font-size: 0.9rem;
    color: #444;
}

.pill-item { display: flex; align-items: center; gap: 6px; }
.pill-item.status.status-open { color: #2e7d32; font-weight: 600; }
.pill-item.status.status-closed { color: #f57c00; font-weight: 600; }
.pill-sep { width: 1px; height: 16px; background: #ddd; margin: 0 15px; }

/* 中国时间特殊强调 */
.china-time strong {
    color: #111; /* 更黑 */
    font-weight: 800;
}

/* === 4. 正文与商品 === */
.auras-text-content { line-height: 1.8; }
.auras-products-section { margin: 4em 0; }
.product-title { font-size: 1.8em; margin-bottom: 1.5em; }
.auras-view-all { text-align: center; margin-top: 40px; }

/* === 5. 底部 SEO === */
.footer-text { font-size: 0.95em; color: #666; }
.auras-divider { margin: 0 auto 30px; width: 60px; border-top: 2px solid #e0e0e0; }

/* === 6. 城市入口聚合页 === */
.auras-city-index {
    max-width: 1120px;
    margin: 0 auto 4em;
    padding: 28px 16px;
}

.auras-city-index-header {
    max-width: 820px;
    margin: 0 auto 32px;
    text-align: center;
}

.auras-city-index-eyebrow {
    display: inline-flex;
    margin-bottom: 10px;
    border: 1px solid #e2e2e2;
    border-radius: 999px;
    padding: 4px 12px;
    color: #586750;
    background: #fff;
    font-size: 0.82rem;
    font-weight: 600;
    line-height: 1.4;
}

.auras-city-index-header h1 {
    margin: 0 0 12px;
    font-size: 2rem;
    line-height: 1.25;
}

.auras-city-index-header p {
    margin: 0;
    color: #555;
    line-height: 1.7;
}

.auras-city-index-summary {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-top: 18px;
}

.auras-city-index-summary span {
    border: 1px solid #ebebeb;
    border-radius: 8px;
    padding: 7px 10px;
    color: #444;
    background: #fafafa;
    font-size: 0.9rem;
    line-height: 1.3;
}

.auras-city-index-section {
    margin: 36px 0;
}

.auras-city-section-heading {
    max-width: 760px;
    margin-bottom: 18px;
}

.auras-city-section-heading h2 {
    margin: 0 0 6px;
    font-size: 1.35rem;
    line-height: 1.35;
}

.auras-city-section-heading p {
    margin: 0;
    color: #666;
    line-height: 1.6;
}

.auras-city-popular-list,
.auras-city-letter-group ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.auras-city-popular-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.auras-city-popular-list a {
    display: block;
    border: 1px solid #e7e7e7;
    border-radius: 8px;
    padding: 15px 14px;
    color: #222;
    text-decoration: none;
    background: #fff;
    line-height: 1.4;
    box-shadow: 0 1px 0 rgba(0,0,0,0.03);
}

.auras-city-popular-list a:hover {
    border-color: #cfcfcf;
    background: #fafafa;
}

.auras-city-card-name,
.auras-city-card-label {
    display: block;
}

.auras-city-card-name {
    font-weight: 600;
    color: #111;
}

.auras-city-card-label {
    margin-top: 4px;
    color: #666;
    font-size: 0.86rem;
}

.auras-city-letter-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 22px;
}

.auras-city-letter-nav a {
    min-width: 36px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    padding: 6px 8px;
    text-align: center;
    color: #333;
    text-decoration: none;
    background: #fff;
}

.auras-city-alpha-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.auras-city-letter-group {
    border-top: 1px solid #ececec;
    padding-top: 14px;
}

.auras-city-letter-group h3 {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    margin: 0 0 12px;
    font-size: 1.1rem;
}

.auras-city-letter-group h3 small {
    color: #777;
    font-size: 0.78rem;
    font-weight: 400;
}

.auras-city-letter-group ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.auras-city-letter-group a {
    display: inline-flex;
    border: 1px solid #e7e7e7;
    border-radius: 999px;
    padding: 6px 10px;
    color: #222;
    text-decoration: none;
    background: #fff;
    line-height: 1.35;
    font-size: 0.94rem;
}

.auras-city-letter-group a:hover {
    border-color: #cfcfcf;
    background: #fafafa;
}

/* === 6. 移动端适配 (重点修改) === */
/* === 6. 移动端适配 (重点修改) === */
@media (max-width: 768px) {
    /* --- 1. 核心：极限压缩顶部的 SEO 灰色卡片 --- */
    .auras-expander-section.top-section {
        margin-top: 1.2em !important; /* 把原来巨大的 4em 砍掉 */
        margin-bottom: 1em !important;
        padding: 12px 10px !important; /* 强行覆盖 PHP 里写死的 padding */
    }

    /* 压缩大标题 */
    .expander-title { 
        font-size: 1.4em !important; /* 稍微缩小一点 */
        margin-top: 0 !important; 
        margin-bottom: 6px !important;
    }

    /* 压缩真摘要文字，并干掉 wpautop 自带的 p 标签边距 */
    .auras-hero-excerpt {
        font-size: 13px !important;
        margin-bottom: 5px !important;
        line-height: 1.35 !important;
    }
    .auras-hero-excerpt p {
        margin: 0 !important; 
    }

    /* --- 2. 以下是你原有的时区胶囊样式（保持不变） --- */
    .auras-timezone-wrapper {
        margin-top: 1em; /* 稍微拉近一点时区胶囊的距离 */
        margin-bottom: 0.5em;
    }
    .auras-timezone-pill {
        display: flex;
        flex-direction: column;
        gap: 8px; 
        border-radius: 12px;
        padding: 12px; /* 稍微收缩胶囊内边距 */
        width: 100%;
    }

    /* 隐藏分割线 */
    .pill-sep, .mobile-hide { display: none; }

    .pill-item { 
        margin: 2px 0; 
        justify-content: center; 
        width: 100%; 
    }

    /* 手机端排序调整：状态 -> 中国时间 -> 当地时间 */
    .pill-item.status { order: 1; }
    .pill-item.china-time { 
        order: 2; 
        background-color: #f9f9f9; 
        border-radius: 6px;
        padding: 6px 0;
        width: 100%;
        color: #000;
    }
    .pill-item.local-time { 
        order: 3; 
        color: #888; 
        font-size: 0.85em; 
    }

    .auras-city-index {
        padding: 12px 10px;
    }

    .auras-city-index-header {
        margin-bottom: 24px;
        text-align: left;
    }

    .auras-city-index-header h1 {
        font-size: 1.55rem;
    }

    .auras-city-index-summary {
        justify-content: flex-start;
    }

    .auras-city-index-summary span {
        width: 100%;
    }

    .auras-city-section-heading {
        margin-bottom: 14px;
    }

    .auras-city-alpha-list {
        grid-template-columns: 1fr;
    }

    .auras-city-popular-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .auras-city-popular-list a {
        padding: 12px 10px;
    }

    .auras-city-letter-nav {
        gap: 6px;
    }

    .auras-city-letter-nav a {
        min-width: 32px;
        padding: 5px 7px;
    }
}
