.cards-column {
  flex: 1;
}

.ai-picks-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  padding: 0 1rem 2.5rem;
  width: 100%;
  justify-items: center;
}

.ai-picks-grid--home {
  grid-template-columns: minmax(0, 1fr);
  padding: 0;
  justify-items: stretch;
}

/* Tablet */
@media (max-width: 1024px) {
  .ai-picks-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */
@media (max-width: 640px) {
  .ai-picks-grid {
    grid-template-columns: 1fr;
  }
}

button.odds-scope-button {
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  padding: 0;
  background: url('/wp-content/themes/topflight/images/odds_scope_transparent.png') no-repeat center / contain;
  border: none;
  cursor: pointer;

  /* Control logo size */
  width: 100px;
  /* or 120px if you want it bigger */
  height: 40px;
  /* adjust height for proportions */
  display: inline-block;
}


.ai-pick-card {
  background: radial-gradient(circle at top, rgba(23, 76, 96, 0.35), rgba(4, 16, 22, 0.95));
  border-radius: 22px;
  padding: 1.5rem;
  color: #e9f4f3;
  position: relative;
  box-shadow: 0 0 0 1px rgba(31, 217, 198, 0.25), 0 22px 44px rgba(0, 0, 0, 0.55);
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  backdrop-filter: blur(4px);
  width: 100%;
  /*max-width: 520px;*/
  margin: 0 auto;
}

.ai-pick-card--home {
  padding: 1.25rem;
  gap: 1rem;
}

.ai-pick-card__hide-toggle {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid rgba(31, 217, 198, 0.35);
  background: rgba(3, 18, 24, 0.72);
  color: rgba(31, 217, 198, 0.75);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.05rem;
  cursor: pointer;
  transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
  z-index: 2;
}

.ai-pick-card__hide-toggle span {
  line-height: 1;
}

.ai-pick-card__hide-toggle:hover,
.ai-pick-card__hide-toggle:focus-visible {
  color: #1de1d1;
  background: rgba(3, 18, 24, 0.95);
  transform: translateY(-1px);
}

.ai-pick-card__hide-toggle.is-active {
  color: #ffb37d;
  border-color: rgba(255, 179, 125, 0.55);
}

.ai-pick-card__hidden-flag {
  position: absolute;
  top: 12px;
  left: 14px;
  padding: 0.25rem 0.65rem;
  border-radius: 999px;
  background: rgba(255, 179, 125, 0.9);
  color: #031418;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  display: none;
  z-index: 1;
}

.ai-pick-card.is-hidden-visible {
  opacity: 0.55;
}

.ai-pick-card.is-hidden-visible .ai-pick-card__hidden-flag {
  display: inline-flex;
}

.ai-pick-card.is-favorite {
  box-shadow: 0 0 0 2px rgba(255, 209, 102, 0.35), 0 24px 50px rgba(0, 0, 0, 0.45);
}

.ai-pick-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.ai-pick-card__team-logo img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  filter: drop-shadow(0 6px 18px rgba(0, 0, 0, 0.45));
}

.ai-pick-card__matchup {
  flex: 1;
  text-align: center;
}

.ai-pick-card__matchup-names {
  font-weight: 700;
  font-size: 1.1rem;
  letter-spacing: 0.02em;
}

.ai-pick-card__matchup-time {
  margin-top: 0.35rem;
  font-size: 0.85rem;
  color: #8fd0c8;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ai-pick-card__pick {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1rem;
}

.ai-pick-card__pick-label {
  font-weight: 600;
  color: #1ed1c2;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.ai-pick-card__pick-value {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
  font-weight: 600;
}

.ai-pick-card__pick-headshot .player-headshot {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.45);
}

.ai-pick-card__odds-strip {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem;
  background: rgba(7, 29, 36, 0.75);
  padding: 0.85rem 1rem;
  border-radius: 16px;
  border: 1px solid rgba(31, 217, 198, 0.15);
}

.ai-pick-card__odds-strip--empty {
  justify-content: flex-end;
}

.ai-pick-card__odds-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 68px;
  padding: 1.4rem 0.65rem 0.5rem;
  border-radius: 12px;
  background: rgba(9, 40, 48, 0.65);
  box-shadow: inset 0 0 0 1px rgba(31, 217, 198, 0.12);
}

