/* Título */
.gbd-titulo-dia{
    font-family:'Inter',sans-serif;font-weight:600;font-size:21px;line-height:23px;
    color:#fff;background-color:#1e1e1e;border:1px solid #333;border-radius:10px;
    text-align:center;padding:12px 20px;margin:20px auto 8px;max-width:920px;
    box-shadow:0 4px 12px rgba(0,0,0,.05)
  }
  @media (max-width:768px){
    .gbd-titulo-dia{position:sticky;top:0;z-index:1000;border-radius:0;border-left:none;border-right:none;margin:0;padding:10px 14px;font-size:18px;line-height:22px}
  }
  .fixture-round{font-size:.95rem;font-weight:500;text-align:center;color:#aaa;margin-bottom:20px}
  
  /* Lista + tarjeta */
  .gbd-fixture-list{list-style:none;margin:0 auto 40px;max-width:900px;padding:0;font-family:'Inter',sans-serif;color:#eee}
  .fixture-item{background-color:#1f1f1f;border:1px solid #333;border-radius:10px;margin-bottom:14px;padding:14px;box-shadow:0 1px 4px rgba(0,0,0,.2)}
  
  /* ===== Layout “Equipos | 1 | X | 2” ===== */
  .obd-row{
    display:grid;
    grid-template-columns: 1.6fr repeat(3, 120px);
    gap:12px;
    align-items:center;
  }
  @media (max-width:980px){
    .obd-row{ grid-template-columns: 1.2fr repeat(3, 100px); }
  }
  @media (max-width:720px){
    .obd-row{ grid-template-columns: 1fr 1fr 1fr; }
    .obd-col.price:nth-child(n+3){ margin-top:6px; }
  }
  .obd-col .label{font-size:12px;color:#9aa;margin-bottom:6px}
  .obd-col.price .btn{
    display:flex;justify-content:center;align-items:center;
    background:#f3f3f3;color:#111;border:1px solid #ddd;border-radius:8px;
    padding:10px 8px;font-weight:700;min-height:42px;
  }
  .obd-col.price .btn.disabled{opacity:.5}
  
  /* Columna equipos */
  .obd-col.teams .team{display:flex;align-items:center;gap:8px;margin-bottom:6px}
  .team-badge{width:22px;height:22px;object-fit:contain}
  .team-name{color:#ddd;text-decoration:none}
  .team-name:hover{color:#00ff99}
  .obd-col.teams .meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:6px}
  .obd-col.teams .when{font-size:12px;color:#aaa}
  .obd-col.teams .cta{
    font-size:11px;background:#ff7a00;color:#fff;text-decoration:none;
    padding:4px 8px;border-radius:4px;font-weight:700
  }
  
  /* Sin cuotas */
  .obd-no-odds{margin-top:8px;color:#bbb;font-size:13px}
  /* Betslip fijo abajo */
#obd-betslip {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #111;
    color: #fff;
    border-top: 2px solid #0a84ff;
    padding: 10px;
    z-index: 9999;
    font-family: sans-serif;
  }
  #obd-betslip.hidden { display: none; }
  #obd-betslip-header { font-weight: bold; margin-bottom: 5px; }
  #obd-betslip-list { list-style: none; margin: 0; padding: 0; max-height: 120px; overflow-y: auto; }
  #obd-betslip-list li { display: flex; justify-content: space-between; border-bottom: 1px solid #444; padding: 3px 0; }
  #obd-betslip-footer { display: flex; justify-content: space-between; align-items: center; margin-top: 5px; }
  #obd-place-bet {
    background: #0a84ff;
    color: #fff;
    border: none;
    padding: 6px 12px;
    border-radius: 6px;
    cursor: pointer;
  }
  .odd-pick.selected {
    background: #0a84ff !important;
    color: #fff;
  }
    