/* Start custom CSS for text-editor, class: .elementor-element-9c38efd *//* === STILE ARTICOLI DOMOTIME (VERSIONE ROSSO/GRIGIO) === */
/* Struttura base per articoli tecnici (fotocellule, lampeggianti, sensori, ecc.) */

/* Contenitore principale */
.domotime-photocells,
.domotime-lamps {
  font-family: 'Poppins', 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #2b2b2b;
  margin: 0 auto;
  max-width: 950px;
  padding: 20px;
  background-color: #ffffff;
}

/* Intro */
.domotime-intro {
  background: #ffebee; /* rosso chiarissimo */
  padding: 18px 22px;
  border-left: 4px solid #c62828; /* rosso principale */
  border-radius: 6px;
  font-size: 1.05em;
  margin-bottom: 25px;
  color: #4a4a4a;
}

/* Blocchi principali */
.cell-block,
.lamp-block {
  margin-bottom: 40px;
}

.cell-block h2,
.lamp-block h2 {
  font-size: 1.6em;
  color: #c62828;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 6px;
  border-bottom: 2px solid #f2f2f2;
  padding-bottom: 6px;
}

.cell-block h3,
.lamp-block h3 {
  font-size: 1.2em;
  color: #444;
  margin-top: 18px;
}

/* Liste di specifiche */
.domotime-specs {
  list-style: none;
  padding-left: 0;
  margin-top: 10px;
}

.domotime-specs li {
  background: #f9f9f9;
  padding: 8px 12px;
  margin-bottom: 6px;
  border-radius: 4px;
  border-left: 3px solid #c62828;
  color: #333;
}

/* Step installazione */
.domotime-steps {
  list-style: decimal;
  padding-left: 25px;
  margin-top: 10px;
}

.domotime-steps li {
  margin-bottom: 6px;
  color: #2b2b2b;
}

/* Avvertenze */
.domotime-warnings {
  list-style: "⚠️ ";
  padding-left: 28px;
}

.domotime-warnings li {
  margin-bottom: 8px;
  background: #fff5f5;
  border-left: 3px solid #d32f2f;
  padding: 6px 10px;
  border-radius: 3px;
  color: #5a0000;
}

/* Tabella problemi o confronti */
.domotime-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
  font-size: 15px;
}

.domotime-table th {
  background: #c62828;
  color: #fff;
  text-align: left;
  padding: 10px;
  font-weight: 600;
}

.domotime-table td {
  border: 1px solid #e0e0e0;
  padding: 8px 10px;
  color: #333;
}

.domotime-table tr:nth-child(even) td {
  background: #fdf2f2; /* rosso chiarissimo alternato */
}

/* Tip / link info */
.domotime-tip {
  background: #fff3f3;
  padding: 10px 12px;
  border-radius: 5px;
  font-size: 0.95em;
  margin-top: 12px;
  border-left: 3px solid #c62828;
  color: #3b3b3b;
}

.domotime-tip a {
  color: #c62828;
  text-decoration: none;
  font-weight: 600;
}

.domotime-tip a:hover {
  text-decoration: underline;
}

/* Conclusione */
.domotime-conclusion h2 {
  color: #c62828;
}

.domotime-conclusion ul {
  list-style: "✅ ";
  padding-left: 28px;
}

.domotime-conclusion li {
  margin-bottom: 6px;
  color: #2b2b2b;
}

/* Responsive */
@media (max-width: 768px) {
  .domotime-photocells,
  .domotime-lamps {
    font-size: 15px;
    padding: 15px;
  }

  .domotime-table th,
  .domotime-table td {
    font-size: 14px;
  }

  .cell-block h2,
  .lamp-block h2 {
    font-size: 1.3em;
  }
}/* End custom CSS */