/* Company display for modals (superuser edit mode */
.form-company-context {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    background: var(--surface, #fafbfc);
    border: 1px solid var(--border, #e2e8f0);
    border-inline-start: 3px solid var(--primary-color, #2d3748);
    border-radius: 8px;
    margin-bottom: 20px;
}

.form-company-context__icon {
    width: 16px;
    height: 16px;
    min-width: 16px;
    min-height: 16px;
    color: var(--text-secondary, #718096);
    flex-shrink: 0;
}

.form-company-context__content {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    gap: 6px;
}

.form-company-context__label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--text-secondary, #718096);
    font-weight: 500;
}

.form-company-context__name {
    font-size: 14px;
    font-weight: 600;
    color: var(--text-primary, #1a202c);
}
