/* === BetButter consolidated CSS (auto-generated) === */
/* source: core.css */
/* === Core Site Styles === */
body{
font-family: "Poppins", sans-serif;
  background-color: #333;
  margin: 0;
  /*padding-top: 80px;*/
  color: #333;
}

/* source: core.css */
/*===Buttons===*/
button{
all: unset;
}

/* source: core.css */
/* === Header & Navigation === */
/* Base header style */
header{
position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transition: all 0.3s ease;
    margin-bottom: 30px;
}

/* source: core.css */
header.header{
position: fixed;
}

/* source: core.css */
/* Hide header on scroll down */
.hide-header{
transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.4s ease, opacity 0.4s ease;
}

/* source: core.css */
/* Shrink header on scroll up */
header.shrink{
padding: 10px;
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(6px);
}

/* source: core.css */
header.shrink ~ main,
header.shrink ~ .content,
header.shrink ~ #app{
padding-top: 60px; /* Optional boost for smaller headers */
}

/* source: core.css */
/* Shrink and recolor logo */

.mainlogo{
position: absolute;
  top:12px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-family: Agbalumo;
  font-size: 6rem;
  color: #666;
  transition: all 0.3s ease;
  white-space: nowrap; /* keeps text inline and neat */
  z-index: 5; /* sit above nav background */
}

/* source: core.css */
header.shrink .mainlogo{
font-size: 3rem;
  color: #faf3b0;
}

/* source: core.css */
/* Hide nav elements on mobile when shrunk */
.hide-on-mobile{
display: none !important;
}

/* source: core.css */
nav.nav-container{
display: flex;
  height:100px;
  justify-content: space-between;
  align-items: center;
  padding: 20px 16px; /* normal state */
  background: #faf3b0;
  color: #fff;
  transition: all 0.3s ease;
  z-index: 1000;
}

/* source: core.css */
/* Shrunk version when header is in scroll state */
header.shrink nav.nav-container{
padding: 6px 16px;
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(4px);
}

/* source: core.css */
.nav-right{
font-family: "Poppins", sans-serif;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 10px;
  width:190px;
  margin-left: auto;
  justify-content: flex-end;
}

/* source: core.css */
.nav-left{
font-family: "Poppins", sans-serif;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 10px;
  width:190px;
  margin-right: auto;
  justify-content: flex-start;
}

/* source: core.css */
/* === Login (More Butter) === */
#open-login{
background: #0078d4;
      color: white;
      padding: 8px 12px;
      border-radius: 4px;
      text-decoration: none;
      font-weight: 500;
      text-align: center;
}

/* source: core.css */
/*=== Account-setup===*/
.account-setup{
font-family: "Poppins", sans-serif;
    color:#FFF;
    text-align:center;
    padding-top:100px;
}

/* source: core.css */
#goto-login{
margin-top: 1em;
      background: #fdf4b3;
      color: #2d2d2d;
      border: 2px solid #e2ca22;
      padding: 12px 24px;
      font-size: 1.1em;
      font-weight: bold;
      border-radius: 8px;
      box-shadow: 0 2px 6px rgba(0,0,0,0.2);
      cursor: pointer;
      transition: transform 0.2s ease;
      z-index: 2;
      position: relative;
}

/* source: core.css */
/* === Home and Logout (LessButter) === */
.home-btn,#go-home-button{
background: rgb(218, 214, 155);
      color: #333;
      padding: 8px 12px;
      border-radius: 4px;
      text-decoration: none;
      font-weight: 500;
      text-align: center;
        margin: 0 10px 10px 0;
}

/* source: core.css */
#account-button{
background: rgb(218, 214, 155);
      color: #333;
      padding: 8px 12px;
      border-radius: 4px;
      text-decoration: none;
      font-weight: 500;
      text-align: center;
        margin: 0 10px 10px 0;
}

/* source: core.css */
/* === Sport Selector === */
.sport-selector{
position: relative;
  display: block;
  margin: 20px auto;
}

/* source: core.css */
.sport-selector select{
font-family: "Poppins", sans-serif;
  appearance: none;
  background-color: #fff;
  color: #333;
  padding: 8px 12px;
  border: 2px solid #0078d4;
  border-radius: 4px;
  font-size: 1em;
  font-weight: 500;
  cursor: pointer;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg fill='%230078D4' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px;
}

