.catalog-location-panel{display:grid;gap:12px;background:#fff;border:1px solid #dfe7ef;border-radius:16px;padding:16px;margin-bottom:16px;min-width:0}
.catalog-location-panel>label{font-size:13px;font-weight:700;color:#526b85}
.catalog-location-panel>small{font-size:12px;color:#728498;line-height:1.5}
#catalogLocationSelect{display:none;width:100%;min-height:46px;min-width:0;border:1px solid #d5e0eb;border-radius:10px;background:#fff;color:#17334f;font-size:16px;padding:10px}
.catalog-location-tabs{display:flex;flex-wrap:wrap;gap:8px}
.catalog-location-tabs button{display:grid;gap:5px;max-width:100%;min-height:52px;padding:12px 16px;border:1px solid #dce6f0;border-radius:12px;background:#f7f9fc;color:#17334f;text-align:left;font-size:14px;overflow-wrap:anywhere}
.catalog-location-tabs button small{font-size:11px;opacity:.75}
.catalog-location-tabs button[aria-pressed=true]{background:#0c2b49;color:#fff;border-color:#0c2b49}
.catalog-location-tabs button:focus-visible{outline:3px solid #96c5ff;outline-offset:2px}
@media(max-width:600px){#catalogLocationSelect{display:block}.catalog-location-tabs{display:none}.catalog-location-panel{padding:14px}}
