.system-selections { display: grid; gap: 12px; }
.system-selection { min-width: 0; margin: 0; padding: 12px; border: 1px solid #dedede; border-radius: 10px; }
.system-selection legend { padding: 0 6px; color: #626262; font-size: 13px; font-weight: 600; }
.system-selection__fields { display: grid; grid-template-columns: 1fr 1.2fr; gap: 10px; }
.system-selection__fields .field { margin-bottom: 0; min-width: 0; }
.system-selection__actions, .system-buttons, .system-options__list { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }
.system-selection__actions { justify-content: space-between; margin-top: 8px; }
.system-selection__actions .check { font-size: 12px; }
.system-buttons { margin: 12px 0 20px; }
.system-options { padding: 0; border: 0; }
.system-options__list { gap: 12px 18px; margin-bottom: 8px; }
.system-table-wrap { overflow-x: auto; max-width: 100%; margin-top: 10px; }
.system-table-wrap .table { min-width: 360px; font-size: 12px; }
@media (max-width: 380px) { .system-selection__fields { grid-template-columns: 1fr; } }