/* source: core.css */
.sport-selector select:focus{
outline: none;
  border-color: #005ea6;
}

/* source: core.css */
/*==Grid-Layout*/
.layout-columns{
display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 20px;
  padding: 0 25px;
}

/* source: core.css */
.left-container,
.right-container{
background: #f7f5e0;
  padding: 20px;
    display:flex;
    flex-direction: column;
    justify-content: space-between;
    height:100%;
    border:solid 0px;
    border-radius: 8px;
}

/* source: core.css */
.left-top, .right-top{
min-height: 80px;
  transition: opacity 1s ease-in-out;
}

/* source: core.css */
.left-bottom, .left-right{

}

/* source: core.css */
/*==Quotes/Testimonals==*/
.quote-box, .testimonial-box{
opacity: 0;
    transition: opacity 0.5s ease-in-out;
    font-style: italic;
  	min-height: 80px;
	padding: 20px 0;
    text-align:center;
}

/* source: core.css */
/* === Loading Spinner === */
.loading-message{
text-align: center;
  font-size: 1.2em;
  color: #fff;
}

/* source: core.css */
.bouncing-icon{
animation: bounceSpin 2s infinite;
  display: flex;
  justify-content: center;
  margin-top: 25px;
}

/* source: core.css */
.bouncing-icon img{
width: 140px;
  height: auto;
}

/* source: core.css */
.bouncing-icon2{
animation: bounceSpin 2s infinite;
  display: flex;
  justify-content: center;
  margin-top: 25px;
}

/* source: core.css */
.bouncing-icon2 img{
width: 70px;
  height: auto;
}

/* source: core.css */
#funky-butter-ball{
transition: transform 0.4s ease;
  z-index: 2000;
}

/* source: core.css */
.bouncing-icon-wrapper{
transition: transform 0.4s ease-in-out;
}

/* source: core.css */
@keyframes bounceSpin{
0%, 100% { transform: translateY(0) rotate(0deg);
}

/* source: core.css */
50%{
transform: translateY(-20px) rotate(360deg);
}

/* source: core.css */
}
.bouncing-iconSmooth{
display: flex;
    width: auto;
  height: 100px;
  animation: bounceRotateSmooth 1.5s infinite ease-in-out; 
  justify-content: center;
}

/* source: core.css */
@keyframes bounceRotateSmooth{
0% {
    transform: translateY(30px) rotate(0deg);
}

/* source: core.css */
25%{
transform: translateY(-15px) rotate(90deg);
}

/* source: core.css */
50%{
transform: translateY(700px) rotate(180deg);
}

/* source: core.css */
75%{
transform: translateY(-15px) rotate(270deg);
}

/* source: core.css */
100%{
transform: translateY(0) rotate(360deg);
}

/* source: core.css */
}
/* == animated ™ ==*/
.tm{
font-size: 0.5em;
  vertical-align: super;
  margin-left: 2px;
  display: inline-block;
}

/* source: core.css */
@keyframes bounceTM{
0%, 100% {
    transform: translateY(0);
}

/* source: core.css */
50%{
transform: translateY(-3px);
}

/* source: core.css */
}
.bounce{
animation: bounceTM 1.6s ease-in-out infinite;
}

/* source: core.css */
/* === Footer === */
.footer{
bottom: 0;
  width: 100%;
  text-align: center;
  font-size: 0.8em;
  background: #333;
  padding: 1.5em 0;
  border-top: 1px solid #ddd;
  color: #faf3b0;
  z-index: 1000;
  margin-top: 3em;
}

/* source: core.css */
/*===Stripe==*/
.plan-block{
margin-bottom: 40px;
  text-align: center;
}

/* source: core.css */
.plan-block h4{
font-weight: 600;
  font-size: 1.2em;
  color: #fffef8;
}

/* source: core.css */
#payment-link-container,.paymentHeader{
color: #fffef8; /* or anything high-contrast */
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 12px;
  font-weight: 400;
}