.ai-pick-card__odds-item.is-best {
  background: rgba(31, 217, 198, 0.18);
  box-shadow: 0 0 12px rgba(31, 217, 198, 0.35), inset 0 0 0 1px rgba(31, 217, 198, 0.45);
}

.ai-pick-card__odds-logo {
  max-width: 64px;
  max-height: 26px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.ai-pick-card__odds-book {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #7ddbd0;
}

.ai-pick-card__odds-price {
  margin-top: 0.25rem;
  font-size: 1rem;
  font-weight: 700;
  color: #f6fffe;
}

.ai-pick-card__odds-view {
  margin-left: auto;
}

.ai-pick-card__view-odds {
  padding: 0.45rem 1rem;
}

.ai-pick-card__view-odds:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(31, 217, 198, 0.35);
}

.ai-pick-card__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.ai-pick-card__badge-wrapper {
  display: flex;
  align-items: stretch;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.ai-pick-card__badge-wrapper.ai-pick-card__badge--best-price {
  align-items: stretch;
}

.ai-pick-card__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  background: rgba(12, 41, 48, 0.75);
  border: 1px solid rgba(31, 217, 198, 0.18);
  font-size: 0.8rem;
}

.ai-pick-card__badge-label {
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #7ddbd0;
}

.ai-pick-card__badge-value {
  font-weight: 600;
  color: #f7fffe;
}

.ai-pick-card__simulation {
  display: none;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem;
  align-items: center;
  padding: 0.5rem 0.75rem;
  border-radius: 12px;
  background: rgba(9, 40, 48, 0.55);
  border: 1px solid rgba(31, 217, 198, 0.15);
}

.ai-pick-card__simulation.is-visible {
  display: grid;
}

.ai-pick-card__simulation-metric {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  text-align: center;
}

.ai-pick-card__simulation-label {
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #7ddbd0;
}

.ai-pick-card__simulation-value {
  font-size: 0.85rem;
  font-weight: 600;
  color: #f7fffe;
}

.ai-pick-card__badge-wrapper .ai-pick-card__simulation {
  flex: 1 1 220px;
}

.ai-pick-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  font-size: 0.85rem;
}

.ai-pick-card__favorite-toggle {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 24px;
  height: 24px;
  border: none;
  background: transparent;
  color: rgba(29, 225, 209, 0.45);
  /* teal outline by default */
  cursor: pointer;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: color .2s ease, transform .2s ease;
}

.ai-pick-card__favorite-toggle:hover,
.ai-pick-card__favorite-toggle:focus-visible {
  color: rgba(29, 225, 209, .9);
}

.ai-pick-card__favorite-toggle.is-active {
  color: #1de1d1;
}

.ai-pick-card__favorite-toggle:focus-visible {
  outline: 2px solid #1de1d1;
  outline-offset: 2px;
}


.ai-pick-card__favorite-toggle .fas {
  pointer-events: none;
}

.filter-options {
  margin-top: 1.2rem;
  display: grid;
  gap: 0.6rem;
}

.filter-options__item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.95rem;
  cursor: pointer;
}

.filter-options__item input {
  margin: 0;
}

.filter-options__item i {
  color: #1ed1c2;
}

.bet-slip-section {
  margin-top: 1.5rem;
  background: rgba(7, 29, 36, 0.88);
  border-radius: 18px;
  border: 1px solid rgba(31, 217, 198, 0.22);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.45);
  overflow: hidden;
}

.bet-slip-section--account {
  margin-top: 0;
  background: rgba(7, 29, 36, 0.75);
  border-radius: 20px;
  border: 1px solid rgba(31, 217, 198, 0.18);
  box-shadow: none;
}

.bet-slip-section__toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.9rem 1.15rem;
  background: rgba(12, 46, 56, 0.95);
  color: #ecf7f6;
  border: none;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.1em;
  cursor: pointer;
}

.bet-slip-section__toggle i {
  transition: transform 0.2s ease;
}

.bet-slip-section__toggle[aria-expanded="true"] i {
  transform: rotate(180deg);
}

.bet-slip-section__content {
  padding: 1.25rem 1.15rem 1.35rem;
}

