/**
 * Bearbeitungshinweise Persönlichkeitstests
 * Prefix: aca-bhp-
 */

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

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

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

/* Content */
.aca-bhp-content {
    margin: 16px 0 20px;
}

/* Sections */
.aca-bhp-section {
    margin-bottom: 28px;
}

.aca-bhp-section h4 {
    color: #1a243b;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 12px;
}

.aca-bhp-section p {
    line-height: 1.7;
    margin: 0 0 14px;
    color: #333;
    font-size: 14px;
}

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

.aca-bhp-section p strong {
    color: #1a243b;
    font-weight: 600;
}

/* Highlighted Section (green) */
.aca-bhp-highlight {
    background: #f0f9f0;
    padding: 20px;
    border-left: 4px solid #88b441;
    border-radius: 4px;
}

/* Tipp Section (yellow) */
.aca-bhp-tipp {
    background: #fff9e6;
    padding: 20px;
    border-left: 4px solid #e6a817;
    border-radius: 4px;
}

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

/* Responsive */
@media (max-width: 768px) {
    .aca-bhp-section h4 {
        font-size: 14px;
    }
    
    .aca-bhp-highlight,
    .aca-bhp-tipp {
        padding: 15px;
    }
}