/* source: core.css */
/*==STARS RATINGS==*/
.star-wrapper{
position: relative;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1;
  color: #ccc;
  letter-spacing: 2px;
  font-family: system-ui, sans-serif;
}

/* source: core.css */
.star-base{
color: #ccc;
}

/* source: core.css */
.star-overlay{
color: #f6c300;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  pointer-events: none;
}

/* source: core.css */
/*=== Rotator for Testimonals and News ===*/
.rotator-item{
display: none;
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
}

/* source: core.css */
.rotator-item.show{
display: block;
  opacity: 1;
}

/* source: core.css */
.news-list{
list-style: none;
  padding-left: 0;
  margin: 0;
}

/* source: core.css */
.news-item{
display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 10px;
}

/* source: core.css */
.news-item::before{
content: "";
  margin-right: 8px;
  font-size: 1.1em;
  line-height: 1.4;
}

/* source: core.css */
.news-item img.favicon{
width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-top: 3px;
}

/* source: home.css */
/*== landing page ==*/
.betbuttercontainer{
max-width: 800px;
  margin: auto;
  padding: 0 25px;
}

/* source: home.css */
.comparecontainer{
max-width: 800px;
  margin: auto;
}

/* source: home.css */
.riskscontainer{
color: #fff;
  max-width: 800px;
  margin: auto;
  padding: 0 25px;
}

/* source: home.css */
.bb-disclaimer,
.bb-disclaimer--sidebar{
color: #333;
}

/* source: home.css */
.hero{
font-family: "Agbalumo", system-ui;
  text-align: center;
  padding: 0 2rem;
  color: #faf3b0;
  /*margin-top: 8rem;*/
}

/* source: home.css */
.hero h1{
font-size: 3rem;
  margin-bottom: 1rem;
}

/* source: home.css */
.hero h2{
font-size: 1.5rem;
  margin-bottom: 1rem;
}

/* source: home.css */
.hero button{
background: #0078d4;
  color: #fff;
  padding: 1rem 2rem;
  border: none;
  font-size: 1.25rem;
  border-radius: 0.5rem;
  cursor: pointer;
}

/* source: home.css */
#what,
#why,
#who,
#about,
#faq,
#compare,
#pledge{
color: #fff;
}

/* source: home.css */
section{
padding: 0.4rem;
  max-width: 800px;
  margin: auto;
}

/* source: home.css */
.section-title{
font-size: 2rem;
  margin-bottom: 1rem;
  text-align: center;
}

/* source: home.css */
.section-content{
font-size: 1rem;
  line-height: 1.6;
  text-align: center;
}

/* source: home.css */
.faq-item{
color: #fff;
}

/* source: home.css */
/* == Safety Messages == */
.safe-message-left,
.safe-message-right,
.safe-message{
text-align: center;
  font-size: 1.5rem;
  margin-top: 20px;
  padding: 1rem;
  background: #fef9e6;
  border: 2px solid #666;
  color: #666;
  text-transform: uppercase;
}

/* source: home.css */
section.safetyMessage{
max-width: 800px;
  margin: auto;
  padding: 0, 8px;
}

/* source: home.css */
/*-- Purchase Button--*/
#purchase{
font-family: Agbalumo;
  background-color: rgb(0, 120, 212);
  color: rgb(255, 255, 255);
  padding: 1rem;
  border: medium;
  font-size: 1.8rem;
  border-radius: 0.5rem;
  cursor: pointer;
  display: block;
  margin: 20px auto;
  line-height: 3rem;
}
/*--Region Select for Purchase--*/
.region-chooser {
  display: flex;
  justify-content: center;  /* ✅ center horizontally */
  align-items: center;
  gap: 8px;
  margin: 8px 0 16px;
}

#region-chooser select,
#region-chooser button {
  font-size:12px;
  padding: 3px 5px;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,.2);
  background: rgba(255,255,255,.06);
  color: #fff;
}

#region-chooser button {
  cursor: pointer;
}

/* Optional: visually hidden class for accessibility */
.visually-hidden {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}


/* source: home.css */
/*--No Underline for HTML links--*/
.underline{
text-decoration: underline;
}

/* source: home.css */
.underline:hover{
transform: scale(1.08);
}

