/* ============================================================
   钦管家 qgj999.cn - GEO 页面摘要样式
   品牌色：深蓝 #1a3a5c / 金色 #c8a45c
   ============================================================ */

/* ===== GEO 页面摘要栏（紧凑版，供搜索引擎摘要） ===== */
.geo-summary {
    background: linear-gradient(135deg, #fdfaf3 0%, #f7f1e4 100%);
    border-bottom: 1px solid #ece2cd;
    padding: 0;   /* 覆盖全局 section { padding: 80px 0 } */
    margin: 0;
}
.geo-summary .geo-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #7a6a45;
    line-height: 1.35;
}
.geo-summary .geo-icon {
    color: #c8a45c;
    flex-shrink: 0;
    font-size: 13px;
}
.geo-summary .geo-label {
    color: #1a3a5c;
    font-weight: 600;
    font-size: 14px;
    white-space: nowrap;
    flex-shrink: 0;
    letter-spacing: .3px;
}
.geo-summary .geo-text {
    margin: 0;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
}
@media (max-width: 640px) {
    .geo-summary .geo-inner {
        padding: 0 16px;
        font-size: 13px;
        gap: 6px;
    }
    .geo-summary .geo-label,
    .geo-summary .geo-text {
        font-size: 13px;
    }
}
