.elementor-447 .elementor-element.elementor-element-469dd4a{--display:flex;}.elementor-447 .elementor-element.elementor-element-0366b17{--display:flex;}/* Start custom CSS for html, class: .elementor-element-da5c840 */.gm-legend-container {
  max-width: 1100px;
  margin: 40px auto;
  padding: 32px;
  background-color: #ffffff;
  font-family: 'Roboto', 'Segoe UI', sans-serif;
}

.gm-header { 
  margin-bottom: 40px; 
  text-align: left;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 16px;
}
.gm-header h2 { font-size: 28px; color: #202124; font-weight: 500; margin: 0; }
.gm-header p { color: #5f6368; font-size: 16px; margin-top: 8px; }

.gm-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
}

.gm-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 24px;
  border: 1px solid #e0e0e0;
  display: flex;
  flex-direction: column;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 1px 2px rgba(60,64,67,0.3);
}

.gm-card:hover {
  box-shadow: 0 4px 12px rgba(60,64,67,0.15);
}

/* Badge Icone Testuali */
.gm-icon-box {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: white;
  margin-bottom: 20px;
  font-size: 18px;
  letter-spacing: 1px;
}

/* Colori Google */
.aa-bg { background-color: #4285f4; } 
.aa-text { color: #1967d2; }
.aa-border:hover { border-color: #4285f4; }

.cs-bg { background-color: #34a853; } 
.cs-text { color: #188038; }
.cs-border:hover { border-color: #34a853; }

.ps-bg { background-color: #fbbc04; } 
.ps-text { color: #ea8600; }
.ps-border:hover { border-color: #fbbc04; }

/* Contenuti */
.gm-content h3 { font-size: 20px; margin: 0 0 12px 0; font-weight: 500; }
.gm-content p { font-size: 14px; color: #3c4043; line-height: 1.6; margin-bottom: 20px; flex-grow: 1; }

/* Chips */
.gm-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip {
  background-color: #f8f9fa;
  color: #3c4043;
  padding: 6px 12px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 500;
  border: 1px solid #dadce0;
}

@media (max-width: 600px) {
  .gm-grid { grid-template-columns: 1fr; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b24a99d *//* --- COLORI PER TIPO DI AREA --- */

/* Tema PS (Punto Sosta) - Giallo */
.ps-theme .m3-badge { background-color: #fbbc04 !important; color: #3c4043 !important; }
.ps-theme .m3-button { background-color: #fef7e0; color: #ea8600; }

/* Tema AA (Area Attrezzata) - Blu */
.aa-theme .m3-badge { background-color: #1a73e8 !important; color: white !important; }
.aa-theme .m3-button { background-color: #e8f0fe; color: #1967d2; }

/* Tema CS (Camper Service) - Verde */
.cs-theme .m3-badge { background-color: #34a853 !important; color: white !important; }
.cs-theme .m3-button { background-color: #e6f4ea; color: #1e8e3e; }/* End custom CSS */