/* source: home.css */
.no-underline{
text-decoration: none;
  color: inherit;
  display: inline-block;
  transition:
    transform 0.2s ease,
    color 0.2s ease;
}

/* source: home.css */
.no-underline:hover{
transform: scale(1.08);
}

/* source: home.css */
/*--Compare--*/
.compare-header{
color: #fff;
  text-align: center;
}

/* source: home.css */
.compare{
max-width: 1100px;
  margin: 0 auto;
  /*padding: 24px;*/
}

/* source: home.css */
.verdict{
display: flex;
  flex-direction: column; /* stack items top to bottom */
  align-items: center; /* centre horizontally */
  gap: 12px; /* space between items */
  margin: 20px 10px;
}

/* source: home.css */
.verdict span{
color: #fff;
  background: #444;
  border: 1px solid #faf3b0;
  border-radius: 8px;
  padding: 6px 10px;
  text-align: center; /* centre text inside each span */
  width: 100%;
}

/* source: home.css */
.matrix{
display: grid;
  gap: 8px;
  grid-template-columns: minmax(160px, 1fr) repeat(2, minmax(100px, 0.8fr));
  margin: 24px 0;
  text-align: center;
}

/* source: home.css */
.matrix .head{
font-weight: 600;
}

/* source: home.css */
.matrix .row{
display: contents;
}

/* source: home.css */
.matrix .label,
.matrix .good,
.matrix .meh,
.matrix .head {
    background: #fff;
    border: 1px solid #eee;
    padding: 10px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: var(--font-body);
}

/* source: home.css */
.matrix .good{
font-size: 2em;
  font-weight: 600;
  color: green;
}

/* source: home.css */
.matrix .meh{
font-size: 2em;
  font-weight: 600;
  color: red;
}

/* source: home.css */
.screens .toggle{
display: flex;
  gap: 8px;
  margin: 16px 0;
}

/* source: home.css */
.tab{
border: 1px solid #ddd;
  background: #fff;
  border-radius: 8px;
  padding: 8px 12px;
  cursor: pointer;
}

/* source: home.css */
.tab.active{
background: #faf3b0;
}

/* source: home.css */
.shot{
display: none;
  margin: 0;
}

/* source: home.css */
.shot.show{
display: block;
}

/* source: home.css */
.shot img{
width: 100%;
  height: auto;
  border-radius: 12px;
  border: 1px solid #eee;
}

/* source: home.css */
.toggle{
display: flex;
  justify-content: center; /* centers horizontally */
  gap: 12px; /* space between buttons */
  margin: 16px 0; /* space above and below */
}

/* source: home.css */
.toggle button{
flex: 1; /* equal width */
  text-align: center; /* center text */
}

/* source: home.css */
.toggle button:hover{
background-color: mediumseagreen;
  color: #fff;
}

/* source: home.css */
/* === Bookmakers: final consolidated styles === */

/* Wrap */
.sportsbook-show-container{
margin-top: 20px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

/* source: home.css */
/* Clickable heading */
.sportsbook-show-heading{
display: flex;
  align-items: center;
  text-align: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 12px 16px;
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 8px 8px 0 0;
  cursor: pointer;
  user-select: none;
  transition: background 0.2s ease;
}

/* source: home.css */
.sportsbook-show-heading:hover{
background: rgba(255, 255, 255, 0.12);
}

/* source: home.css */
.sportsbook-show-heading i{
font-size: 1.1em;
  margin-left: 8px;
  color: #faf3b0;
  transition: transform 0.25s ease;
}

/* source: home.css */
.sportsbook-show-heading[aria-expanded="true"] i{
transform: rotate(180deg);
}

/* source: home.css */
/* Grid */
.sportsbook-show-bookmakers,
.sportsbook-show-bookmakers.showing-container{
/* override any previous fit-content */
  display: grid;
  gap: 12px;
  padding: 14px;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  overflow: hidden;
  height: auto !important;
  max-height: 9999px;
  opacity: 1;
  transition:
    max-height 0.35s ease,
    opacity 0.35s ease !important;
}

/* source: home.css */
/* Collapsed state (toggled by JS) */
.sportsbook-show-bookmakers.is-collapsed{
max-height: 0 !important;
  opacity: 0 !important;
}

/* source: home.css */
/* Tile (support current typo + corrected class) */
.sportbook-show--item,
.sportsbook-show--item{
display: grid;
  grid-template-rows: auto auto;
  justify-items: center;
  align-items: center;
  gap: 8px;
  padding: 12px 10px;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.07);
  text-align: center;
  transition:
    transform 0.12s ease,
    background 0.12s ease,
    border-color 0.12s ease;
}

