/*
Theme Name: Streambeta
Theme URI: https://streambeta.com
Author: Adegbola Valentine
Author URI: https://adeval.cyou/
Description: A minimal WordPress theme for Streambeta.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Streambeta
Tags: custom-background, custom-menu, custom-logo
*/

.adsterra-responsive {
    max-width: 100%;
    display: flex;
    justify-content: center;
}

.adsterra-iframe-wrap {
    position: relative;
    width: 100%;
    max-width: 728px;
    padding-top: calc(90 / 728 * 100%);
}

.adsterra-iframe-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

<style>
.fixture-timer {
  font-weight: bold;
  color: #ff4747;
}

.fixture-timer.live {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.fixture-timer.live::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: red;
  animation: blink 1s infinite;
}

@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.3; }
}

.fixture-timer.upcoming {
  color: #00aaff;
}

.fixture-timer.finished {
  color: #777;
}
</style>
