.smartcalendar-list {
  border-left: 3px solid #2c7be5;
  padding-left: 20px;
  margin: 20px 0;
}

.smartcalendar-item {
  margin-bottom: 25px;
  position: relative;
}

.smartcalendar-item::before {
  content: '';
  width: 12px;
  height: 12px;
  background: #2c7be5;
  border-radius: 50%;
  position: absolute;
  left: -28px;
  top: 5px;
}

.smartcalendar-date {
  font-size: 1.1em;
  color: #2c7be5;
}

.smartcalendar-title {
  font-weight: bold;
  font-size: 1.2em;
}

.smartcalendar-desc {
  margin-top: 5px;
  color: #555;
}

/* Tło i obramowanie kalendarza */
#smartcalendar-full {
  background: #e9f0f6;
  border-radius: 10px;
  padding: 20px;
  font-family: 'Segoe UI', sans-serif;
  max-width: 350px;
  margin: 0 auto;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

/* Nagłówek miesiąca */
.fc .fc-toolbar-title {
  font-size: 1.4em;
  font-weight: bold;
  color: #506b8e;
  margin-bottom: 10px;
}

.fc .fc-button {
  background: none;
  border: none;
  color: #506b8e;
  font-size: 1.2em;
}

.fc .fc-button:disabled {
  opacity: 0.3;
}

/* Dni tygodnia */
.fc .fc-col-header-cell-cushion {
  color: #5c738e;
  font-weight: 500;
  font-size: 0.9em;
  padding: 5px 0;
}

/* Komórki kalendarza */
.fc-daygrid-day-frame {
  padding: 5px;
  text-align: center;
}

.fc-daygrid-day-number {
  font-weight: 500;
  color: #2c3e50;
  text-decoration: none;
  font-size: 1em;
  border-radius: 50%;
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  transition: background 0.3s, color 0.3s;
}

.fc-day-today .fc-daygrid-day-number {
  background: #1da1f2;
  color: white;
  font-weight: bold;
}

.fc-daygrid-day:hover .fc-daygrid-day-number {
  background: #cce4f7;
  color: #000;
}

/* Wydarzenia */
.fc-event {
  background-color: #6c9edc;
  color: #fff;
  border: none;
  padding: 2px 5px;
  font-size: 0.75em;
  border-radius: 5px;
  margin-top: 4px;
}

#smartcalendar-full {
  max-width: 100%;
  overflow: visible !important;
}

.fc-scroller-harness {
  overflow: visible !important;
  max-height: none !important;
}

.fc-col-header-cell-cushion {
  text-transform: lowercase;
  font-weight: 600;
  color: #5a6b80;
}

.fc-daygrid-day-number {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  font-weight: 500;
  font-size: 0.95em;
}

.fc-day-today .fc-daygrid-day-number {
  background: #00aaff;
  color: #fff;
  font-weight: bold;
}

/* Wymuszona wysokość na pełny miesiąc */
.fc-view-harness {
  min-height: 500px !important;
  max-height: none !important;
  overflow: visible !important;
}

.fc-scroller {
  overflow: visible !important;
  max-height: none !important;
}

.fc-daygrid-body {
  min-height: 350px !important;
}

.fc {
  overflow: visible !important;
}
