/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 07 2026 | 04:44:28 */
.kalendarium.type-kalendarium {
  background: var(--wp--preset--color--tertiary) !important;
  border-radius: 10px;
}
@media (max-width: 1024px) {
  .kalendarium-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 777px) {
  .kalendarium-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
