.pw-settings { margin-bottom: 12px; }
.pw-settings > p { margin-bottom: 8px; }
.pw-top-row { display: flex; align-items: center; gap: 6px; flex-wrap: wrap; }
.pw-top-row label { font-weight: bold; font-size: 13px; }
.pw-top-row input[type="number"] { width: 70px; text-align: center; padding: 4px 6px; }
.pw-chars { display: flex; flex-wrap: wrap; gap: 8px 20px; margin-bottom: 12px; padding: 10px 12px; background: #f8f8f8; border: 1px solid #e0e0e0; border-radius: 4px; }
.pw-chars label { display: flex; align-items: center; gap: 5px; font-size: 13px; cursor: pointer; white-space: nowrap; }
.pw-custom-row { display: flex; align-items: center; gap: 6px; font-size: 13px; flex-wrap: wrap; }
.pw-custom-row input[type="text"] { width: 160px; font-family: monospace; }
.pw-warn { color: #c0392b; font-size: 12px; margin-top: 6px; display: none; }
#passwd { font-family: monospace; width: 100%; box-sizing: border-box; border: 1px solid #aaa; }
