.elementor-12622 .elementor-element.elementor-element-0a3918d{--display:flex;}/* Start custom CSS *//* Sezione lettere principali */
.articles-section h2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #f8fbff;
  color: #005f73;
  border: 2px solid #aacef0; /* spessore bordo aumentato */
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 1.2em;
  font-weight: 700; /* testo più marcato */
  margin: 40px 0 20px 0;
  box-shadow: 0 1px 4px rgba(0, 95, 115, 0.1);
}

/* Griglia dei pulsanti */
.article-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-start;
  margin-bottom: 40px;
}

/* Pulsanti dei disturbi */
.article-grid a {
  display: inline-block;
  padding: 8px 16px;
  border: 2px solid #aacef0; /* spessore bordo aumentato */
  border-radius: 6px;
  background-color: #ffffff;
  color: #005f73;
  font-weight: 600; /* testo più visibile */
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  min-width: 150px;
  text-align: center;
}

/* Hover elegante */
.article-grid a:hover {
  background-color: #aacef0;
  color: #003f52;
  border-color: #005f73;
  transform: translateY(-2px);
  box-shadow: 0 2px 6px rgba(0, 95, 115, 0.15);
}

/* Responsive mobile */
@media (max-width: 768px) {
  .article-grid a {
    min-width: 120px;
    padding: 6px 12px;
    font-size: 0.95em;
  }
  .articles-section h2 {
    width: 36px;
    height: 36px;
    font-size: 1.1em;
  }
}/* End custom CSS */