/**
 * Componentes money diferidos (P2-1): refuerzos no críticos de odds/related.
 * Se encola solo en singular money/guías para aligerar la ruta crítica de home.
 *
 * Tamaños de CTA/logo van en min-width:850px. Si se aplican siempre, pisan el
 * CSS móvil/tablet de style.css (mismo specificity, este archivo carga después)
 * y recortan "Ver cuotas" en ~330px.
 */

.bs-odds-table__action a,
.bs-odds-table__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: none !important;
  border-radius: 7px !important;
  background: linear-gradient(135deg, #9ed45f 0%, #75b82a 100%) !important;
  color: #0f120a !important;
  font-weight: 900 !important;
  text-decoration: none !important;
  text-transform: uppercase;
  box-shadow: 0 14px 32px rgba(138, 195, 78, .22);
}

.bs-odds-table__action a:hover,
.bs-odds-table__action a:focus-visible,
.bs-odds-table__button:hover,
.bs-odds-table__button:focus-visible {
  filter: brightness(1.06);
  color: #0f120a !important;
  text-decoration: none !important;
  transform: translateY(-1px);
  box-shadow: 0 16px 38px rgba(138, 195, 78, .30);
}

@media (min-width: 850px) {
  .bs-odds-table__row th.bs-odds-table__bookmaker img,
  .bs-odds-table__bookmaker img {
    max-width: 42px;
    height: auto;
    vertical-align: middle;
    border-radius: 6px;
  }

  .bs-odds-table__action a,
  .bs-odds-table__button {
    gap: 14px;
    min-height: 48px;
    padding: 0 20px;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: .3px;
  }
}
