.myec-wrapper{background:var(--myec-bg,#fff);padding:12px;border-radius:12px;box-shadow:0 1px 2px rgb(0 0 0 / .05)}.my-sidebar-calendar-widget{--accent:var(--myec-accent,#0ea5e9);font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif;color:#1f2937}.myec-cal-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.myec-title{font-weight:700}.myec-nav{border:1px solid #e5e7eb;background:#fff;border-radius:8px;padding:4px 8px;cursor:pointer}.myec-nav:hover{background:#f9fafb}.myec-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:4px}.myec-cell{position:relative;min-height:36px;display:flex;align-items:flex-start;justify-content:flex-end;padding:6px;border-radius:10px;background:#fff;border:1px solid #f3f4f6}.myec-cell.head{background:#f9fafb;color:#6b7280;font-weight:600;justify-content:center}.myec-cell.blank{background:#fff0;border:none}.myec-cell.day{cursor:pointer}.myec-cell.day.has{border-color:var(--accent)}.myec-cell .num{font-size:.9rem}.myec-cell .dot{position:absolute;left:6px;top:6px;width:6px;height:6px;border-radius:999px;background:var(--accent)}.myec-day-detail{margin-top:10px;border-top:1px dashed #e5e7eb;padding-top:8px}.myec-day-list h4{margin:0 0 6px;font-size:1rem;color:#111827}.myec-empty{color:#6b7280}.myec-day-list ul{list-style:none;margin:0;padding:0;display:grid;gap:6px}.myec-day-list li{padding:6px;border:1px solid #f3f4f6;border-radius:10px;background:#fff}.myec-event-title{font-weight:700;text-decoration:none}.myec-event-title:hover{text-decoration:underline}.myec-meta{font-size:.85rem;color:#6b7280}.myec-upcoming{list-style:none;margin:0;padding:0;display:grid;gap:8px}.myec-upcoming li{padding:8px;border:1px solid #f3f4f6;border-radius:10px;background:#fff}@media (max-width:480px){.myec-cell{min-height:32px;padding:4px}.myec-title{font-size:.95rem}}