.elementor-1460 .elementor-element.elementor-element-7f8a87d3{--display:flex;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-1460 .elementor-element.elementor-element-7f8a87d3{--padding-top:25px;--padding-bottom:25px;--padding-left:15px;--padding-right:15px;}}@media(max-width:767px){.elementor-1460 .elementor-element.elementor-element-7f8a87d3{--padding-top:25px;--padding-bottom:25px;--padding-left:15px;--padding-right:15px;}}/* Start custom CSS for html, class: .elementor-element-5a48045 *//* ==============================================
   AIUC – Chi Siamo
   Add to aiuc-global.css
   ============================================== */

.aiuc-chisiamo {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 32px;
  align-items: start;
}

/* ---------- text content ---------- */
.aiuc-chisiamo__content {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.aiuc-chisiamo__text {
  font-size: 0.92rem;
  color: #1c1c1c;
  line-height: 1.75;
  text-align: justify;
  margin: 0;
}

.aiuc-chisiamo__badge {
  font-size: 0.82rem;
  color: #4E8C88;
  line-height: 1.65;
  padding: 16px 20px;
  background: #f7fdfd;
  border: 1px solid #cce8e7;
  border-left: 4px solid #4E8C88;
  border-radius: 12px;
}

/* ---------- right nav panel ---------- */
.aiuc-chisiamo__nav {
  background: #f7fdfd;
  border: 1px solid #cce8e7;
  border-radius: 12px;
  padding: 20px;
  display: flex;
  flex-direction: column;
}

.aiuc-subnav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 10px;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.15s;
}

.aiuc-subnav + .aiuc-subnav {
  border-top: 1px solid #ddf0ef;
}

.aiuc-subnav:hover {
  background: #edf8f7;
}

.aiuc-subnav__label {
  font-size: 0.83rem;
  font-weight: 500;
  color: #4E8C88;
  line-height: 1.45;
  transition: color 0.15s;
}

.aiuc-subnav__arrow {
  font-size: 1rem;
  color: #B8785A;
  flex-shrink: 0;
  transition: transform 0.15s;
}

.aiuc-subnav:hover .aiuc-subnav__label {
  color: #B8785A;
}

.aiuc-subnav:hover .aiuc-subnav__arrow {
  transform: translateX(4px);
}

/* ---------- responsive ---------- */
@media (max-width: 768px) {
  .aiuc-chisiamo {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}/* End custom CSS */