.elementor-386 .elementor-element.elementor-element-d0e93af{--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;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}/* Start custom CSS *//* ===== INTERIOR PAINTING BLOG ===== */

.paint-blog {
  max-width: 900px;
  margin: auto;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #1e1e1e;
  font-size: 17px;
  line-height: 1.85;
}

/* Images */
.paint-image {
  margin: 30px 0;
}

.paint-image img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  display: block;
}

.paint-image.small {
  max-width: 720px;
  margin: 40px auto;
}

/* Headings */
.paint-blog h2 {
  font-size: 24px;
  margin-top: 55px;
  margin-bottom: 14px;
  font-weight: 600;
}

/* Paragraph spacing */
.paint-blog p {
  margin-bottom: 18px;
}

/* Table of contents */
.paint-toc {
  background: #f6f6f6;
  border-left: 4px solid #111;
  padding: 24px 28px;
  margin: 40px 0;
}

.paint-toc h3 {
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 18px;
  font-weight: 600;
}

.paint-toc ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.paint-toc li {
  margin-bottom: 8px;
}

/* Links – force normal color */
.paint-blog a,
.paint-blog a:visited {
  color: #111;
  text-decoration: none;
  font-weight: 500;
}

.paint-blog a:hover {
  text-decoration: underline;
}

/* Smooth anchor scroll */
html {
  scroll-behavior: smooth;
}

/* Mobile spacing */
@media (max-width: 768px) {
  .paint-blog {
    font-size: 16px;
  }

  .paint-blog h2 {
    font-size: 21px;
  }
}/* End custom CSS */