/* Abas (.tabs-nav/.tab-btn) ficam em components.css — compartilhadas com Auditoria. */

.config-content {
    flex: 1;
    min-height: 0;
    display: flex;
    flex-direction: column;
}

.config-panel {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 0;
    background-color: var(--c-surface);
    border: 1px solid var(--c-border);
    border-radius: var(--radius-md);
    overflow: hidden;
}

.config-panel .panel-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: var(--space-sm) var(--space-md);
    background-color: var(--c-surface-alt);
    border-bottom: 1px solid var(--c-border);
    flex-shrink: 0;
}

.config-panel .panel-title {
    font-size: 1.05rem;
    font-weight: 500;
    margin: 0;
}

.config-panel .panel-body {
    flex: 1;
    min-height: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: var(--space-md);
}

.filter-inline {
    display: flex;
    align-items: center;
    gap: var(--space-sm);
}

.filter-inline label {
    font-size: 0.82rem;
    font-weight: 500;
    color: var(--c-text-secondary);
    white-space: nowrap;
}

.filter-inline select {
    padding: 6px 10px;
    border: 1px solid var(--c-border-strong);
    border-radius: var(--radius-sm);
    font-size: 0.9rem;
    font-family: inherit;
    background-color: var(--c-surface);
    color: var(--c-text-primary);
}

.grupo-logo-thumb {
    width: 32px;
    height: 32px;
    object-fit: contain;
    border-radius: var(--radius-sm);
    background-color: var(--c-surface-alt);
}

.status-cor-pill {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid var(--c-border-strong);
}

.grupo-logo-preview {
    width: 64px;
    height: 64px;
    object-fit: contain;
    border-radius: var(--radius-sm);
    background-color: var(--c-surface-alt);
    border: 1px solid var(--c-border);
}