.bet-slip-section__content[hidden] {
  display: none;
}

.bet-slip-section__toggle-label {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.bet-slip-section__count {
  font-weight: 600;
  color: #1de1d1;
}

.bet-slip-section__controls {
  margin-bottom: 0.9rem;
}

.bet-slip-section__wager {
  margin: 0;
}

.bet-slip-section__wager label {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8fd0c8;
}

.bet-slip-section__wager input {
  width: 100%;
  padding: 0.45rem 0.55rem;
  border-radius: 8px;
  border: 1px solid rgba(31, 217, 198, 0.4);
  background: rgba(17, 24, 31, 0.85);
  color: #f4fffd;
  font-size: 0.85rem;
}

.bet-slip-section__wager-value {
  display: block;
  width: 100%;
  padding: 0.45rem 0.55rem;
  border-radius: 8px;
  border: 1px solid rgba(31, 217, 198, 0.4);
  background: rgba(17, 24, 31, 0.85);
  color: #f4fffd;
  font-size: 0.85rem;
}

.bet-slip-section__wager-value.is-empty {
  color: #ffcf8f;
  border-color: rgba(255, 207, 143, 0.5);
}

.bet-slip-section__wager-note {
  display: block;
  margin-top: 0.4rem;
  font-size: 0.72rem;
  letter-spacing: 0.02em;
  color: #7ddbd0;
}

.bet-slip-section__wager-note.is-warning {
  color: #ffcf8f;
}

.bet-slip-section__links {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0.75rem;
}

.bet-slip-section__links--footer {
  margin-top: 0.75rem;
  margin-bottom: 0;
}

.bet-slip-section__links.is-hidden {
  display: none;
}

.bet-slip-section__action-link {
  font-size: 0.85rem;
  color: #1de1d1;
  text-decoration: none;
  transition: color 0.2s ease;
  cursor: pointer;
}

.bet-slip-section__action-link:hover,
.bet-slip-section__action-link:focus-visible {
  color: #7ff7ed;
  text-decoration: underline;
}

.bet-slip-section__list {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  margin-bottom: 1rem;
}

.bet-slip-section__empty {
  margin: 0;
  font-size: 0.9rem;
  color: #9eddd3;
}

.bet-slip-item {
  position: relative;
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
  padding: 0.85rem 2.5rem 0.85rem 0.9rem;
  border-radius: 14px;
  background: rgba(6, 28, 36, 0.92);
  border: 1px solid rgba(31, 217, 198, 0.18);
}

.bet-slip-section--account .bet-slip-item {
  padding: 1rem 2.5rem 1rem 1.1rem;
}

.bet-slip-item--hidden {
  opacity: 0.65;
}

.bet-slip-item__checkbox-wrap {
  position: relative;
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
}

.bet-slip-item__checkbox {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  cursor: pointer;
  /* keep it transparent so clicks go through, but it no longer draws a tick */
  background: transparent;
  border: 0;
}

.bet-slip-item__checkbox-box {
  position: absolute;
  inset: 0;
  display: inline-block;
  border-radius: 8px;
  border: 2px solid rgba(31, 217, 198, 0.32);
  transition: border-color 0.2s ease, background 0.2s ease;
}

/* custom checkmark */
.bet-slip-item__checkbox-box::after {
  content: '';
  position: absolute;
  top: 4px;
  left: 7px;
  width: 6px;
  height: 12px;
  border: solid #1de1d1;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity .15s ease;
}

/* checked state */
.bet-slip-item__checkbox:checked+.bet-slip-item__checkbox-box {
  border-color: #1de1d1;
  background: rgba(29, 225, 209, 0.2);
}

.bet-slip-item__checkbox:checked+.bet-slip-item__checkbox-box::after {
  opacity: 1;
}

.bet-slip-item__checkbox:checked+.bet-slip-item__checkbox-box {
  border-color: #1de1d1;
  background: rgba(29, 225, 209, 0.2);
}

.bet-slip-item__details {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.bet-slip-item__matchup {
  font-size: 12px;
  font-weight: 600;
  color: #f5fffd;
}

.bet-slip-item__pick {
  font-size: 12px;
  color: #c6e6e1;
}

.bet-slip-item__meta {
  display: flex;
  gap: 0.65rem;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #7ddbd0;
  flex-wrap: wrap;
}

.bet-slip-item__metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.45rem;
  margin-top: 0.6rem;
}

.bet-slip-item__metric {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  padding: 0.45rem 0.5rem;
  border-radius: 8px;
  background: rgba(12, 40, 48, 0.9);
}

.bet-slip-item__metric-label {
  font-size: 0.65rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #9cdcd3;
}

.bet-slip-item__metric-value {
  font-size: 0.75rem;
  font-weight: 600;
  color: #f5fffd;
}

.bet-slip-item__remove {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: none;
  background: transparent;
  color: rgba(255, 255, 255, 0.65);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  cursor: pointer;
  transition: color 0.2s ease, background 0.2s ease;
}

.bet-slip-item__remove:hover,
.bet-slip-item__remove:focus-visible {
  color: #ffb37d;
  background: rgba(255, 179, 125, 0.12);
}

.bet-slip-item__hidden-label {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #ffb37d;
}

.bet-slip-section__simulate-btn {
  width: 100%;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  border: none;
  background: linear-gradient(135deg, #1de1d1, #15a99f);
  color: #041216;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  cursor: pointer;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.bet-slip-section__simulate-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
}

.bet-slip-section__simulate-btn:not(:disabled):hover {
  transform: translateY(-1px);
}

.bet-slip-section__message {
  margin-top: 0.75rem;
  min-height: 1.25em;
  font-size: 0.85rem;
  color: #ffcf8f;
}

.bet-slip-section__summary {
  margin-top: 1rem;
  display: grid;
  gap: 0.75rem;
  border-top: 1px solid rgba(31, 217, 198, 0.2);
  padding-top: 1rem;
}

.bet-slip-section__summary-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.9rem;
  color: #d0f7f2;
}

.bet-slip-section__summary-row span:last-child {
  font-weight: 600;
}

.bet-slip-section__summary--account {
  background: rgba(3, 18, 24, 0.6);
  border-radius: 16px;
  padding: 1rem 1.25rem;
}

.bet-slip-section__results {
  margin-top: 1rem;
  padding: 1rem;
  border-radius: 14px;
  background: rgba(3, 18, 24, 0.85);
  border: 1px solid rgba(31, 217, 198, 0.2);
}

.bet-slip-section__results[hidden] {
  display: none;
}

.bet-slip-section__results--sgp {
  margin-top: 0.85rem;
}

.bet-slip-section__results-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  font-size: 0.95rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #1de1d1;
  margin-bottom: 0.55rem;
}

