.kfm-schedule-tabs{display:flex;gap:10px;flex-wrap:wrap;margin:0 0 18px}.kfm-schedule-tabs a{padding:10px 14px;border:1px solid var(--line);border-radius:14px;color:#dbe5ff;background:rgba(255,255,255,.04);text-decoration:none}.kfm-schedule-tabs a.active{background:linear-gradient(135deg,var(--pink),var(--orange));color:#fff;border-color:transparent}.kfm-schedule-day{display:none}.kfm-schedule-day.active{display:block}.kfm-schedule-list{display:grid;gap:14px}.kfm-schedule-row{display:grid;grid-template-columns:110px 1fr 120px;gap:16px;align-items:center;padding:14px;border:1px solid var(--line);border-radius:18px;background:rgba(255,255,255,.045)}.kfm-schedule-time{font-weight:900;color:#ff5ec4}.kfm-schedule-row h3{margin:0 0 5px;font-size:18px}.kfm-schedule-row p{margin:0;color:var(--muted);font-size:13px}.kfm-schedule-row img{width:96px;height:72px;object-fit:cover;border-radius:14px;background:rgba(255,255,255,.06)}@media(max-width:720px){.kfm-schedule-row{grid-template-columns:1fr}.kfm-schedule-row img{width:100%;height:160px}}
