/* 破產申請專頁 — 深藍／琥珀金，與恆誠全站呼應 */
body.hc-bankruptcy-page #main-content {
  background: #eef1f8;
}

body.hc-bankruptcy-page #main-content .hc-bk-inner {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(18px, 4vw, 32px);
  padding-right: clamp(18px, 4vw, 32px);
}

body.hc-bankruptcy-page #main-content .hc-bk-inner--wide {
  max-width: 1100px;
}

/* ── Hero ── */
body.hc-bankruptcy-page #main-content .hc-bk-hero {
  background: linear-gradient(160deg, #070d18 0%, #132447 42%, #1a3566 78%, #243a63 100%);
  color: #e8eef8;
  padding: clamp(44px, 7vw, 88px) 0 clamp(40px, 6vw, 72px);
  position: relative;
  overflow: hidden;
}

body.hc-bankruptcy-page #main-content .hc-bk-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 20% 80%, rgba(245, 200, 66, 0.08) 0%, transparent 45%),
    radial-gradient(circle at 90% 10%, rgba(100, 149, 237, 0.12) 0%, transparent 40%);
  pointer-events: none;
}

body.hc-bankruptcy-page #main-content .hc-bk-hero::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 120px;
  background: linear-gradient(to top, rgba(238, 241, 248, 0.08), transparent);
  pointer-events: none;
}

body.hc-bankruptcy-page #main-content .hc-bk-hero .hc-bk-inner {
  position: relative;
  z-index: 1;
}

body.hc-bankruptcy-page #main-content .hc-bk-hero__kicker {
  display: inline-block;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #f5c842;
  margin-bottom: 14px;
  padding: 6px 14px;
  border: 1px solid rgba(245, 200, 66, 0.45);
  border-radius: 999px;
  background: rgba(245, 200, 66, 0.08);
}

body.hc-bankruptcy-page #main-content .hc-bk-hero h1 {
  font-family: "Mukta", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: clamp(30px, 4.5vw, 46px);
  line-height: 1.15;
  color: #ffffff;
  margin: 0 0 18px;
  letter-spacing: 0.01em;
  max-width: 16ch;
}

@media (min-width: 768px) {
  body.hc-bankruptcy-page #main-content .hc-bk-hero h1 {
    max-width: none;
  }
}

body.hc-bankruptcy-page #main-content .hc-bk-hero .hc-bk-lead {
  font-size: clamp(16px, 1.15vw, 18px);
  line-height: 1.72;
  color: rgba(232, 238, 248, 0.9);
  max-width: 38em;
  margin: 0;
}

/* Hero 首屏：WhatsApp / 微信（.hc-bk-hero__cta 非 Divi wrapper，需自行 flex + gap） */
body.hc-bankruptcy-page #main-content .hc-bk-hero .hc-bk-hero__cta.hc-wa-wx-stack {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  align-items: stretch !important;
  gap: 12px !important;
  margin-top: clamp(20px, 3.5vw, 28px);
  width: 100%;
  max-width: 520px;
  box-sizing: border-box;
}

@media (max-width: 559px) {
  body.hc-bankruptcy-page #main-content .hc-bk-hero .hc-bk-hero__cta.hc-wa-wx-stack > a.et_pb_button {
    min-height: 46px !important;
    font-size: 16px !important;
  }
}

/* Hero：文案與圖像並列，圖像收入半透明相框，貼合區塊而非「貼一張圖」 */
body.hc-bankruptcy-page #main-content .hc-bk-hero__layout {
  display: grid;
  gap: clamp(28px, 5vw, 48px);
  align-items: center;
}

@media (min-width: 960px) {
  body.hc-bankruptcy-page #main-content .hc-bk-hero__layout {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.95fr);
    gap: clamp(32px, 4vw, 56px);
  }
}

body.hc-bankruptcy-page #main-content .hc-bk-hero__copy {
  position: relative;
  z-index: 1;
}

body.hc-bankruptcy-page #main-content .hc-bk-hero__visual {
  position: relative;
}