.bet-slip-section__favorite {
  background: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.65);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer;
  transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.bet-slip-section__favorite:hover,
.bet-slip-section__favorite:focus-visible {
  color: #ffd166;
  background: rgba(255, 209, 102, 0.16);
  transform: translateY(-1px);
}

.bet-slip-section__favorite.is-active {
  color: #ffd166;
}

.bet-slip-section__favorite:disabled {
  opacity: 0.45;
  cursor: not-allowed;
  transform: none;
}

.bet-slip-section__results-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.bet-slip-section__metric {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  padding: 0.65rem;
  border-radius: 10px;
  background: rgba(8, 36, 45, 0.92);
}

.bet-slip-section__metric-label {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #9cdcd3;
}

.bet-slip-section__metric-value {
  font-size: 10px;
  font-weight: 700;
  color: #f5fffd;
}

.jump-to-top-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  background: #000;
  color: #1de1d1;
  border: 2px solid #1de1d1;
  border-radius: 20px;
  width: 120px;
  height: 40px;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  z-index: 1000;
}

.jump-to-top-btn.is-visible {
  display: block;
}

.jump-to-top-btn:hover,
.jump-to-top-btn:focus-visible {
  background: #1de1d1;
  color: #000;
}

@media (max-width: 768px) {
  .bet-slip-section__links {
    justify-content: center;
  }

  .bet-slip-section__results-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bet-slip-item__metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {

  .bet-slip-section__results-grid,
  .bet-slip-item__metrics {
    grid-template-columns: 1fr;
  }
}

.ai-pick-card__details-toggle {
  background: transparent;
  border: 1px solid rgba(31, 217, 198, 0.5);
  color: #1fd9c6;
  border-radius: 999px;
  padding: 0.4rem 1rem;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.ai-pick-card__details-toggle:hover {
  background: rgba(31, 217, 198, 0.2);
  color: #ffffff;
  box-shadow: 0 8px 20px rgba(31, 217, 198, 0.3);
}

.ai-pick-card__details {
  margin-top: -0.4rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(31, 217, 198, 0.18);
}

.ai-pick-card__details ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.4rem;
  font-size: 0.85rem;
  color: #cce9e5;
}

.ai-pick-card__details li strong {
  color: #7ddbd0;
  font-weight: 600;
  margin-right: 0.35rem;
}

.ai-picks-empty-state {
  grid-column: 1 / -1;
  text-align: center;
  padding: 2rem;
  border-radius: 18px;
  background: rgba(7, 29, 36, 0.8);
  border: 1px solid rgba(31, 217, 198, 0.18);
  color: #8fd0c8;
  font-size: 1rem;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.5);
}

