.team-button { display: inline-flex; align-items: center; gap: 9px; max-width: 100%; text-decoration: underline dotted #71829a; text-underline-offset: 5px; }
.team-button > span { min-width: 0; overflow-wrap: anywhere; }
.club-badge { width: 28px; height: 28px; object-fit: contain; flex: 0 0 28px; }
.club-badge-large { width: 52px; height: 52px; flex-basis: 52px; }
.club-identity { display: flex; gap: 12px; align-items: center; margin-bottom: 14px; }
.club-identity > div { min-width: 0; }
.club-identity h2 { margin: 2px 0 0; }
.club-location { margin-bottom: 13px; }
.club-map-link { display: inline-block; color: #0755a1; font-weight: 650; padding: 6px 0; line-height: 1.5; }
.club-map-note { display: block; }
.club-stadium-link { display: inline-block; margin-bottom: 5px; font-size: .78rem; color: #0755a1; }
.club-popup .club-credit { margin: 6px 0 0; }
.club-credit a { color: #0755a1; }
.team-button:hover,.team-button:focus-visible { color: #0755a1; }
.club-popup { position: fixed; inset: auto; margin: 0; width: 350px; max-width: calc(100vw - 24px); max-height: calc(100dvh - 24px); padding: 20px; overflow: auto; z-index: 50; color: #14233c; background: #fff; border: 1px solid #dce3ed; box-shadow: 0 14px 48px #06162f45; font-size: .88rem; line-height: 1.45; }
.club-popup h2 { font-size: 1.25rem; margin: 2px 38px 14px 0; }
.club-popup h3 { font-size: .82rem; margin: 0 0 7px; color: #29486d; }
.club-popup p { margin: 0 0 8px; }
.club-popup section + section { border-top: 1px solid #dce3ed; margin-top: 13px; padding-top: 13px; }
.club-popup small,.club-source { font-size: .73rem; color: #53647c; }
.club-popup .dialog-close { cursor: pointer; min-width: 36px; min-height: 36px; }
.club-eyebrow { text-transform: uppercase; letter-spacing: .08em; font-size: .7rem; color: #53647c; }
.club-metrics { display: flex; justify-content: space-between; gap: 10px; padding: 9px; background: #eff4fa; border-radius: 8px; margin-bottom: 12px; font-size: .73rem; }
.club-metrics b { display: block; font-size: .92rem; }
.club-form { list-style: none; padding: 0; margin: 0 0 8px; }
.club-form li { display: grid; grid-template-columns: 24px minmax(0,1fr) auto; align-items: center; gap: 8px; padding: 5px 0; }
.club-form small { display: block; }
.club-result { display: grid; place-items: center; width: 24px; height: 24px; border-radius: 6px; font-size: .72rem; font-weight: 700; }
.club-result-S { background: #dff5e7; color: #075d31; }
.club-result-U { background: #fff0c9; color: #735000; }
.club-result-N { background: #f9e1e5; color: #982032; }
.club-popup .club-source { border-top: 1px solid #dce3ed; margin: 13px 0 0; padding-top: 10px; }
.club-source a { color: #0755a1; }
