/* ALBERO TV — MEJORAS DE FECHA, HOY, HORAS Y MENÚ */
.date { color: #ffffff; }
.day.today { border-color: rgba(255, 203, 64, 0.52); }
.day.today .day-header {
  position: relative;
  background: radial-gradient(circle at 50% 0%, rgba(255, 207, 67, 0.17), transparent 72%), linear-gradient(180deg, rgba(255,255,255,.045), transparent);
  border-bottom-color: rgba(255, 214, 86, 0.20);
}
.day.today .label {
  width: fit-content; min-height: auto; margin: 0 auto 5px; padding: 5px 10px;
  border: 1px solid rgba(255,218,105,.38); border-radius: 999px;
  background: rgba(108,78,8,.45); color: #ffe08a; font-size: 10px; letter-spacing: 1.5px;
  box-shadow: 0 5px 18px rgba(0,0,0,.16);
}
.day.today .date { color: #fff7dc; }
.day.today.active {
  border-color: rgba(255,214,86,.92);
  box-shadow: 0 0 0 1px rgba(255,214,86,.18), 0 25px 80px rgba(0,0,0,.45), 0 0 34px rgba(255,196,45,.12);
}
.time-local { display: inline-flex; flex-wrap: wrap; align-items: baseline; gap: 4px 6px; outline: none; }
.time-main { font: inherit; }
.time-day-shift {
  padding: 3px 6px; border-radius: 999px; background: rgba(255,207,63,.14); color: #ffe28a;
  font-size: 9px; line-height: 1; font-weight: 900; font-style: normal; white-space: nowrap;
}
.time-origin {
  flex-basis: 100%; color: rgba(255,255,255,.58); font-size: 9px; line-height: 1.2;
  font-weight: 700; font-style: normal; white-space: nowrap;
}
.program-event .time-origin { color: rgba(255,255,255,.76); }
.time-local:focus-visible { border-radius: 7px; box-shadow: 0 0 0 2px rgba(103,211,255,.50); }
.category-pill { cursor: pointer; }
.category-name { line-height: 1; }
.category-count {
  min-width: 21px; height: 21px; padding: 0 6px; display: inline-flex; align-items: center; justify-content: center;
  border: 1px solid rgba(255,255,255,.12); border-radius: 999px; background: rgba(0,0,0,.20);
  color: rgba(255,255,255,.92); font-size: 10px; line-height: 1; font-weight: 900; font-style: normal;
}
.category-pill.active-category {
  color: #fff; border-color: rgba(255,255,255,.42); background: #20547f;
  box-shadow: 0 0 0 1px rgba(103,211,255,.14), 0 8px 22px rgba(0,0,0,.25), 0 0 20px rgba(77,188,255,.12);
  transform: translateY(-1px);
}
.category-pill.corridas.active-category { background: #a82d69; }
.category-pill.rejones.active-category { background: #65327c; }
.category-pill.novilladas.active-category { background: #a85f13; }
.category-pill.recortes.active-category { background: #9d2d2d; }
.category-pill.programas.active-category { background: #1f6d99; }
.category-pill.active-category .category-count { background: rgba(255,255,255,.18); border-color: rgba(255,255,255,.22); }
@media (max-width: 800px) {
  .category-pill { gap: 6px; }
  .category-count { min-width: 19px; height: 19px; padding: 0 5px; font-size: 9px; }
  .time-origin { font-size: 8px; }
  .day.today .label { padding: 4px 9px; }
}