.ai-picks-empty-state--home {
  padding: 1.5rem;
  box-shadow: none;
  background: rgba(7, 29, 36, 0.6);
}

.ai-picks-disclaimer {
  text-align: center;
  margin-top: 15px;
  font-size: 14px;
  color: #1de1d1;
}

.ai-picks-disclaimer .odds-scope-inline-logo {
  height: 20px;
  vertical-align: middle;
}

@media (max-width: 960px) {
  .ai-picks-grid {
    padding: 0 0 2rem;
    gap: 18px;
  }

  .ai-pick-card {
    padding: 1.25rem;
  }

  .ai-pick-card__team-logo img {
    width: 48px;
    height: 48px;
  }
}

@media (max-width: 600px) {
  .ai-pick-card__header {
    gap: 0.75rem;
  }

  .ai-pick-card__matchup-names {
    font-size: 1rem;
  }

  .ai-pick-card__odds-view {
    width: 100%;
    text-align: right;
  }

  .ai-pick-card__view-odds {
    width: 100%;
    justify-content: center;
  }

  .ai-pick-card__simulation {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ai-pick-card__badge-wrapper .ai-pick-card__simulation {
    flex: 1 1 100%;
  }

  .jump-to-top-btn {
    right: 20px;
    bottom: 20px;
    width: 120px;
    height: 40px;
    font-size: 12px;
  }
}


/* replace the old button style with this */
.ai-odds-scope-btn {
  margin: 0;
  padding: 0;
  border: none;
  cursor: pointer;
  display: inline-block;

  /* show the logo */
  background: url('/wp-content/themes/topflight/images/odds_scope_transparent.png') no-repeat center / contain;

  /* explicit size so it’s never tiny */
  width: 120px;
  height: 44px;
}

/* optional: smaller on mobile */
@media (max-width: 640px) {
  .ai-odds-scope-btn {
    width: 100px;
    height: 38px;
  }
}


/* team logos in the header */
.ai-pick-card__team-logo {
  flex: 0 0 auto;
  /* don’t let flex shrink it */
  width: 72px;
  height: 72px;
}

.ai-pick-card__team-logo img {
  width: 100% !important;
  /* force size even if other CSS fights it */
  height: 100% !important;
  object-fit: contain;
  image-rendering: auto;
}

/* book logos inside Odds Scope strip */
.ai-pick-card__odds-logo {
  height: 34px;
  /* was 26px */
  width: auto;
  object-fit: contain;
  display: block;
}

.ai-pick-card__favorite-toggle {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 24px;
  height: 24px;
  border: none;
  background: transparent;
  color: rgba(29, 225, 209, 0.50);
  /* teal outline by default */
  cursor: pointer;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s ease, transform 0.2s ease;
}

.ai-pick-card__favorite-toggle:hover,
.ai-pick-card__favorite-toggle:focus-visible {
  color: rgba(29, 225, 209, 0.85);
  /* brighter teal on hover/focus */
}

.ai-pick-card__favorite-toggle.is-active {
  color: #1de1d1;
  /* solid teal when favorited */
}

.ai-pick-card__favorite-toggle:focus-visible {
  outline: 2px solid #1de1d1;
  outline-offset: 2px;
}