
/* v2.58 Scorebat in-page embed protection and responsive live score player */
.wcl-live-scores-embed{width:100%;max-width:1440px;margin:0 auto 42px;padding:0 24px;box-sizing:border-box;}
.wcl-live-scores-container{background:linear-gradient(135deg,rgba(255,214,59,.09),rgba(0,89,255,.08));border:1px solid rgba(255,214,59,.24);border-radius:22px;overflow:hidden;box-shadow:0 18px 56px rgba(0,0,0,.42);}
.wcl-scorebat-livescore{display:block;width:100%;height:760px;min-height:760px;border:0;background:#070b12;color-scheme:dark;}
.wcl-embed-note{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px 16px;border-bottom:1px solid rgba(255,214,59,.18);background:rgba(0,0,0,.35);color:#dce8f7;font-size:13px;}
.wcl-embed-note strong{color:#ffd63b;letter-spacing:.04em;text-transform:uppercase;font-size:12px;}
.wcl-embed-actions{display:flex;gap:8px;flex-wrap:wrap;}
.wcl-embed-action{appearance:none;border:1px solid rgba(255,214,59,.28);background:#111820;color:#fff;border-radius:999px;padding:7px 10px;font-weight:800;cursor:pointer;}
.wcl-embed-action:hover{background:#ffd63b;color:#071018;}
.wcl-live-scores-container.is-fullscreen{position:fixed;z-index:99999;inset:10px;border-radius:18px;background:#05070b;}
.wcl-live-scores-container.is-fullscreen .wcl-scorebat-livescore{height:calc(100vh - 62px);min-height:calc(100vh - 62px);}
@media(max-width:1024px){.wcl-scorebat-livescore{height:700px;min-height:700px}}
@media(max-width:768px){.wcl-live-scores-embed{padding:0 16px;margin-bottom:30px}.wcl-scorebat-livescore{height:650px;min-height:650px}.wcl-embed-note{align-items:flex-start;flex-direction:column}}