/* source: home.css */
.sportbook-show--item:hover,
.sportsbook-show--item:hover{
transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.15);
}

/* source: home.css */
/* Logo + label */
.sportsbook-show-img{
width: 100%;
  max-width: 69px; /* tweak as you like */
  aspect-ratio: 5 / 3;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.25));
}

/* source: home.css */
.sportsbook-show-text{
color: #fff;
  font-size: 0.9rem;
  line-height: 1.2;
}

/* source: home.css */
/* Mobile hint (optional) */
@media (max-width: 600px){
.sportsbook-show-heading span::after {
    font-size: 0.8rem;
    opacity: 0.7;
}

/* source: home.css */
}
/* Header shell (reuse your colors) */
header{
position: sticky;
  top: 0;
  z-index: 1000;
}

/* source: home.css */
.nav-container{
display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 16px;
  background: #3b3a31; /* your dark bar */
  border-bottom: 1px solid rgba(0, 0, 0, 0.35);
}

/* source: home.css */
/* Logo */
.mainlogo-link{
color: #fff;
  text-decoration: none;
}

/* source: home.css */
/* Right cluster */
.nav-right{
display: flex;
  align-items: center;
  gap: 10px;
}

/* source: home.css */
#account-button{
border: 1px solid rgba(255, 255, 255, 0.25);
  background: transparent;
  color: #fff;
  padding: 6px 12px;
  border-radius: 10px;
}

/* source: home.css */
/* Always-visible burger */
.burger{
width: 40px;
  height: 40px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
  cursor: pointer;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
}

/* source: home.css */
.burger span{
display: block;
  height: 2px;
  margin: 4px 8px;
  background: #666;
}

/* source: home.css */
/* Drawer + scrim */
.drawer{
position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 320px;
  background: #222223;
  transform: translateX(100%);
  transition: transform 0.2s ease;
  z-index: 1100;
  padding: 18px 16px 24px;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}

/* source: home.css */
.drawer.open{
transform: translateX(0);
}

/* source: home.css */
.scrim{
position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1090;
}

/* source: home.css */
.drawer-nav ul{
list-style: none;
  margin: 0;
  padding: 0;
}

/* source: home.css */
.drawer-nav li{
margin: 6px 0;
}

/* source: home.css */
.drawer-nav a,
.drawer-nav .linklike{
color: #fff;
  text-decoration: none;
  font-size: 16px;
  opacity: 0.95;
}

/* source: home.css */
.linklike{
background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font: inherit;
  color: #fff;
}

/* source: home.css */
.drawer-nav a.is-active{
border-bottom: 2px solid rgba(255, 255, 255, 0.6);
  padding-bottom: 2px;
}

