/**
 * 주제별 스타일 (Theme Styles)
 */

/* =========================================
   정보/가이드 (Info)
   ========================================= */
.style-info h2 {
    color: #2563eb !important;
    border-color: #2563eb !important;
}
.style-info th {
    background: #eff6ff !important;
}

/* =========================================
   라이프스타일 (Lifestyle)
   ========================================= */
.style-lifestyle h2 {
    color: #059669 !important;
    border-color: #059669 !important;
}
.style-lifestyle th {
    background: #ecfdf5 !important;
}

/* =========================================
   비즈니스 (Business)
   ========================================= */
.style-business h2 {
    color: #1f2937 !important;
    border-color: #1f2937 !important;
}
.style-business th {
    background: #f3f4f6 !important;
}

/* =========================================
   음식/맛집 (Food)
   ========================================= */
.style-food h2 {
    color: #dc2626 !important;
    border-color: #dc2626 !important;
}
.style-food th {
    background: #fef2f2 !important;
}

/* =========================================
   여행 (Travel)
   ========================================= */
.style-travel h2 {
    color: #7c3aed !important;
    border-color: #7c3aed !important;
}
.style-travel th {
    background: #f5f3ff !important;
}

/* =========================================
   테크/IT (Tech)
   ========================================= */
.style-tech h2 {
    color: #0891b2 !important;
    border-color: #0891b2 !important;
}
.style-tech th {
    background: #ecfeff !important;
}
