.anime-schedule-widget{display:flex;flex-direction:column;gap:10px}
.anime-schedule-tab-heads{display:flex;gap:6px;justify-content:center;align-items:center;overflow-x:auto;padding-bottom:2px;scrollbar-width:thin}
.anime-schedule-tab-btn{display:flex;flex-direction:column;align-items:center;min-width:84px;padding:7px 10px;border:0;border-radius:10px;background:#f2f2f4;cursor:pointer;line-height:1.15;white-space:nowrap;color:inherit}
.anime-schedule-tab-btn span{font-size:13px;font-weight:600}
.anime-schedule-tab-btn small{font-size:11px;opacity:.7;margin-top:2px}
.anime-schedule-tab-btn.is-active{background:#e6efff}
.anime-schedule-tab-bodies{position:relative}
.anime-schedule-day{display:none;flex-direction:column;gap:10px;max-height:560px;overflow-y:auto;overflow-x:hidden;padding-right:4px;scrollbar-width:thin}
.anime-schedule-day.is-active{display:flex}
.anime-schedule-row{display:flex;gap:10px;align-items:center;padding:10px;border-radius:10px;background:#f7f7f9;text-decoration:none;color:inherit;transition:.15s;min-height:80px}
.anime-schedule-row:hover{transform:translateY(-1px);background:#eef3ff}
.anime-schedule-row img,.anime-schedule-poster{width:42px;height:60px;object-fit:cover;border-radius:6px;flex:0 0 42px;background:#ececf0}
.anime-schedule-info{display:flex;flex-direction:column;line-height:1.35;min-width:0}
.anime-schedule-info strong{display:block;overflow:hidden;text-overflow:ellipsis}
.anime-schedule-info span{opacity:.72;font-size:12px}
.anime-schedule-empty{opacity:.7;padding:10px}
@media (max-width:600px){.anime-schedule-day{max-height:460px}.anime-schedule-tab-btn{min-width:74px;padding:7px 8px}}
.anime-schedule-full-link{text-align:center;margin-top:4px}.anime-schedule-full-link a{display:inline-block;font-size:13px;text-decoration:none;border-radius:8px;padding:6px 10px;background:#f2f2f4;color:inherit}.anime-schedule-full-link a:hover{background:#eef3ff}
.anime-schedule-full-page{display:flex;flex-direction:column;gap:18px}.anime-schedule-full-head h1{margin:0 0 6px}.anime-schedule-full-head p{margin:0;opacity:.75}.anime-schedule-full-list{display:flex;flex-direction:column;gap:18px}.anime-schedule-full-day{display:flex;flex-direction:column;gap:10px}.anime-schedule-full-day h2{display:flex;align-items:baseline;gap:8px;margin:0;font-size:20px}.anime-schedule-full-day h2 span{font-size:14px;opacity:.65;font-weight:400}.anime-schedule-full-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:10px}.anime-schedule-full-card{display:flex;gap:12px;align-items:center;padding:10px;border-radius:12px;background:#f7f7f9;text-decoration:none;color:inherit;min-height:108px;transition:.15s}.anime-schedule-full-card:hover{transform:translateY(-1px);background:#eef3ff}.anime-schedule-full-card img{width:64px;height:92px;object-fit:cover;border-radius:8px;flex:0 0 64px;background:#ececf0}.anime-schedule-full-info{display:flex;flex-direction:column;gap:5px;min-width:0;line-height:1.35}.anime-schedule-full-info strong{overflow:hidden;text-overflow:ellipsis}.anime-schedule-full-info span{font-size:13px;opacity:.72}@media(max-width:600px){.anime-schedule-full-grid{grid-template-columns:1fr}.anime-schedule-full-day h2{font-size:18px}}
