.elementor-6457 .elementor-element.elementor-element-22f90b5{--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 html, class: .elementor-element-6c070d5 *//* ===== SECTION WRAPPER ===== */
.section-wrap {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 10px;
}

/* ===== HEADINGS ===== */
.section-heading {
  font-size: 22px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #1a1a1a;
  margin-bottom: 14px;
  line-height: 1.3;
}

.section-subheading {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  color: #1a1a1a;
  margin-bottom: 14px;
}

/* ===== PREVIEW TEXT ===== */
.content-preview p {
  font-size: 18px;
  line-height: 1.85;
  color: #555555;
  margin: 0;
  margin-bottom:20px;
}

/* ===== READ MORE LINK ===== */
.read-more-link {
  color: #C0231C;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition: color 0.2s ease;
}

.read-more-link:hover {
  color: #C0231C;
  text-decoration: underline;
}

/* ===== FULL CONTENT (hidden by default) ===== */
.content-full {
  display: none;
  margin-top: 10px;
}

.content-full.open {
  display: block;
}

/* ===== INNER CONTENT TYPOGRAPHY ===== */
.content-full p {
  font-size: 16px;
  line-height: 1.85;
  color: #555555;
  margin-bottom: 10px;
}

.content-full h4 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #1a1a1a;
  margin: 22px 0 10px;
}

.content-full h5 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #1a1a1a;
  margin: 18px 0 8px;
}

.content-full ol {
  padding-left: 20px;
  margin-bottom: 12px;
}

.content-full ol li {
  font-size: 16px;
  line-height: 1.85;
  color: #555555;
  margin-bottom: 3px;
}

/* ===== READ LESS LINK ===== */
#readLessBtn {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 20px;
}/* End custom CSS */