.rett-utility-bar { background: var(--rett-utility-bg); color: var(--rett-utility-text); font-size: 12px; line-height: 1.25; }
.rett-utility-bar__inner { align-items: center; display: flex; justify-content: space-between; min-height: 34px; padding-block: 5px; }
.rett-utility-bar__message { font-weight: 650; letter-spacing: .01em; margin: 0; }
.rett-utility-bar__message::before { background: #4ade80; border-radius: 50%; box-shadow: 0 0 0 4px rgba(74,222,128,.13); content: ""; display: inline-block; height: 7px; margin-right: 9px; vertical-align: 1px; width: 7px; }
.rett-utility-bar__selectors form { align-items: center; display: flex; gap: 10px; }
.rett-utility-bar__field { position: relative; }
.rett-utility-bar__field select { appearance: none; background: transparent; border: 0; color: inherit; cursor: pointer; font: inherit; max-width: 190px; min-height: 22px; padding: 2px 16px 2px 2px; }
.rett-utility-bar__field::after { border-bottom: 1px solid currentColor; border-right: 1px solid currentColor; content: ""; height: 5px; pointer-events: none; position: absolute; right: 3px; top: 7px; transform: rotate(45deg); width: 5px; }
.rett-utility-bar__field option { color: #1a2738; }
@media (max-width: 749px) { .rett-utility-bar__inner { justify-content: center; } .rett-utility-bar__message { display: none; } .rett-utility-bar__field select { max-width: 145px; } }
