.appearance-selector{display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap;margin:28px 0;font-family:Arial,sans-serif;font-size:.8rem;line-height:1.5}
.appearance-selector label{color:inherit}
.appearance-selector select,.appearance-selector button{font:inherit;max-width:100%;min-height:36px;padding:6px 10px;border:1px solid #62767b;border-radius:0;background:#fff;color:#182b32}
.appearance-selector button{cursor:pointer;background:#0a7f99;color:white;border-color:#0a7f99}
.appearance-selector :focus-visible{outline:2px solid #0a9cbc;outline-offset:3px}
@media print{.appearance-selector{display:none}}
