
/* FIX17: programación de recinto/cancha más clara */
.fixture-schedule-card .fixture-table-head h2::after{content:" · recinto y cancha editables";font-size:.78rem;font-weight:700;color:#6b7f99;margin-left:.35rem;}
.fixture-table select.form-control{min-width:180px;background:#fff;}
.fixture-table td[data-label="Cancha"] select.form-control,.fixture-table td[data-label="Recinto"] select.form-control{font-weight:650;}
.fixture-table tr:hover td{background:rgba(219,244,239,.35);}
@media (max-width: 900px){.fixture-table select.form-control{min-width:100%;}}
