/* Additional styles for the config editor */
.config-section {
    margin-bottom: 2rem;
    padding: 1rem;
}

.config-section h4 {
    margin-top: 0;
    margin-bottom: 1rem;
    border-bottom: 3px solid var(--block-text-color);
    padding-bottom: 0.5rem;
}

.form-group-row, .form-group-column {
    margin-bottom: 1rem;
}

.form-group-row {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.form-group-row input, .form-group-row select {
    flex-grow: 1;
}

.form-group-column {
    padding: 1rem;
    margin-bottom: 1rem;
}

.headers-group {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #ddd;
}

.headers-group h5 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.header-row {
    margin-bottom: 0.5rem;
}

.accordion {
    margin-top: 1rem;
}

.accordion-toggle {
    width: 100%;
    text-align: left;
}

.accordion-content {
    padding: 1rem;
    border: 1px solid #ddd;
    border-top: none;
    margin-top: -8px;
    border-radius: 0 0 3px 3px;
}
