.misc_ca01 { font-size: 1rem; }
.misc_ca01-title {
  color: var(--misc_ca01-title-color, #212529);
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 2;
  margin-top: 2rem;
  margin-bottom: 0.3em;
}
.misc_ca01-decor {
  border: none;
  border-top: 4px solid var(--misc_ca01-decor-color, #0d6efd);
  width: 3rem;
  margin: 0 0 1em 0;
}
.misc_ca01-subtitle {
  color: var(--misc_ca01-subtitle-color, #6c757d);
  font-size: 0.95rem;
  margin: 0 0 1.25em 0;
  line-height: 1.6;
}
.misc_ca01-cals { display: flex; flex-direction: column; gap: 1.5rem; }
.misc_ca01-cal { border: 1px solid #dee2e6; border-radius: 8px; padding: 1rem; background: #fff; }
.misc_ca01-month-label {
  text-align: center;
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 0.5em;
}
.misc_ca01-weekdays {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
  font-weight: 600;
  font-size: 0.85rem;
  color: #666;
  padding: 0.3em 0;
  border-bottom: 1px solid #eee;
  margin-bottom: 0.3em;
}
.misc_ca01-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 2px;
}
.misc_ca01-day,
.misc_ca01-empty {
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  border-radius: 4px;
}
.misc_ca01-empty { }
.misc_ca01-marked {
  border: 2px solid var(--ev-color);
  color: var(--ev-color);
  font-weight: 700;
  position: relative;
}
.misc_ca01-marked:hover {
  background: var(--ev-color) !important;
  border-color: var(--ev-color) !important;
  color: #fff !important;
  text-decoration: none;
}
.misc_ca01-legend {
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px dashed #dee2e6;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.misc_ca01-legend-item {
  display: inline-flex;
  align-items: baseline;
  gap: 0.35rem;
  font-size: 0.82rem;
  color: #495057;
}
.misc_ca01-legend-item i {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 3px;
  flex-shrink: 0;
}
