.dashboard-week{background:#fff;border:1px solid var(--line);border-radius:18px;padding:22px;margin:0 0 24px}.dashboard-week .section-title h2{margin:0}.dashboard-week .section-title p{color:var(--muted);font-size:13px;margin:3px 0 0}.dashboard-week .section-title a{font-size:13px}.week-strip{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:8px;margin-top:18px}.week-day{min-height:150px;background:#f7f8f6;border:1px solid transparent;border-radius:12px;padding:9px}.week-day.today{background:#eef6f1;border-color:var(--green)}.week-day header{display:flex;justify-content:space-between;align-items:center;margin-bottom:9px;color:var(--muted);font-size:11px;text-transform:uppercase}.week-day header strong{display:grid;place-items:center;width:27px;height:27px;border-radius:50%;font-size:13px;color:var(--ink)}.week-day.today header strong{background:var(--green);color:#fff}.week-day>div{display:flex;flex-direction:column;gap:6px}.week-day a{display:flex;flex-direction:column;border-left:3px solid var(--lesson-color);border-radius:7px;background:#fff;padding:7px;color:inherit;text-decoration:none;overflow:hidden}.week-day a strong,.week-day a small{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.week-day a strong{font-size:11px}.week-day a small{color:var(--muted);font-size:9px}.no-lessons{color:#9aa39f;font-size:10px;padding:7px 2px}@media(max-width:900px){.week-strip{overflow-x:auto;grid-template-columns:repeat(7,145px)}}
