/*
Theme Name: Keynesia
Theme URI: https://keynesia.it/
Template: hello-elementor
Author: Matteo Lecci
Author URI: https://matteolecci.it/
Description: Keynesia
Tags: keynesia
Version: 1.0.1743158255
Updated: 2025-03-28 11:37:35

*/

h1.entry-title {
	display: none !important;
}

/* modale evento */
@media (min-width: 1024px) {
  .jet-calendar-week__day,
  .jet-calendar-week__day-wrap,
  .jet-calendar-week__day-content {
    overflow: visible !important;
  }

  .calendar-event-title-wrapper {
    position: relative;
    display: inline-block;
  }

  .calendar-event-tooltip {
    display: none;
    opacity: 0;
    transform: translateX(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    position: absolute;
    left: 100%;
    top: 0;
    min-width: 300px;
    max-width: 300px;
    width: 300px;
    z-index: 999;
    background: white;
    border: 1px solid #ccc;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    padding: 15px;
    pointer-events: none;
  }

  .calendar-event-title-wrapper:hover .calendar-event-tooltip {
    display: block;
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
  }
}