
/* Cards editoriais do hub /esporte/ — isolados para não alterar outras áreas */
.wg-esporte-hub .wg-esporte-intro{max-width:920px;margin:0 0 34px;font-size:1.08rem;color:var(--wg-muted,#536579)}
.wg-esporte-hub .wg-esporte-intro strong{color:var(--wg-text,#14243a)}
.wg-esporte-hub .cards-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(20px,3vw,32px);margin:24px 0 44px}
.wg-esporte-hub .card{display:flex;flex-direction:column;min-width:0;overflow:hidden;border:1px solid #d9e2ee;border-radius:22px;background:#fff;color:#14243a;text-decoration:none;box-shadow:0 18px 46px rgba(13,42,78,.10);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.wg-esporte-hub .card:hover,.wg-esporte-hub .card:focus-visible{transform:translateY(-5px);border-color:#1d68c9;box-shadow:0 24px 60px rgba(13,42,78,.18)}
.wg-esporte-hub .card:focus-visible{outline:3px solid rgba(29,104,201,.28);outline-offset:3px}
.wg-esporte-hub .card-media{position:relative;aspect-ratio:16/9;overflow:hidden;background:#06152b}
.wg-esporte-hub .card-media::after{content:"";position:absolute;inset:auto 0 0;height:28%;background:linear-gradient(transparent,rgba(0,0,0,.16));pointer-events:none}
.wg-esporte-hub .card-media img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.wg-esporte-hub .card:hover .card-media img{transform:scale(1.025)}
.wg-esporte-hub .card-body{display:flex;flex:1;flex-direction:column;padding:clamp(20px,2.6vw,30px)}
.wg-esporte-hub .card-body h3{margin:0 0 10px;font-size:clamp(1.45rem,2.4vw,2rem);line-height:1.15;color:#0b4fa7}
.wg-esporte-hub .card-body p{margin:0 0 18px;line-height:1.72;color:#4b5e73}
.wg-esporte-hub .card-body strong{margin-top:auto;color:#0b5fc5}
.wg-esporte-hub .wg-network-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:24px}
.wg-esporte-hub .wg-network-item{padding:22px;border:1px solid #dbe5ef;border-radius:16px;background:#f7faff}
.wg-esporte-hub .wg-network-item h3{margin-top:0;color:#174f92}
[data-theme="dark"] .wg-esporte-hub .wg-esporte-intro{color:#becbda}
[data-theme="dark"] .wg-esporte-hub .wg-esporte-intro strong{color:#fff}
[data-theme="dark"] .wg-esporte-hub .card{border-color:#263b55;background:#0f2137;color:#f3f7fb;box-shadow:0 18px 46px rgba(0,0,0,.28)}
[data-theme="dark"] .wg-esporte-hub .card-body h3{color:#78b7ff}
[data-theme="dark"] .wg-esporte-hub .card-body p{color:#c7d3df}
[data-theme="dark"] .wg-esporte-hub .card-body strong{color:#8fc5ff}
[data-theme="dark"] .wg-esporte-hub .wg-network-item{border-color:#263b55;background:#10243b;color:#d7e1eb}
[data-theme="dark"] .wg-esporte-hub .wg-network-item h3{color:#86bcff}
@media(max-width:820px){.wg-esporte-hub .cards-grid{grid-template-columns:1fr}.wg-esporte-hub .wg-network-grid{grid-template-columns:1fr}.wg-esporte-hub .card{border-radius:18px}.wg-esporte-hub .card-body{padding:20px}.wg-esporte-hub .card-media img{transform:none!important}}
@media(max-width:480px){.wg-esporte-hub .cards-grid{gap:18px}.wg-esporte-hub .card{border-radius:15px}.wg-esporte-hub .card-body h3{font-size:1.45rem}.wg-esporte-hub .card-body p{font-size:1rem}}
