.elementor-7536 .elementor-element.elementor-element-4857383{--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;overflow:visible;}/* Start custom CSS for html, class: .elementor-element-9d22481 *//* =========================================
   FULL WIDTH MEDICAL DEBT ARTICLE DESIGN
========================================= */

/* Remove theme container restriction */
.tx-medical-debt-section {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 80px 0;
  background: #f8fafc;
  font-family: 'Segoe UI', Arial, sans-serif;
}

/* Inner Content Width */
.tx-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}

/* ================= TITLES ================= */

.tx-main-title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 25px;
  text-align: center;
  color: #0f172a;
}

.tx-card h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #0f172a;
}

.tx-card h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 20px 0 10px;
  color: #1e293b;
}

/* ================= TEXT ================= */

.tx-intro,
.tx-card p {
  font-size: 16px;
  line-height: 1.8;
  color: #475569;
  margin-bottom: 15px;
}

/* ================= CARDS ================= */

.tx-card {
  background: #ffffff;
  padding: 35px 40px;
  margin-bottom: 35px;
  border-radius: 14px;
  border: 1px solid #e2e8f0;
  transition: all 0.3s ease;
}

.tx-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
}

/* Highlight Cards */
.tx-highlight {
  background: #0f172a;
  color: #ffffff;
}

.tx-highlight h2,
.tx-highlight h3,
.tx-highlight p,
.tx-highlight li {
  color: #ffffff;
}

/* ================= LISTS ================= */

.tx-card ul {
  padding-left: 20px;
  margin-bottom: 15px;
}

.tx-card ul li {
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 1.7;
}

/* ================= LINKS ================= */

.tx-card a {
  color: #2563eb;
  font-weight: 500;
  text-decoration: underline;
}

.tx-card a:hover {
  opacity: 0.8;
}

/* ================= FAQ SECTION ================= */

.tx-faq details {
  border-bottom: 1px solid #e2e8f0;
  padding: 18px 0;
  transition: all 0.3s ease;
}

.tx-faq summary {
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
  list-style: none;
}

.tx-faq summary::-webkit-details-marker {
  display: none;
}

.tx-faq summary::after {
  content: "+";
  position: absolute;
  right: 0;
  font-size: 18px;
  font-weight: bold;
  transition: 0.3s ease;
}

.tx-faq details[open] summary::after {
  content: "−";
}

.tx-faq p {
  margin-top: 12px;
  font-size: 15px;
  color: #475569;
  line-height: 1.7;
}

/* ================= REFERENCES ================= */

.tx-card ul li a {
  word-break: break-word;
}

/* ================= RESPONSIVE ================= */

@media (max-width: 1024px) {
  .tx-container {
    padding: 0 30px;
  }

  .tx-main-title {
    font-size: 32px;
  }

  .tx-card {
    padding: 30px;
  }
}

@media (max-width: 768px) {
  .tx-container {
    padding: 0 20px;
  }

  .tx-main-title {
    font-size: 26px;
  }

  .tx-card {
    padding: 25px 20px;
  }

  .tx-card h2 {
    font-size: 20px;
  }

  .tx-card h3 {
    font-size: 16px;
  }

  .tx-intro,
  .tx-card p,
  .tx-card li {
    font-size: 14px;
  }
}/* End custom CSS */