body.hc-bankruptcy-page #main-content .hc-bk-hero__frame {
  position: relative;
  padding: clamp(8px, 1.2vw, 12px);
  border-radius: 20px;
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0.03) 50%,
    rgba(0, 0, 0, 0.12) 100%
  );
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 20px 50px rgba(0, 0, 0, 0.25);
}

body.hc-bankruptcy-page #main-content .hc-bk-hero__frame::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
}

body.hc-bankruptcy-page #main-content .hc-bk-hero-figure {
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background: rgba(7, 13, 24, 0.35);
}

body.hc-bankruptcy-page #main-content .hc-bk-hero-figure img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle;
  opacity: 0.97;
}

/* 目錄 */
body.hc-bankruptcy-page #main-content .hc-bk-toc-wrap {
  margin-top: -28px;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
  padding: 0 clamp(18px, 4vw, 32px);
}

body.hc-bankruptcy-page #main-content .hc-bk-toc {
  max-width: 1100px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 16px;
  padding: 18px 22px 20px;
  box-shadow: 0 18px 50px rgba(18, 32, 70, 0.12);
  border: 1px solid rgba(30, 42, 94, 0.08);
}

body.hc-bankruptcy-page #main-content .hc-bk-toc__label {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #64748b;
  margin: 0 0 12px;
}

body.hc-bankruptcy-page #main-content .hc-bk-toc__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

body.hc-bankruptcy-page #main-content .hc-bk-toc__list a {
  display: inline-block;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 600;
  color: #1e2a5e;
  background: #f1f5f9;
  border-radius: 999px;
  text-decoration: none;
  border: 1px solid transparent;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.15s ease;
}

body.hc-bankruptcy-page #main-content .hc-bk-toc__list a:hover {
  background: #12113a;
  color: #fff;
  border-color: #12113a;
  transform: translateY(-1px);
}

/* Section 通用 */
body.hc-bankruptcy-page #main-content .hc-bk-section {
  padding: clamp(48px, 6vw, 72px) 0;
  scroll-margin-top: 100px;
}

body.hc-bankruptcy-page #main-content .hc-bk-section--alt {
  background: #ffffff;
  box-shadow: inset 0 1px 0 rgba(15, 30, 60, 0.04);
}

body.hc-bankruptcy-page #main-content .hc-bk-section--muted {
  background: linear-gradient(180deg, #f8fafc 0%, #eef1f8 100%);
}

body.hc-bankruptcy-page #main-content .hc-bk-section-head {
  margin-bottom: clamp(24px, 4vw, 36px);
}

body.hc-bankruptcy-page #main-content .hc-bk-section-head h2 {
  font-family: "Mukta", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: clamp(24px, 2.6vw, 32px);
  color: #0f172a;
  margin: 0 0 12px;
  letter-spacing: 0.01em;
  line-height: 1.25;
  position: relative;
  padding-bottom: 14px;
}

body.hc-bankruptcy-page #main-content .hc-bk-section-head h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 48px;
  height: 4px;
  border-radius: 2px;
  background: linear-gradient(90deg, #f5c842, #e8a317);
}

body.hc-bankruptcy-page #main-content .hc-bk-section .hc-bk-sub {
  font-size: 16px;
  line-height: 1.7;
  color: #475569;
  margin: 0;
  max-width: 48em;
}

body.hc-bankruptcy-page #main-content .hc-bk-section h3 {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 17px;
  color: #1e2a5e;
  margin: 28px 0 10px;
}

body.hc-bankruptcy-page #main-content .hc-bk-section p,
body.hc-bankruptcy-page #main-content .hc-bk-section li {
  font-size: 16px;
  line-height: 1.78;
  color: #334155;
}

body.hc-bankruptcy-page #main-content .hc-bk-section ul {
  margin: 0 0 16px;
  padding-left: 1.2em;
}

/* 後果卡片 */
body.hc-bankruptcy-page #main-content .hc-bk-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

@media (min-width: 800px) {
  body.hc-bankruptcy-page #main-content .hc-bk-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

body.hc-bankruptcy-page #main-content .hc-bk-card {
  position: relative;
  background: #ffffff;
  border: 1px solid rgba(30, 42, 94, 0.09);
  border-radius: 16px;
  padding: 24px 24px 26px 24px;
  box-shadow: 0 4px 24px rgba(18, 32, 70, 0.05);
  transition: box-shadow 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
}

