.sect { max-width: 720px; }
.sect-desc { margin: 0 0 16px; font-size: 14px; color: #5b6b56; }
.sect-tabs { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 16px; }
.sect-tab {
  padding: 8px 12px; font-size: 13px; font-weight: 700; border: 1px solid #d9e0d4; border-radius: 6px;
  background: #fff; cursor: pointer; color: #27331f;
}
.sect-tab-active { background: #19616a; border-color: #19616a; color: #fff; }
.sect-panel { display: flex; flex-direction: column; gap: 12px; }
.sect-panel label { display: flex; flex-direction: column; gap: 4px; font-size: 13px; font-weight: 700; color: #27331f; }
.sect-panel input, .sect-panel select { padding: 9px 11px; font-size: 14.5px; border: 1px solid #d9e0d4; border-radius: 6px; }
.sect-panel input:focus, .sect-panel select:focus { outline: 2px solid #19616a; outline-offset: 1px; }
.sect-row3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.sect-check-row { display: flex; flex-wrap: wrap; gap: 14px; }
.sect-check {
  flex-direction: row !important; align-items: center; gap: 6px !important; font-weight: 700;
}
.sect-check input[type="checkbox"] { width: auto; padding: 0; }
.sect-out { display: flex; flex-direction: column; gap: 8px; margin-top: 4px; }
.sect-cmd {
  display: flex; justify-content: space-between; align-items: center; gap: 10px; flex-wrap: wrap;
  padding: 10px 12px; background: #f3f4f8; border: 1px solid #d9e0d4; border-radius: 6px;
}
.sect-cmd code { font-family: ui-monospace, monospace; font-size: 13.5px; color: #19616a; font-weight: 700; }
.sect-cmd span { font-size: 12.5px; color: #5b6b56; }
.sect-hint { font-size: 12.5px; color: #5b6b56; margin: 4px 0 0; }
.sect-note { margin-top: 16px; font-size: 13px; color: #5b6b56; }

.sect-table-wrap { overflow-x: auto; border: 1px solid #d9e0d4; border-radius: 6px; }
.sect-table { width: 100%; border-collapse: collapse; font-size: 13px; background: #fff; }
.sect-table th, .sect-table td { padding: 10px 12px; text-align: left; border-bottom: 1px solid #d9e0d4; vertical-align: top; }
.sect-table th { background: #f3f4f8; color: #27331f; font-weight: 700; white-space: nowrap; }
.sect-table td { color: #27331f; }
.sect-table td:first-child, .sect-table td:nth-child(2) { font-weight: 700; white-space: nowrap; }
.sect-table tbody tr:last-child td { border-bottom: none; }
.sect-table tbody tr:hover { background: #f3f4f8; }
.sect-special-row td:first-child, .sect-special-row td:nth-child(2) { color: #5b6b56; }
.sect-special-tag {
  display: inline-block; margin-left: 6px; padding: 2px 6px; font-size: 10.5px; font-weight: 700;
  color: #5b6b56; background: #f3f4f8; border: 1px solid #d9e0d4; border-radius: 4px; white-space: normal;
}

@media (max-width: 480px) {
  .sect-row3 { grid-template-columns: 1fr; }
}
