.elementor-163 .elementor-element.elementor-element-a399b4a{--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;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-22734c1 *//* SECTION */
.about-furniture {
  background: #fff4e6;
  padding: 40px 14px;
}

/* WRAPPER */
.about-inner {
  max-width: 900px;
  margin: 0 auto;
}

/* TAG */
.about-tag {
  display: inline-block;
  font-size: 12px;
  color: #AF8750;
  background: rgba(175,135,80,0.15);
  padding: 4px 10px;
  border-radius: 20px;
  margin-bottom: 8px;
  font-weight: 500;
}

/* HEADING */
.about-text h2 {
  font-size: 26px;
  font-weight: 600;
  color: #292929;
  margin-bottom: 10px;
}

/* TEXT */
.about-text p {
  font-size: 14px;
  color: #7A7877;
  line-height: 1.6;
  margin-bottom: 14px;
}

/* LIST */
.about-highlights {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
}

.about-highlights li {
  font-size: 13px;
  color: #292929;
  margin-bottom: 6px;
  padding-left: 18px;
  position: relative;
}

.about-highlights li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #AF8750;
  font-weight: 600;
}

/* ACTIONS */
.about-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.btn-dark {
  background: #292929;
  color: #ffffff;
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 14px;
  text-decoration: none;
}

.btn-outline {
  border: 1px solid #AF8750;
  color: #292929;
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 14px;
  text-decoration: none;
}

/* MOBILE */
@media (max-width: 768px) {
  .about-furniture {
    padding: 34px 12px;
  }

  .about-text h2 {
    font-size: 22px;
  }

  .about-actions {
    flex-direction: column;
  }

  .btn-dark,
  .btn-outline {
    width: 100%;
    text-align: center;
  }
}/* End custom CSS */