.tsvgb-tabs { margin: 1rem 0; }
.tsvgb-tabs-nav { display: flex; gap: .5rem; margin-bottom: .5rem; }
.tsvgb-tab { padding: .5rem .75rem; cursor: pointer; }
.tsvgb-tab.active { background: #f0f0f0; }
.tsvgb-tab-panel { display: none; border: 1px solid #e5e7eb; padding: .75rem; }
.tsvgb-tab-panel.active { display: block; }
.tsvgb-cal-header { display:flex; align-items:center; justify-content: space-between; margin: .25rem 0 .5rem; }
.tsvgb-alert { padding:.75rem; border:1px solid #e5e7eb; background:#f9fafb; }
.tsvgb-alert.tsvgb-warning { background:#fff7ed; border-color:#fdba74; }
.tsvgb-alert.tsvgb-info { background:#eff6ff; border-color:#93c5fd; }