.explorer-toolbar { flex-wrap: wrap; }
.service-select-group { display: grid; grid-template-columns: repeat(3, minmax(165px, 1fr)); gap: 8px; width: 100%; padding-top: 2px; }
.service-select { display: flex; flex-direction: column; gap: 5px; min-width: 0; color: var(--muted); font: 700 .59rem Manrope, sans-serif; letter-spacing: .08em; text-transform: uppercase; }
.service-select select { width: 100%; min-width: 0; height: 34px; padding: 0 28px 0 9px; overflow: hidden; color: var(--ink); text-overflow: ellipsis; white-space: nowrap; background: var(--panel-solid); border: 1px solid var(--line); border-radius: 5px; outline: 0; font: 600 .7rem "DM Sans", sans-serif; letter-spacing: 0; text-transform: none; }
.service-select select:hover, .service-select select:focus-visible { border-color: var(--aqua); box-shadow: 0 0 0 3px rgba(103, 222, 201, .12); }
.service-select select:disabled { cursor: not-allowed; opacity: .55; }
.service-select option { color: #172a30; background: #ffffff; }
@media (max-width: 780px) { .service-select-group { grid-template-columns: 1fr; } }