body.hc-bankruptcy-page #main-content .hc-bk-card:hover {
  box-shadow: 0 16px 40px rgba(18, 32, 70, 0.1);
  transform: translateY(-3px);
  border-color: rgba(245, 200, 66, 0.35);
}

body.hc-bankruptcy-page #main-content .hc-bk-card__index {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: linear-gradient(135deg, #1e3a6e, #2d4a8c);
  color: #fff;
  font-family: "Mukta", Helvetica, Arial, sans-serif;
  font-weight: 800;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px rgba(30, 58, 110, 0.3);
}

body.hc-bankruptcy-page #main-content .hc-bk-card h3 {
  margin: 0 48px 14px 0;
  font-size: 17px;
  color: #0f172a;
  line-height: 1.35;
  font-family: "Mukta", Helvetica, Arial, sans-serif;
  font-weight: 700;
}

body.hc-bankruptcy-page #main-content .hc-bk-card .hc-bk-tag {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  color: #1e4976;
  margin-bottom: 12px;
  padding: 4px 10px;
  background: #e8f0fa;
  border-radius: 6px;
  line-height: 1.4;
}

body.hc-bankruptcy-page #main-content .hc-bk-card .hc-bk-note {
  font-size: 15px;
  color: #475569;
  margin: 0 0 12px;
  line-height: 1.72;
}

body.hc-bankruptcy-page #main-content .hc-bk-card .hc-bk-note:last-child {
  margin-bottom: 0;
}

body.hc-bankruptcy-page #main-content .hc-bk-card .hc-bk-note strong {
  color: #1e293b;
}

/* 重點摘要 */
body.hc-bankruptcy-page #main-content .hc-bk-summary {
  background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 55%, #fff 100%);
  border: 1px solid rgba(245, 200, 66, 0.35);
  border-radius: 16px;
  padding: 24px 26px 26px;
  margin: 32px 0 0;
  box-shadow: 0 8px 32px rgba(180, 140, 40, 0.08);
}

body.hc-bankruptcy-page #main-content .hc-bk-summary h3 {
  font-family: "Mukta", Helvetica, Arial, sans-serif;
  font-size: 19px;
  color: #78350f;
  margin: 0 0 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}

body.hc-bankruptcy-page #main-content .hc-bk-summary h3::before {
  content: "✦";
  color: #d97706;
  font-size: 14px;
}

body.hc-bankruptcy-page #main-content .hc-bk-summary ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

body.hc-bankruptcy-page #main-content .hc-bk-summary li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 14px;
  font-size: 15px;
  color: #451a03;
  line-height: 1.65;
}

body.hc-bankruptcy-page #main-content .hc-bk-summary li:last-child {
  margin-bottom: 0;
}

body.hc-bankruptcy-page #main-content .hc-bk-summary li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f59e0b;
}

body.hc-bankruptcy-page #main-content .hc-bk-disclaimer {
  font-size: 13px;
  line-height: 1.7;
  color: #64748b;
  border-top: 1px solid #e2e8f0;
  padding-top: 22px;
  margin-top: 28px;
}

/* 家人區 — 雙欄 */
body.hc-bankruptcy-page #main-content .hc-bk-family-grid {
  display: grid;
  gap: 20px;
  margin-top: 8px;
}

@media (min-width: 720px) {
  body.hc-bankruptcy-page #main-content .hc-bk-family-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

body.hc-bankruptcy-page #main-content .hc-bk-family-panel {
  background: #ffffff;
  border: 1px solid rgba(30, 42, 94, 0.08);
  border-radius: 16px;
  padding: 24px 22px 26px;
  box-shadow: 0 4px 20px rgba(18, 32, 70, 0.04);
}

body.hc-bankruptcy-page #main-content .hc-bk-family-panel h3 {
  margin-top: 0;
  font-size: 18px;
  color: #1e2a5e;
  padding-bottom: 12px;
  margin-bottom: 14px;
  border-bottom: 2px solid rgba(245, 200, 66, 0.5);
}

