/* 推荐问题样式覆盖 - 浅绿色主题 */
.recommended-question {
    border: 2px solid #4ade80 !important;
    background: linear-gradient(135deg, #f0fdf4 0%, #fff 100%) !important;
    box-shadow: 0 4px 12px rgba(74, 222, 128, 0.15) !important;
}

.recommended-badge {
    background: linear-gradient(135deg, #4ade80 0%, #22c55e 100%) !important;
    color: white !important;
    box-shadow: 0 2px 4px rgba(74, 222, 128, 0.3) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 32px !important;
    min-height: 24px !important;
}

.recommended-badge i {
    color: white !important;
} 