/* source: home.css */
.drawer-cta{
margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

/* source: home.css */
.drawer-cta .cta{
display: block;
  text-align: center;
  padding: 10px 14px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  text-decoration: none;
  margin-bottom: 10px;
  background-color: rgb(255, 165, 0);
}

/* source: home.css */
/* Prevent background scroll when menu open */
body.noscroll{
overflow: hidden;
}

/* source: home.css */
.drawer-header{
display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

/* source: home.css */
.drawer-title{
color: #fff;
  font-weight: 700;
  letter-spacing: 0.2px;
}

/* source: home.css */
.drawer-close{
width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  background: transparent;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  text-align: center;
}

/* source: home.css */
.drawer-close:hover{
border-color: rgba(255, 255, 255, 0.35);
}

/* source: event.css */
/* === Event Container === */
.container{
max-width: 1000px;
    margin: 10px auto;
    padding: 8px 0;
}

/* source: event.css */
.event{
background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 8px 4px;
  margin-bottom: 32px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

/* source: event.css */
.event-info{
display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
}

/* source: event.css */
.event-header{
display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

/* source: event.css */
@media (min-width: 500px){
.event-status,
  .kickoff {
    width: auto;
    margin-bottom: 0;
}

/* source: event.css */
.event-header{
flex-wrap: nowrap;
}

/* source: event.css */
}
/* ==Teams== */
.team-block{
text-align: center;
    text-wrap: auto;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}

/* source: event.css */
.team-logo{
animation: bounceSpin 2s;
  width: 160px;
  height: 160px;
  object-fit: contain;
  border-radius: 6px;
  background: #eee;
  margin-bottom: 10px;
}

/* source: event.css */
.teams{
font-weight: 500;
  text-align: center;
  color: #0078d4;
}

/* source: event.css */
.kickoff{
width: 100%;
  text-align: center;
  font-size: clamp(2rem);
  color: #555;
  margin-top: 10px;
}

/* source: event.css */
.teams-row{
display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  /*margin-bottom: 16px;*/
  flex-wrap: wrap;
  width: 100%;
}

/* source: event.css */
.event-meta-row{
display: flex;
  justify-content: center;
  width: 100%;
}

/* source: event.css */
.event-meta{
/*margin-top: 12px;*/
  text-align: center;
}

/* source: event.css */
.event-status,
.kickoff,
.event-arb p{
font-size: 0.95em;
  width: 100%;
}

/* source: event.css */
.event-arb{
margin-top: 8px;
}

/* source: event.css */
.event-status h3, .event-arb h3, .event-score h3{
margin: 0;
  font-family: Poppins;
  font-size: 1rem;
  letter-spacing: 0.5px;
  font-weight: 600;
  text-transform: uppercase;
  color: #1268b9;
}

/* source: event.css */
.score-line{
width:100%;
  font-size: 20px;
}

/* source: event.css */
.show-more-button{
display: block;
  margin: 30px auto;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: bold;
  background-color: #ffe082;
  border: 1px solid #fbc02d;
  border-radius: 6px;
  cursor: pointer;
}

/* source: event.css */
.no-results, .error{
color:#fff;
}

/* source: odds.css */
.odds-wrapper-row{
display: flex;
  flex-direction: column;
  gap: 12px;
  /*margin: 8px 0;*/
}

/* source: odds.css */
@media (min-width: 600px){
.odds-wrapper-row {
    flex-direction: row;
}

/* source: odds.css */
}
.odds-wrapper{
display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 4px 0;
}

/* source: odds.css */
.odds-box{
background: #f0f0f0;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 8px;
  flex: 1;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* source: odds.css */
.odds-at{
margin: 0 4px;
  color: inherit;
  font-weight: normal;
}

/* source: odds.css */
.odds-box.best{
background: #e3f7e3;
  border-color: #97d497;
}

/* source: odds.css */
.odds-box.worst{
background: #fbe4e4;
  border-color: #f5a9a9;
}

/* source: odds.css */
.odds-box-line{
display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 4px 0;
}

/* source: odds.css */
.odds-box-results{
font-size: 1.1em;
  font-weight: 500;
}

/* source: odds.css */
.odds-price{
font-weight: 500;
}

/* source: odds.css */
.odds-left{
display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 10px; /* ← adds breathing room */
  font-size: 1.05em;
  font-weight: normal; /* make base weight normal */
}

/* source: odds.css */
.price-left{
color: #004400;
  white-space: nowrap;
}

/* source: odds.css */
.login-right{
color: #004400;
  font-weight: normal;
  white-space: nowrap;
  margin-left: auto; /* ← pushes it right */
  font-size: 0.95em;
}

/* source: odds.css */
.team-logo-mini{
width: 40px;
  height: 40px;
  object-fit: contain;
  margin-left: 8px;
}

/* source: odds.css */
.highlight-green{
background-color: #d4edda;
  color: #155724;
  padding: 2px 4px;
  border-radius: 3px;
}

/* source: odds.css */
.highlight-red{
background-color: #f8d7da;
  color: #721c24;
  padding: 2px 4px;
  border-radius: 3px;
}

/* source: odds.css */
.highlight-orange{
background-color: #f9ebd7;
  color: #bb6c14;
  padding: 2px 4px;
  border-radius: 3px;
}

/* source: odds.css */
/* ==Odds Table ==*/
.odds-best{
background-color: #d4edda; /* soft green */
  color: #155724;
  font-weight: bold;
}

/* source: odds.css */
.odds-worst{
background-color: #f8d7da; /* soft red */
  color: #721c24;
  font-weight: bold;
}

/* source: odds.css */
.highlight-border-green{
border-left: 4px solid #28a745;
  padding-left: 8px;
}

/* source: odds.css */
.highlight-border-red{
border-left: 4px solid #dc3545;
  padding-left: 8px;
}

/* source: modal.css */
/* Modal Base */

.modal{
display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
  padding-top: 80px;
}

/* source: modal.css */
.modal.show{
display: block;
}

/* source: modal.css */
/* Modal Inner Content */
.modal-content{
background-color: #fffef8;
  margin: 200px auto;
  padding: 8px;
  border: 2px solid #e2ca22;
  border-radius: 10px;
  max-width: 400px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center; /* horizontal centering */
}

/* source: modal.css */
/* Close Button */
.close-button{
position: absolute;
  right: 16px;
  top: 14px;
  font-size: 1.6rem;
  color: #333;
  cursor: pointer;
}

/* source: modal.css */
/* Form Inputs */
#login-form input[type="email"],
#login-form input[type="password"]{
display: block;
  width: auto;
  padding: 12px;
  margin: 10px 0;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 1rem;
  background-color: #fff;
}

/* source: modal.css */
/* Login Button */
#login-btn{
display: block;
  background-color: #fdf4b3;
  color: #2d2d2d;
  font-weight: 600;
  border: 2px solid #e2ca22;
  border-radius: 6px;
  padding: 12px 20px;
  font-size: 1rem;
  width: auto;
  box-shadow: 0 3px 6px rgba(0,0,0,0.1);
  transition: background 0.3s, transform 0.2s;
  margin-top: 12px;
}

/* source: modal.css */
#login-btn:hover{
background-color: #fff6a6;
  transform: scale(1.03);
}

/* source: modal.css */
#login-btn:active{
background-color: #ffe56c;
  transform: scale(0.97);
}

/* source: modal.css */
/* Error message */
.error-message{
color: red;
  font-size: 0.9rem;
  margin-top: 10px;
  text-align: center;
}

/* source: modal.css */
#event-detail-content{
background: #383636;
  color: #fff;
  padding: 20px;
  margin: 40px auto;
  max-width: 700px;
  border-radius: 10px;
  overflow-y: auto;
  max-height: 90vh;
  -webkit-overflow-scrolling: touch;
}

