.gm-brands,.gm-brand-profile{--gm-brand-primary:#1f4f78;--gm-brand-primary-dark:#163b5b;--gm-brand-border:#e2e7ec;--gm-brand-muted:#68737d;--gm-brand-surface:#fff;--gm-brand-shadow:0 8px 26px rgba(25, 43, 60, 0.08);box-sizing:border-box}.gm-brands *,.gm-brand-profile *{box-sizing:border-box}.gm-brands .screen-reader-text{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);white-space:nowrap}.gm-brands-toolbar{display:flex;align-items:center;justify-content:flex-end;gap:14px;margin-bottom:24px}.gm-brand-main-search{position:relative;z-index:5;margin-bottom:18px}.gm-brands-count{flex:0 0 auto;color:var(--gm-brand-muted);font-size:14px}.gm-brands-grid{display:grid;grid-template-columns:repeat(var(--gm-brand-columns,4),minmax(0,1fr));gap:20px}.gm-brand-card{min-width:0;height:100%;margin:0}.gm-brand-card[hidden]{display:none!important}.gm-brand-card-link{display:flex;flex-direction:column;height:100%;overflow:hidden;border:1px solid var(--gm-brand-border);border-radius:14px;background:var(--gm-brand-surface);color:#17212b;text-decoration:none!important;box-shadow:0 4px 18px rgb(25 43 60 / .055);transition:transform 180ms ease,border-color 180ms ease,box-shadow 180ms ease}.gm-brand-card-link:hover,.gm-brand-card-link:focus-visible{border-color:rgb(31 79 120 / .45);color:#17212b;transform:translateY(-4px);box-shadow:var(--gm-brand-shadow)}.gm-brand-card-link:focus-visible{outline:2px solid var(--gm-brand-primary);outline-offset:3px}.gm-brand-card-image{display:grid;place-items:center;min-height:170px;padding:22px;border-bottom:1px solid var(--gm-brand-border);background:#f8fafb}.gm-brand-card-image img{display:block;width:100%;height:126px;margin:0;object-fit:contain}.gm-brand-card-image img.gm-brand-image-failed,.gm-brand-profile-logo img.gm-brand-image-failed{display:none}.gm-brand-image-placeholder{display:block;width:84px;height:84px;border-radius:50%;background:#e8edf1}.gm-brand-card-content{display:flex;flex:1;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:18px 14px 20px;text-align:center}.gm-brand-card-title{margin:0;color:#17212b;font-size:clamp(16px, 1.5vw, 19px);font-weight:700;line-height:1.35}.gm-brand-card-phone{display:flex;flex-wrap:wrap;justify-content:center;gap:5px;color:var(--gm-brand-primary);font-size:13px;line-height:1.5}.gm-brand-card-label{color:var(--gm-brand-muted)}.gm-brands-no-results,.gm-brands-empty{margin:28px 0;padding:18px;border:1px dashed var(--gm-brand-border);border-radius:10px;color:var(--gm-brand-muted);text-align:center}.gm-brands-loader{display:flex;flex-direction:column;align-items:center;gap:9px;min-height:74px;margin-top:26px;text-align:center}.gm-brands-loader[hidden]{display:none!important}.gm-brands-load-more{min-width:150px;min-height:42px;padding:9px 20px;border:1px solid var(--gm-brand-primary);border-radius:9px;background:var(--gm-brand-primary);color:#fff;font:inherit;font-weight:650;cursor:pointer;transition:background-color 160ms ease,transform 160ms ease}.gm-brands-load-more:hover,.gm-brands-load-more:focus-visible{background:var(--gm-brand-primary-dark);transform:translateY(-1px)}.gm-brands-load-more:focus-visible{outline:2px solid rgb(31 79 120 / .25);outline-offset:3px}.gm-brands-load-more:disabled{opacity:.65;cursor:wait;transform:none}.gm-brands-status{min-height:20px;color:var(--gm-brand-muted);font-size:13px}.gm-brand-profile{display:grid;grid-template-columns:minmax(150px,210px) minmax(0,1fr);gap:clamp(22px, 4vw, 42px);align-items:center;margin:0 0 34px;padding:clamp(20px, 4vw, 36px);border:1px solid var(--gm-brand-border);border-radius:16px;background:var(--gm-brand-surface);box-shadow:var(--gm-brand-shadow)}.gm-brand-profile-logo{display:grid;place-items:center;min-height:170px;padding:18px;border-radius:12px;background:#f8fafb}.gm-brand-profile-logo img{display:block;width:100%;max-width:180px;height:135px;margin:0;object-fit:contain}.gm-brand-profile-title{margin:0 0 10px;color:#17212b;font-size:clamp(26px, 4vw, 40px);font-weight:750;line-height:1.2}.gm-brand-profile-description{max-width:760px;margin:0 0 20px;color:#46515b;font-size:16px;line-height:1.8}.gm-brand-profile-details{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.gm-brand-profile-detail{padding:13px 15px;border:1px solid var(--gm-brand-border);border-radius:10px;background:#fbfcfd}.gm-brand-profile-detail>span,.gm-brand-profile-detail>strong,.gm-brand-profile-detail>a{display:block}.gm-brand-profile-detail>span{margin-bottom:4px;color:var(--gm-brand-muted);font-size:12px}.gm-brand-profile-detail>strong,.gm-brand-profile-detail>a{color:#17212b;font-size:15px;font-weight:650;line-height:1.6}.gm-brand-profile-detail>a{color:var(--gm-brand-primary);text-decoration:none}.gm-brand-profile-detail>a:hover{color:var(--gm-brand-primary-dark);text-decoration:underline}@media (max-width:1024px){.gm-brands-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:720px){.gm-brands-toolbar{justify-content:flex-start}.gm-brands-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.gm-brand-card-image{min-height:135px;padding:14px}.gm-brand-card-image img{height:105px}.gm-brand-profile{grid-template-columns:1fr;text-align:center}.gm-brand-profile-logo{min-height:140px}.gm-brand-profile-details{grid-template-columns:1fr;text-align:start}}@media (max-width:390px){.gm-brands-grid{grid-template-columns:1fr}}