.elementor-2385 .elementor-element.elementor-element-322201c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:-14px;--margin-right:0px;}.elementor-2385 .elementor-element.elementor-element-ee9bb43{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for text-editor, class: .elementor-element-9af072c *//* ===============================
   Figure Styling – Plumbing Image
   =============================== */

.reno-figure {
  margin: 40px 0;
  text-align: center;
}

.reno-figure img {
  max-width: 100%;
  height: auto;
  border: 2px solid #e5e7eb; /* soft gray border */
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.reno-figure img:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.12);
}

.reno-figure figcaption {
  margin-top: 12px;
  font-size: 14px;
  color: #6b7280;
  line-height: 1.5;
}/* End custom CSS */