body.hc-bankruptcy-page #main-content .hc-bk-family-panel p {
  margin: 0;
  font-size: 15px;
  color: #475569;
  line-height: 1.75;
}

/* 程序步驟 */
body.hc-bankruptcy-page #main-content .hc-bk-steps-wrap {
  background: #f8fafc;
  border-radius: 16px;
  padding: 28px 24px 8px;
  border: 1px solid #e2e8f0;
  margin: 20px 0 28px;
}

body.hc-bankruptcy-page #main-content .hc-bk-steps-wrap-title {
  font-family: "Mukta", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #0f172a;
  margin: 0 0 20px;
  padding: 0;
  border: none;
}

body.hc-bankruptcy-page #main-content .hc-bk-steps {
  counter-reset: bkstep;
  list-style: none;
  padding: 0;
  margin: 0;
}

body.hc-bankruptcy-page #main-content .hc-bk-steps li {
  position: relative;
  padding-left: 56px;
  margin-bottom: 26px;
  min-height: 44px;
}

body.hc-bankruptcy-page #main-content .hc-bk-steps li:last-child {
  margin-bottom: 16px;
}

body.hc-bankruptcy-page #main-content .hc-bk-steps li::before {
  counter-increment: bkstep;
  content: counter(bkstep);
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: linear-gradient(145deg, #1e3a6e, #2b4d8f);
  color: #fff;
  font-weight: 800;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 18px rgba(30, 58, 110, 0.28);
}

body.hc-bankruptcy-page #main-content .hc-bk-steps strong {
  display: block;
  color: #0f172a;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 700;
}

body.hc-bankruptcy-page #main-content .hc-bk-steps .hc-bk-step-desc {
  font-size: 15px;
  color: #64748b;
  line-height: 1.72;
  margin: 0;
}

/* 費用與時間 */
body.hc-bankruptcy-page #main-content .hc-bk-meta-grid {
  display: grid;
  gap: 16px;
  margin: 28px 0 8px;
}

@media (min-width: 640px) {
  body.hc-bankruptcy-page #main-content .hc-bk-meta-grid {
    grid-template-columns: 1fr 1fr;
  }
}

body.hc-bankruptcy-page #main-content .hc-bk-fees {
  background: linear-gradient(145deg, #0f172a 0%, #1e2a5e 100%);
  color: #e8eef8;
  border-radius: 16px;
  padding: 22px 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 12px 40px rgba(15, 23, 42, 0.25);
}

body.hc-bankruptcy-page #main-content .hc-bk-fees__title {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #f5c842;
  margin: 0 0 16px;
}

body.hc-bankruptcy-page #main-content .hc-bk-fee-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 15px;
}

body.hc-bankruptcy-page #main-content .hc-bk-fee-row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

body.hc-bankruptcy-page #main-content .hc-bk-fee-row span:first-child {
  color: rgba(232, 238, 248, 0.85);
  flex: 1;
  line-height: 1.45;
}

body.hc-bankruptcy-page #main-content .hc-bk-fee-row .hc-bk-fee-amt {
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}

body.hc-bankruptcy-page #main-content .hc-bk-fees__note {
  font-size: 12px;
  color: rgba(232, 238, 248, 0.55);
  margin: 14px 0 0;
  line-height: 1.5;
}

body.hc-bankruptcy-page #main-content .hc-bk-timebox {
  background: #ffffff;
  border-radius: 16px;
  padding: 22px 24px;
  border: 1px solid rgba(30, 42, 94, 0.1);
  box-shadow: 0 4px 24px rgba(18, 32, 70, 0.06);
}

body.hc-bankruptcy-page #main-content .hc-bk-timebox h3 {
  margin: 0 0 10px;
  font-size: 17px;
  color: #1e2a5e;
}

body.hc-bankruptcy-page #main-content .hc-bk-timebox p {
  margin: 0;
  font-size: 15px;
  color: #475569;
  line-height: 1.72;
}

