.elementor-15945 .elementor-element.elementor-element-cdffe51{--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-d1837c2 *//* Scoped styles for Furniture Bank blog post */
.fbb-post {
  font-family: 'Open Sans', sans-serif;
  color: #2a2a2a;
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto;
  padding: 1rem 0.5rem; /* Reduced top/bottom and side padding */
}

/* Headings */
.fbb-post h2,
.fbb-post h3 {

  margin: 1rem 0 0.5rem;
  line-height: 1.2;
}
.fbb-post h2 {
  font-size: 2rem;
}
.fbb-post h3 {
  font-size: 1.3rem;
}

/* Paragraphs & Lists */
.fbb-post p {
  margin-bottom: 0.9rem;
}
.fbb-post ul {
  margin: 0.5rem 0 1rem 1rem;
  padding: 0;
}
.fbb-post li {
  margin-bottom: 0.4rem;
}

/* Links */
.fbb-post a {
  color: #1b3a4b;
  text-decoration: none;
  border-bottom: 1px dashed #1b3a4b;
}
.fbb-post a:hover {
  color: #28546e;
  border-color: transparent;
}

/* Button */
.fbb-post .fbb-btn {
  display: inline-block;
  background: #1b3a4b;
  color: #ffffff;
  padding: 0.5rem 1.2rem;
  text-decoration: none;
  border-radius: 3px;
  margin-top: 0.75rem;
}
.fbb-post .fbb-btn:hover {
  background: #28546e;
}

/* Table */
.fbb-post table {
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0;
}
.fbb-post th,
.fbb-post td {
  border: 1px solid #cccccc;
  padding: 0.6rem 0.8rem;
  text-align: left;
}
.fbb-post th {
  background: #e9e9e9;
  font-weight: 600;
}

.fbb-post .fbb-btn:hover {
  background: #28546e;
  color: #ffffff; /* ensure text stays visible */
}/* End custom CSS */