.gobet-eb-wrap{position:relative;display:block;line-height:0}
.gobet-eb-wrap img{transition:opacity .25s ease,filter .25s ease}
.gobet-eb-wrap--ended img{opacity:.5;filter:grayscale(35%)}

.gobet-eb{
  position:absolute;top:8px;left:8px;z-index:2;
  display:inline-flex;align-items:center;gap:5px;
  font-family:'Montserrat',sans-serif;font-size:11px;font-weight:600;
  line-height:1;padding:4px 8px;border-radius:5px;
  letter-spacing:.02em;white-space:nowrap;pointer-events:none;
}

.gobet-eb--upcoming{background:rgba(0,0,0,.82);color:#00FE73;border:1px solid #00FE73}
.gobet-eb--soon{background:#FFB822;color:#000}
.gobet-eb--live{background:#FD195B;color:#fff}
.gobet-eb--ended{background:rgba(0,0,0,.7);color:#9aa3ad}

.gobet-eb-dot{display:none;width:6px;height:6px;border-radius:50%;background:currentColor;flex:0 0 auto}
.gobet-eb--live .gobet-eb-dot{display:inline-block;animation:gobet-eb-blink 1.4s ease-in-out infinite}
@keyframes gobet-eb-blink{0%,100%{opacity:1}50%{opacity:.25}}
@media (prefers-reduced-motion:reduce){.gobet-eb--live .gobet-eb-dot{animation:none}}

.gobet-eb--full{font-size:13px;padding:6px 12px;border-radius:6px;top:12px;left:12px}
