
.theme-switcher{margin:18px 8px 10px;padding:10px;text-align:center;border:1px solid #8a4d12;background:rgba(0,0,0,.12)}
.theme-switcher .theme-title{font-weight:bold;margin-bottom:6px}
.theme-switcher form{display:flex;gap:6px;justify-content:center;align-items:center;flex-wrap:wrap;margin:0}
.theme-switcher select{width:auto;min-width:190px;margin:0}
.theme-switcher button{width:auto;margin:0;padding:8px 14px}
body.theme-dark-gold .theme-switcher{background:linear-gradient(180deg,#17120b,#0b0a08);border-color:#7a5420;color:#ffcf66;border-radius:8px}
body.theme-classic-orange .theme-switcher{background:#d6d6d6;color:#242424}
