.elementor-kit-44{--e-global-color-primary:#26A5AC;--e-global-color-secondary:#22274F;--e-global-color-text:#000000;--e-global-color-accent:#26A5AC;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:500;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;}.elementor-kit-44 button,.elementor-kit-44 input[type="button"],.elementor-kit-44 input[type="submit"],.elementor-kit-44 .elementor-button{background-color:#26A5AC;color:var( --e-global-color-secondary );border-radius:20px 20px 20px 20px;}.elementor-kit-44 button:hover,.elementor-kit-44 button:focus,.elementor-kit-44 input[type="button"]:hover,.elementor-kit-44 input[type="button"]:focus,.elementor-kit-44 input[type="submit"]:hover,.elementor-kit-44 input[type="submit"]:focus,.elementor-kit-44 .elementor-button:hover,.elementor-kit-44 .elementor-button:focus{background-color:#40BCC8;color:var( --e-global-color-secondary );}.elementor-kit-44 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .header-inner{width:90%;max-width:100%;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-header .site-branding .site-logo img{width:290px;max-width:290px;}.site-header .site-navigation ul.menu li a{color:var( --e-global-color-secondary );}.site-header .site-navigation-toggle .site-navigation-toggle-icon{color:var( --e-global-color-primary );}.site-header .site-navigation-toggle{background-color:var( --e-global-color-primary );}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* === Clinic Reminder Styles === */
.cr-wrapper {
  font-family: 'Inter', sans-serif;
  color: #22274f;
  margin: 2em 0;
}

/* Tabella */
.cr-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
}
.cr-table th {
  text-align: left;
  font-weight: 600;
  padding: 10px;
  color: #22274f;
  border-bottom: 2px solid #eee;
}
.cr-table td {
  background: #fff;
  border-radius: 8px;
  padding: 12px 16px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}
.cr-row.scaduto td { border-left: 4px solid #e74c3c; }
.cr-row.in-corso td { border-left: 4px solid #1e90ff; }
.cr-row.aggiornato td { border-left: 4px solid #2ecc71; }

.cr-status {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 0.9em;
  font-weight: 500;
  color: #fff;
}
.cr-scaduto .cr-status { background: #e74c3c; }
.cr-in-corso .cr-status { background: #1e90ff; }
.cr-aggiornato .cr-status { background: #2ecc71; }

/* Card view */
.cr-card-view {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 16px;
  margin-top: 30px;
}
.cr-card {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  border-left: 4px solid #22274f;
  transition: transform 0.2s;
}
.cr-card:hover { transform: translateY(-3px); }
.cr-card h4 {
  font-weight: 600;
  margin-bottom: 8px;
  color: #22274f;
}
.cr-card .cr-date {
  font-size: 0.9em;
  color: #555;
  margin-bottom: 8px;
}
.cr-card .cr-status {
  font-weight: 600;
  margin-bottom: 10px;
}
.cr-link {
  color: #1e90ff;
  font-weight: 500;
  text-decoration: none;
}
.cr-link:hover {
  text-decoration: underline;
}/* End custom CSS */