.tec-calendar{font-family:inherit;width:100%;max-width:100%;box-sizing:border-box;color:inherit}
.tec-calendar *{box-sizing:border-box}
.tec-widget-title{font-size:1.05rem;font-weight:700;margin:0 0 8px}
.tec-cal-toolbar{display:grid;grid-template-columns:36px 1fr 36px;align-items:center;gap:5px;margin-bottom:7px}
.tec-month-label{text-align:center;font-weight:700;font-size:14px;white-space:nowrap}
.tec-prev,.tec-next{appearance:none;border:1px solid rgba(0,0,0,.14);background:#fff;color:#333;border-radius:7px;min-width:36px;height:34px;padding:0;line-height:1;font-size:22px;cursor:pointer}
.tec-prev:focus-visible,.tec-next:focus-visible,.tec-event:focus-visible{outline:2px solid currentColor;outline-offset:2px}
.tec-cal-status{min-height:0;font-size:11px;margin-bottom:4px;color:#666}
.tec-cal-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));border-top:1px solid rgba(0,0,0,.10);border-left:1px solid rgba(0,0,0,.10);background:#fff}
.tec-dow,.tec-day{min-width:0;border-right:1px solid rgba(0,0,0,.10);border-bottom:1px solid rgba(0,0,0,.10)}
.tec-dow{text-align:center;font-size:10px;font-weight:700;padding:4px 1px;background:rgba(0,0,0,.025)}
.tec-day{min-height:61px;padding:2px;overflow:hidden;background:#fff}
.tec-blank{background:rgba(0,0,0,.015)}
.tec-day-num{font-size:10px;line-height:1.2;text-align:right;margin:0 1px 3px;color:#555}
.tec-today .tec-day-num{font-weight:800;text-decoration:underline}
.tec-event{display:flex;align-items:center;min-width:0;width:100%;margin:0 0 2px;padding:2px 3px;border-radius:4px;color:#222!important;text-decoration:none!important;font-size:10.5px;line-height:1.35;overflow:hidden}
.tec-event-title{display:block;min-width:0;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:600}
.tec-area-legend{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:4px 6px;margin-top:8px;font-size:10px;line-height:1.25}
.tec-legend-item{display:flex;align-items:center;min-width:0;gap:4px}
.tec-legend-swatch{flex:0 0 auto;width:12px;height:12px;border-radius:3px;border:1px solid rgba(0,0,0,.08)}
.tec-legend-label{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
@media (max-width:360px){.tec-day{min-height:57px}.tec-event{font-size:9.8px;line-height:1.35;padding:2px}.tec-day-num{font-size:9px}.tec-area-legend{grid-template-columns:repeat(3,minmax(0,1fr));font-size:9.5px;gap:4px}}
