/* Section headers inside asset / profile forms */
.form-section-header {
    margin: 0 0 0.75rem;
    color: #2c3e50;
    border-bottom: 2px solid #3498db;
    padding-bottom: 0.5rem;
    font-size: 1.05rem;
    font-weight: 600;
}
.form-group label {
    display: block;
    margin-bottom: 0.25rem;
    font-weight: 500;
    font-size: 0.9rem;
}
