.website-colors fieldset { border:0; padding:0; margin:0; min-width:0; }
.website-colors label { display:block; font-weight:600; margin:12px 0 6px; }
.website-colors select { width:100%; max-width:420px; padding:10px; }
.website-colors-choice { display:flex; align-items:center; flex-wrap:wrap; gap:12px; margin:16px 0; }
.website-colors-choice label { margin:0; }
.website-colors-choice input[type=color] { width:58px; height:42px; padding:2px; }
.website-colors-choice input[type=text] { width:110px; padding:10px; }
.website-colors-preview { overflow:hidden; max-width:520px; margin:18px 0; border:1px solid var(--border); border-radius:6px; color:var(--ink); background:var(--paper); }
.website-colors-band { padding:22px; background:var(--forest); color:white; font-size:20px; }
.website-colors-body { padding:22px; }
.website-colors-body p { color:var(--muted); }
.website-colors-button { display:inline-block; padding:10px 18px; background:var(--forest); color:white; border-radius:3px; }
.website-colors-actions { display:flex; gap:12px; flex-wrap:wrap; }
@media(max-width:500px) { .website-colors-choice { gap:10px; } .website-colors-choice label { flex-basis:100%; } }
