/**
 * Häufige Fehler Styles
 * Prefix: aca-hf-
 */

/* Overlay inner */
.aca-hf-overlay-inner {
    padding: 0;
}

.aca-hf-overlay-inner h2 {
    color: #1a243b;
    margin: 0 0 8px;
    font-size: 26px;
}

.aca-hf-overlay-inner h3 {
    color: #88b441;
    margin: 0 0 20px;
    font-size: 24px;
}

/* Liste */
.aca-hf-liste {
    margin: 16px 0 20px;
}

.aca-hf-item {
    margin-bottom: 8px;
}

.aca-hf-item h4 {
    color: #1a243b;
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 12px;
    letter-spacing: 0.3px;
}

/* Sections */
.aca-hf-section {
    margin-bottom: 10px;
    line-height: 1.7;
    font-size: 14px;
}

.aca-hf-section strong {
    color: #1a243b;
    display: block;
    margin-bottom: 4px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.aca-hf-section p {
    margin: 0 0 6px;
}

.aca-hf-section p:last-child {
    margin-bottom: 0;
}

/* Problem box */
.aca-hf-problem {
    background: #fff5f5;
    padding: 12px 15px;
    border-left: 4px solid #dc3545;
    border-radius: 4px;
}

/* Lösung box */
.aca-hf-loesung {
    background: #f0f9f0;
    padding: 12px 15px;
    border-left: 4px solid #88b441;
    border-radius: 4px;
}

/* Divider */
.aca-hf-divider {
    height: 1px;
    background: #e0e0e0;
    margin: 20px 0;
}

/* Hub button - matches interview-widget button styles */
.aca-hf-hub-btn {
    padding: 14px 28px !important;
    font-size: 16px !important;
    border-radius: 4px !important;
    transition: all 0.2s;
}
.aca-hf-hub-btn:hover {
    background: #9a532a !important;
    transform: translateY(-1px);
}

/* Responsive */
@media (max-width: 768px) {
    .aca-hf-item h4 {
        font-size: 13px;
    }
    
    .aca-hf-problem,
    .aca-hf-loesung {
        padding: 10px 12px;
    }
}