/* 內嵌視覺區：與白底區塊同色階銜接，圖表不再像外掛浮塊 */
body.hc-bankruptcy-page #main-content .hc-bk-visual-block {
  margin-top: clamp(36px, 5vw, 52px);
  padding: clamp(24px, 4vw, 36px) clamp(20px, 3vw, 32px) clamp(28px, 4vw, 40px);
  border-radius: 20px;
  background: linear-gradient(180deg, #f1f5f9 0%, #e8edf5 48%, #f8fafc 100%);
  border: 1px solid rgba(148, 163, 184, 0.35);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

/* 單張居中配圖（無標題、無圖說） */
body.hc-bankruptcy-page #main-content .hc-bk-visual-block--solo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

body.hc-bankruptcy-page #main-content .hc-bk-figure--solo {
  width: 100%;
  max-width: min(920px, 100%);
  margin: 0;
}

body.hc-bankruptcy-page #main-content .hc-bk-figure--solo .hc-bk-figure__matte {
  border-bottom: none;
}

body.hc-bankruptcy-page #main-content .hc-bk-visual-block__eyebrow {
  margin: 0 0 8px;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #64748b;
  text-align: center;
}

body.hc-bankruptcy-page #main-content .hc-bk-visual-block__title {
  margin: 0 0 12px;
  font-family: "Mukta", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: clamp(19px, 2.2vw, 22px);
  color: #1e293b;
  text-align: center;
  line-height: 1.3;
}

body.hc-bankruptcy-page #main-content .hc-bk-visual-block__intro {
  margin: 0 auto 28px;
  max-width: 40em;
  font-size: 14px;
  line-height: 1.65;
  color: #64748b;
  text-align: center;
}

body.hc-bankruptcy-page #main-content .hc-bk-figures {
  display: grid;
  gap: clamp(20px, 3vw, 28px);
  margin: 0;
}

@media (min-width: 900px) {
  body.hc-bankruptcy-page #main-content .hc-bk-figures {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }
}

body.hc-bankruptcy-page #main-content .hc-bk-figure {
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(203, 213, 225, 0.9);
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
}

body.hc-bankruptcy-page #main-content .hc-bk-figure__matte {
  padding: clamp(10px, 1.5vw, 14px);
  background: linear-gradient(180deg, #f8fafc, #f1f5f9);
  border-bottom: 1px solid #e2e8f0;
}

body.hc-bankruptcy-page #main-content .hc-bk-figure__matte picture,
body.hc-bankruptcy-page #main-content .hc-bk-figure__matte img {
  display: block;
}

body.hc-bankruptcy-page #main-content .hc-bk-figure__matte img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  vertical-align: middle;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
}

body.hc-bankruptcy-page #main-content .hc-bk-figure figcaption {
  font-size: 12px;
  color: #64748b;
  padding: 12px 16px 14px;
  line-height: 1.55;
  background: #ffffff;
  margin: 0;
}

/* CTA */
body.hc-bankruptcy-page #main-content .hc-bk-cta {
  background: linear-gradient(155deg, #0c1222 0%, #1a2744 50%, #1e3a6e 100%);
  padding: clamp(48px, 7vw, 80px) 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

body.hc-bankruptcy-page #main-content .hc-bk-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 120%, rgba(245, 200, 66, 0.15), transparent 55%);
  pointer-events: none;
}

body.hc-bankruptcy-page #main-content .hc-bk-cta .hc-bk-inner {
  position: relative;
  z-index: 1;
}

body.hc-bankruptcy-page #main-content .hc-bk-cta h2 {
  font-family: "Mukta", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: clamp(22px, 2.8vw, 30px);
  color: #ffffff;
  margin: 0 0 14px;
  line-height: 1.3;
}

body.hc-bankruptcy-page #main-content .hc-bk-cta p {
  color: rgba(232, 238, 248, 0.88);
  max-width: 32em;
  margin: 0 auto 28px;
  font-size: 16px;
  line-height: 1.7;
}

body.hc-bankruptcy-page #main-content .hc-bk-cta .hc-wa-wx-stack {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

body.hc-bankruptcy-page #main-content .hc-bk-cta .et_pb_button {
  border-radius: 50px !important;
  font-weight: 700 !important;
}
