.elementor-element-f7f2a21,
.elementor-element-f7f2a21 .elementor-widget-container,
.elementor-element-f7f2a21 .elementor-shortcode {
  z-index: 1;
  position: relative;
}

.terremoti-desktop-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 28px;
}

.terremoti-desktop-card {
  background: #f8fafd;
  border-radius: 13px;
  box-shadow: 0 2px 8px rgba(25,81,156,0.09);
  padding: 17px 22px;
  font-size: 15px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  transition: box-shadow 0.18s;
}

.terremoti-desktop-card:hover {
  box-shadow: 0 4px 16px rgba(25,81,156,0.15);
  background: #e9f2ff;
}

.terremoti-desktop-rowup {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 4px;
}

.terremoti-desktop-date {
  color: #4c5a6a;
  flex-basis: 35%;
  flex-grow: 0;
  flex-shrink: 0;
  text-align: left;
  min-width: 0;
  padding-right: 10px;
}
.terremoti-desktop-mag {
  color: #e7563c;
  font-size: 20px;
  font-weight: bold;
  flex-basis: 25%;
  flex-grow: 0;
  flex-shrink: 0;
  text-align: left;
  min-width: 0;
  padding-right: 10px;
}
.terremoti-desktop-comune {
  color: #19519c;
  font-size: 19px;
  flex-basis: 40%;
  flex-grow: 0;
  flex-shrink: 0;
  text-align: right;
  min-width: 0;
}

.terremoti-desktop-rowdown {
  display: flex;
  gap: 0;
  justify-content: flex-start;
}

.terremoti-desktop-block {
  flex-shrink: 0;
  min-width: 0;
  text-align: left;
  padding: 0 8px; /* padding orizzontale per respiro generale */
}

.terremoti-desktop-block.profondita   { flex-basis: 23%; }
.terremoti-desktop-block.distanza     { flex-basis: 30%; }
.terremoti-desktop-block.epicentro    { flex-basis: 47%; text-align: left; padding-right: 0px; }

.terremoti-desktop-label {
  color: #19519c;
  font-weight: 500;
  margin-right: 0;
  padding-right: 0;
}

.meteomag-terremoti-fonte {
  font-size: 14px;
  margin-top: 18px;
  color: #19519c;
}