/* source: modal.css */
#event-detail-content a:any-link{
color: #fffef8;
}

/* source: modal.css */
#event-detail-content table{
border-collapse: collapse;
  width: 100%;
  margin-top: 10px;
}

/* source: modal.css */
#event-detail-content th,
#event-detail-content td{
border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
}

/* source: modal.css */
#event-detail-content th{
background-color: #0078d4;
  color: #fff;
}

/* source: modal.css */
body.modal-open{
overflow: hidden;
  position: fixed;
  width: 100%;
}

/* source: modal.css */
/* For News Feeds*/
.news-modal-content{
background-color: #fffef8;
  margin: 200px auto;
  padding: 16px;
  border: 2px solid #e2ca22;
  border-radius: 12px;
  max-width: 600px;
  width: 90%;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  position: relative;
  text-align: center;
}

/* source: modal.css */
.news-title{
font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 8px;
}

/* source: modal.css */
.news-source{
font-size: 0.9rem;
  color: #555;
  margin-bottom: 16px;
}

/* source: modal.css */
.news-link{
display: inline-block;
  font-weight: 600;
  color: #0078d4;
  text-decoration: none;
  border-bottom: 1px dashed #0078d4;
  margin-top: 8px;
}

/* source: modal.css */
.news-link:hover{
text-decoration: underline;
}

/* source: setup.css */
input{
width: 100%;
      padding: 20px;
      margin-bottom: 15px;
        border:none;
        border-radius:8px;
        font-size:16px;
}

