.sfc-calendar{font-family:inherit;background:#fff;border:1px solid #e7e7e7;border-radius:14px;padding:16px;box-shadow:0 6px 20px rgb(0 0 0 / .05);max-width:100%;box-sizing:border-box}.sfc-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:14px}.sfc-head h3{margin:2px 0 0;font-size:20px;line-height:1.2}.sfc-kicker{font-size:11px;text-transform:uppercase;letter-spacing:.08em;opacity:.6}.sfc-count{font-size:12px;background:#f2f2f2;padding:5px 8px;border-radius:99px}.sfc-weekdays,.sfc-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:4px}.sfc-weekdays span{text-align:center;font-size:11px;color:#666;padding-bottom:5px}.sfc-day{position:relative;min-height:42px;display:flex;align-items:center;justify-content:center;border:1px solid #fff0;background:#f7f7f7;border-radius:8px;cursor:pointer;font-family:inherit;font-size:13px;padding:0;margin:0;color:#222}.sfc-day:hover{border-color:#999}.sfc-day.has-events{background:#f0f0f0;border-color:#ddd;font-weight:700}.sfc-number{display:block;color:#222222!important;opacity:1!important;font-size:13px;font-weight:600;line-height:1;text-align:center;visibility:visible!important}.sfc-dot{position:absolute;width:5px;height:5px;border-radius:50%;background:#e33;left:50%;bottom:7px;transform:translateX(-50%)}.sfc-day-count{position:absolute;top:3px;right:4px;min-width:14px;height:14px;display:flex;align-items:center;justify-content:center;font-size:9px;line-height:14px;background:#222;color:#fff;border-radius:99px}.sfc-panel{margin-top:15px;border-top:1px solid #eee;padding-top:12px}.sfc-panel-title{font-weight:700;margin-bottom:8px}.sfc-event{padding:10px 0;border-bottom:1px solid #eee}.sfc-event:last-child{border-bottom:0}.sfc-event a{font-weight:700;text-decoration:none}.sfc-event-meta{font-size:12px;opacity:.7;margin-top:3px}.sfc-event-desc{font-size:13px;margin-top:5px}.sfc-links{margin-top:7px;display:flex;gap:10px;flex-wrap:wrap}.sfc-links a{font-size:12px}.sfc-empty{min-height:42px}@media (max-width:480px){.sfc-calendar{padding:12px}.sfc-head h3{font-size:18px}.sfc-day{min-height:38px;font-size:13px}.sfc-number{font-size:12px;color:#222222!important}.sfc-weekdays span{font-size:10px}.sfc-count{display:none}}