/**
 * Template: members_bs5.twig
 *
 * WICHTIG: Diese Datei enthält NUR Layout-spezifische Styles!
 *
 * ERLAUBT:
 * ✅ Spaltenbreiten (width, min-width, max-width)
 * ✅ Spacing (padding, margin) falls page-specific
 * ✅ Positioning (position, top, left) falls page-specific
 *
 * VERBOTEN (gehört in bs5_table_shared_theme.css):
 * ❌ Farben (color, background-color, border-color)
 * ❌ Typografie (font-family, font-size, font-weight, line-height)
 * ❌ Visuelle Effekte (box-shadow, text-shadow, opacity)
 * ❌ Hover-Effekte
 *
 * Theme-Änderungen werden zentral in bs5_table_shared_theme.css verwaltet!
 * ====================================================================
 */

/* Spalten-spezifische Breiten */
.members-table th:nth-child(3),
.members-table td:nth-child(3) {
    min-width: 120px;
}

.members-table th:nth-child(4),
.members-table td:nth-child(4) {
    min-width: 140px;
}