/* source: setup.css */
.setupBtn{
background-color: #007fff;
    color: white;
    padding: 12px 32px;
        border:none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: bold;
    text-decoration: none;
    transition: background 0.3s;

      cursor: pointer;
}

/* source: setup.css */
.hidden{
display: none;
}

/* source: setup.css */
#form-area{
max-width:500px;margin:auto;
}

/* source: setup.css */
.error{
color: red;
}

/* source: stripeBuy.css */
.card-grid{
display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}

/* source: stripeBuy.css */
.payment-card{
background: white;
  border-radius: 33px;
  border: solid 3px rgb(12, 179, 129);
  padding: 24px;
  max-width: 320px;
  margin: 20px auto;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  text-align: center;
  font-family: system-ui, sans-serif;
}

/* source: stripeBuy.css */
.payment-card h3{
font-size: 1.2rem;
  margin-bottom: 8px;
  color: #444;
}

/* source: stripeBuy.css */
.payment-card .price{
font-size: 2rem;
  margin-bottom: 20px;
  font-weight: 600;
  color: #222;
}

/* source: stripeBuy.css */
.buy-button{
display: inline-block;
  background-color: #007fff;
  color: white;
  padding: 12px 32px;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
  transition: background 0.3s;
  width: 100px;
}

/* source: stripeBuy.css */
.buy-button:hover{
background-color: #005fcc;
}

/* source: stripeBuy.css */
.supported-methods{
margin-top: 20px;
}

/* source: stripeBuy.css */
.supported-methods img{
height: 30px;
  margin: 0 6px;
  vertical-align: middle;
}

/* source: stripeBuy.css */
.price-was{
margin: 0;
  color:#333;
  text-align: center;
}

/* source: stripeBuy.css */
.price-was .strike{
text-decoration: line-through;
  opacity: 0.6;
}

/* source: stripeBuy.css */
.price{
margin:0;
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
}

/* source: responsive.css */
/* === Responsive Tweaks === */
@media (max-width: 768px){
nav {
    flex-direction: column;
    align-items: center;
    padding: 20px;
}

/* source: responsive.css */
.mainlogo{
font-size: 2.5rem;
}

/* source: responsive.css */
.sport-selector select{
font-size: 1em;
}

/* source: responsive.css */
.team-logo{
width: 90px;
    height: 90px;
}

/* source: responsive.css */
.odds-wrapper-row{
flex-direction: column;
}

/* source: responsive.css */
.layout-columns{
grid-template-columns: 1fr;
    padding: 0 10px;
}

/* source: responsive.css */
.left-container{
display: none;
}

/* source: responsive.css */
.nav-right{
justify-content: center;
    width: 100%;
}

/* source: responsive.css */
nav.nav-container{
height: 160px;
    flex-direction: column;
    align-items: center;
}

/* source: responsive.css */
section{
padding: 0;
}

/* source: responsive.css */
section.safetyMessages{
padding: 0 8px !important;
}

/* source: responsive.css */
#purchase{
/* margin-top: 170px;*/
}

/* source: responsive.css */
}
/*--BookmakerLogos--*/
/* — Responsive tweaks — */
@media (max-width: 1050px){
.sportsbook-show-bookmakers {
    gap: 10px;
}

/* source: responsive.css */
}

@media (max-width: 800px){
.sportsbook-show-bookmakers {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 10px;
    padding: 12px;
}

/* source: responsive.css */
.sportsbook-show-img{
max-width: 55px;
}

/* source: responsive.css */
.sportsbook-show-text{
font-size: 0.85rem;
}

/* source: responsive.css */
}

@media (max-width: 475px){
.sportsbook-show-bookmakers {
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    gap: 8px;
}

/* source: responsive.css */
.sportsbook-show-img{
max-width: 45px;
}

/* source: responsive.css */
.sportsbook-show-text{
font-size: 0.8rem;
}

/* source: responsive.css */
}

/* Optional: if you toggle data-active="true" in JS */
.sportsbook-show-img[data-active="true"]{
outline: 2px solid mediumseagreen;
  outline-offset: 2px;
  border-radius: 8px;
}

