/* customize-card-area 텍스트 색상 오버라이드 - 밝은 배경용 */
.customize-card-area h2,
.customize-card-area h3,
.customize-card-area h4,
.customize-card-area h6,
.customize-card-area p {
    color: #1f1f1f !important;
}

/* 섹션 타이틀 */
.customize-card-area .section-title h2,
.customize-card-area .section-title h3 {
    color: #1f1f1f !important;
}

.customize-card-area .section-title p.deco_subtitle {
    color: #fff !important;
}

/* 특별 색상 클래스들 */
.customize-card-area .mt_color6,
.customize-card-area h3 .mt_color6 {
    color: #3498db !important;
}

.customize-card-area .mt_color7,
.customize-card-area h2 .mt_color7,
.customize-card-area h3 .mt_color7 {
    color: #2ecc71 !important;
}

/* 장식 텍스트 */
.customize-card-area .t_deco {
    background: #f0f0f0 !important;
    color: #1f1f1f !important;
    font-weight: 700;
    padding: 2px 6px;
    border-radius: 4px;
    display: inline-block;
}

/* 부제목 */
.customize-card-area .deco_subtitle {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    color: #fff !important;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 20px;
}

/* 할인 혜택 텍스트 */
.customize-card-area .feature-card-widget-r + p {
    color: #333 !important;
    font-weight: 700;
}

/* 특약사항 안내 */
.customize-card-area .mt_color5 {
    color: #999 !important;
}

/* 배경색 */
.customize-card-area {
    background-color: #f5f7fa !important;
}

/* 모든 p 태그 강제 오버라이드 */
.customize-card-area p.text-center {
    color: #333 !important;
}

/* 할인 혜택 이름들 */
.customize-card-area .text-26.fw-700 {
    color: #333 !important;
}