.detail-brokers { margin:35px 0; scroll-margin-top:116px; }
.detail-brokers__header { display:flex; align-items:center; justify-content:space-between; gap:12px; }
.detail-brokers h2 { margin:0; color:#191f28; font-size:18px; font-weight:700; }
.detail-brokers__count { flex:none; color:#3182f6; font-size:14px; font-weight:700; }
.detail-brokers__intro { margin:8px 0 14px; color:#6b7684; font-size:13px; line-height:1.5; }
.detail-brokers__controls { display:flex; align-items:center; gap:9px; margin-bottom:14px; }
.detail-brokers__search { flex:1 1 auto; min-width:0; }
.detail-brokers__search input { width:100%; height:38px; padding:0 14px; border:1px solid #dfe3e8; border-radius:10px; background:#f8f9fa; color:#191f28; font:inherit; font-size:14px; outline:none; }
.detail-brokers__search input:focus { border-color:#3182f6; box-shadow:0 0 0 3px rgba(49,130,246,.12); background:#fff; }
.detail-brokers__sort { display:flex; flex:none; gap:5px; }
.detail-brokers__sort button { min-height:34px; padding:0 8px; border:1px solid #dfe3e8; border-radius:10px; background:#fff; color:#6b7684; font-family:inherit; font-size:12px; font-weight:700; cursor:pointer; }
.detail-brokers__sort button.is-active { border-color:rgba(49,130,246,.35); background:rgba(49,130,246,.10); color:#1b64da; }
.detail-brokers__visually-hidden { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }
.detail-brokers__list { border-top:1px solid #e9ecef; }
.detail-brokers__card { padding:16px 0; border-bottom:1px solid #e9ecef; }
.detail-brokers__title-row { display:flex; align-items:flex-start; justify-content:space-between; gap:10px; }
.detail-brokers__name { min-width:0; margin:0; color:#191f28; font-size:15px; font-weight:700; line-height:1.45; }
.detail-brokers__badges { display:flex; flex:none; align-items:center; gap:5px; }
.detail-brokers__complex-pill { flex:none; padding:3px 7px; border-radius:10px; background:#f2f4f6; color:#6b7684; font-size:11px; font-weight:700; line-height:16px; }
.detail-brokers__attribute-badges { display:flex; flex-wrap:wrap; gap:5px; margin-top:8px; }
.detail-brokers__attribute-pill { padding:3px 7px; border-radius:10px; background:#f2f4f6; color:#6b7684; font-size:11px; font-weight:700; line-height:16px; }
.detail-brokers__attribute-pill--blue { background:rgba(49,130,246,.12); color:#1b64da; }
.detail-brokers__meta,.detail-brokers__address { margin:6px 0 0; color:#6b7684; font-size:12px; line-height:1.5; }
.detail-brokers__address-row { position:relative; min-height:18px; margin-top:6px; }
.detail-brokers__address { min-width:0; margin:0; padding-right:99px; color:#4e5968; }
.detail-brokers__map-link { position:absolute; right:0; bottom:0; display:inline-flex; height:30px; align-items:center; justify-content:center; gap:4px; padding:0 8px; border-radius:10px; background:#f2f4f6; color:#4e5968; font-size:11px; font-weight:700; white-space:nowrap; text-decoration:none; }
.detail-brokers__map-link svg { width:17px; color:#03c75a; height:17px; fill:none; stroke:currentColor; stroke-width:2.3; stroke-linecap:round; stroke-linejoin:round; }
.detail-brokers__map-link:focus-visible { outline:2px solid #3182f6; outline-offset:2px; }
.detail-brokers__loading,.detail-brokers__empty { margin:0; padding:28px 12px; border-radius:10px; background:#f8f9fa; color:#8b95a1; text-align:center; font-size:13px; }
.detail-brokers__more { width:100%; margin-top:12px; padding:13px 12px; border:0; border-radius:10px; background:#f2f4f6; color:#171d2d; font-family:inherit; font-size:14px; font-weight:700; cursor:pointer; }
.detail-brokers__popup { position:fixed; inset:0; z-index:1000; display:flex; justify-content:center; overflow:hidden; padding-top:max(16px,env(safe-area-inset-top)); background:rgba(25,31,40,.32); }
.detail-brokers__popup-panel { box-sizing:border-box; width:100%; max-width:600px; height:100%; overflow-x:hidden; overflow-y:auto; overscroll-behavior:contain; scrollbar-width:none; border-radius:16px 16px 0 0; background:#fff; padding:0 15px calc(24px + env(safe-area-inset-bottom)); }
.detail-brokers__popup-panel::-webkit-scrollbar { display:none; width:0; height:0; }
.detail-brokers__popup-header { position:sticky; top:0; z-index:1; display:flex; height:60px; align-items:center; justify-content:space-between; background:#fff; border-bottom:1px solid #e9ecef; }
.detail-brokers__popup-header strong { font-size:17px; font-weight:700; }
.detail-brokers__popup-controls { margin-top:14px; }
.detail-brokers__popup-close { width:44px; height:44px; border:0; background:none; color:#191f28; font-family:inherit; font-size:30px; font-weight:300; line-height:1; cursor:pointer; }
.detail-brokers__limit { margin:12px 0 0; color:#8b95a1; font-size:11px; text-align:center; }
.detail-brokers__notice,.detail-brokers__source { margin:14px 0 0; color:#8b95a1; font-size:11px; line-height:1.5; }
.detail-brokers__source { margin-top:5px; }
.detail-brokers__source a { color:inherit; text-underline-offset:2px; }
.detail-brokers--inset { margin-right:15px; margin-left:15px; }
