/* =========================================================
   DARK THEME – GRID / BORDERS
   ========================================================= */

/* Yhtenäinen grid-väri */
#kp-calendar.kp-theme-dark{
  --kp-grid-color: #515c69;
}

/* Pääruudukko */
#kp-calendar.kp-theme-dark .fc .fc-scrollgrid,
#kp-calendar.kp-theme-dark .fc .fc-scrollgrid td,
#kp-calendar.kp-theme-dark .fc .fc-scrollgrid th{
  border-color: var(--kp-grid-color) !important;
}

/* DayGrid (month) */
#kp-calendar.kp-theme-dark .fc .fc-daygrid-day{
  border-color: var(--kp-grid-color) !important;
}

/* TimeGrid (week/day) sarakkeet */
#kp-calendar.kp-theme-dark .fc .fc-timegrid-col{
  border-color: var(--kp-grid-color) !important;
}

/* TimeGrid tuntiviivat */
#kp-calendar.kp-theme-dark .fc .fc-timegrid-slot,
#kp-calendar.kp-theme-dark .fc .fc-timegrid-slot-lane{
  border-color: var(--kp-grid-color) !important;
}

/* Headerin ja gridin välinen raja */
#kp-calendar.kp-theme-dark .fc .fc-col-header,
#kp-calendar.kp-theme-dark .fc .fc-col-header-cell{
  border-bottom-color: var(--kp-grid-color) !important;
}

/* Headerin sisätausta (sync-inner) */
#kp-calendar.kp-theme-dark .fc .fc-col-header-cell .fc-scrollgrid-sync-inner{
  background-color: #515c69 !important;
}
