/* Isolated composition for the merged debts and enforcement section. */
#debts.debts-enforcement {
  padding: 72px 0 78px !important;
  background: #f4f8fc !important;
  scroll-margin-top: 68px;
}

#debts.debts-enforcement > .container {
  display: block !important;
}

#debts .debts-enforcement-intro {
  max-width: 1040px;
  margin: 0 0 32px;
}

#debts .debts-enforcement-intro h2 {
  max-width: 850px;
  margin: 0;
  color: #111a2b;
  font-family: "Bitter", Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 4vw, 58px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.025em;
  text-wrap: balance;
}

#debts .debts-enforcement-intro > p:last-child {
  max-width: 820px;
  margin: 20px 0 0;
  color: #647187;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.62;
}

#debt-lists.debt-lists {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  scroll-margin-top: 68px;
}

#debts .debt-list-block {
  min-width: 0;
  padding: 28px 30px 30px;
  border: 1px solid #dbe6f3;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(42, 70, 105, 0.05);
}

#debts .debt-list-positive {
  border-color: #cfe5d5;
  background: #f4faf6;
}

#debts .debt-list-neutral {
  border-color: #efcaca;
  background: #fff7f7;
}

#debts .debt-list-head,
#debts .enforcement-head {
  display: flex;
  align-items: center;
  gap: 14px;
}

#debts .debt-list-icon,
#debts .enforcement-icon {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: #edf5ff;
}

#debts .debt-list-positive .debt-list-icon {
  background: #e6f5ea;
}

#debts .debt-list-neutral .debt-list-icon {
  background: #ffe8e8;
}

#debts .debt-list-icon img,
#debts .enforcement-icon img {
  width: 34px;
  height: 34px;
  display: block;
  object-fit: contain;
}

#debts .debt-list-head h3,
#debts .enforcement-head h3 {
  margin: 0;
  color: #111a2b;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 21px;
  font-weight: 800;
  line-height: 1.24;
}

#debts .debt-list-neutral .debt-list-head h3 {
  color: #7f3037;
}

#debts .debt-list-block ul,
#debts .enforcement-part ul {
  margin: 21px 0 0;
  padding: 0;
  list-style: none;
}

#debts .debt-list-block li,
#debts .enforcement-part li {
  position: relative;
  margin: 0;
  padding: 0 0 0 22px;
  color: #47556b;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1.48;
}

#debts .debt-list-block li + li,
#debts .enforcement-part li + li {
  margin-top: 10px;
}

#debts .debt-list-block li::before,
#debts .enforcement-part li::before {
  content: "";
  position: absolute;
  top: 0.55em;
  left: 1px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #1769d8;
}

#debts .debt-list-positive li::before {
  background: #3e9b68;
}

#debts .debt-list-neutral li {
  color: #4b5563;
}

#debts .debt-list-neutral li::before {
  background: #d45f67;
}

#debts #risks.enforcement-card {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin: 0;
  padding: 0 !important;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent !important;
  box-shadow: none;
  scroll-margin-top: 68px;
}

#debts .enforcement-title {
  margin: 32px 0 16px;
  color: #111a2b;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.16;
  text-wrap: balance;
}

#debts .enforcement-part {
  min-width: 0;
  display: block;
  padding: 28px 30px 30px;
  border: 1px solid;
  border-top-width: 4px;
  border-radius: 18px;
  box-shadow: 0 8px 24px rgba(42, 70, 105, 0.05);
}

#debts .enforcement-part:first-child {
  border-color: #d5a34a #eadcc4 #eadcc4;
  background: #fffbf4;
}

#debts .enforcement-part:last-child {
  border-color: #3978c8 #ccddf3 #ccddf3;
  background: #f6f9ff;
}

#debts .enforcement-part:first-child .enforcement-icon {
  background: #fff1d8;
}

#debts .enforcement-part:last-child .enforcement-icon {
  background: #e6f0fd;
}

#debts .enforcement-part:first-child li::before {
  background: #c58b2d;
}

#debts .enforcement-part:last-child li::before {
  background: #3978c8;
}

#debts .enforcement-icon {
  width: 54px;
  height: 54px;
  flex-basis: 54px;
}

#debts .enforcement-icon img {
  width: 37px;
  height: 37px;
}

#debts .enforcement-part ul {
  margin-top: 22px;
}

#debts .enforcement-part .text-link {
  width: auto !important;
  min-height: 44px !important;
  align-self: flex-start;
  display: inline-flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  grid-area: auto !important;
  grid-template-columns: none !important;
  justify-items: initial !important;
  justify-content: flex-start !important;
  align-items: center !important;
  gap: 10px !important;
  margin: 26px 0 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #1769d8 !important;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 15px !important;
  font-weight: 800 !important;
  line-height: 1.3 !important;
  text-align: left !important;
  white-space: normal !important;
}

#debts .enforcement-part .text-link::before {
  content: none !important;
  display: none !important;
}

#debts .enforcement-part .text-link::after {
  content: "→" !important;
  display: block !important;
  width: auto !important;
  height: auto !important;
  background: none !important;
  font-size: 24px !important;
  line-height: 1 !important;
}

@media (min-width: 1200px) {
  #debts.debts-enforcement {
    padding-bottom: 36px !important;
  }

  #property.section {
    padding-top: 44px !important;
  }

  #debts .debt-list-block ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 24px;
    row-gap: 10px;
  }

  #debts .debt-list-block li + li {
    margin-top: 0;
  }
}

@media (max-width: 820px) {
  #debts.debts-enforcement {
    padding: 60px 0 32px !important;
  }

  #property.section {
    padding-top: 36px !important;
  }

  #debts .debts-enforcement-intro h2 {
    font-size: 42px;
  }

}

@media (max-width: 640px) {
  #debts.debts-enforcement {
    padding: 48px 0 26px !important;
  }

  #property.section {
    padding-top: 30px !important;
  }

  #debts .debts-enforcement-intro {
    margin-bottom: 24px;
  }

  #debts .debts-enforcement-intro h2 {
    font-size: 38px;
    line-height: 1.02;
  }

  #debts .debts-enforcement-intro > p:last-child {
    margin-top: 16px;
    font-size: 15px;
    line-height: 1.55;
  }

  #debt-lists.debt-lists {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  #debts .debt-list-block,
  #debts .enforcement-part {
    padding: 20px 21px 22px;
  }

  #debts .debt-list-icon,
  #debts .enforcement-icon {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
  }

  #debts .debt-list-icon img,
  #debts .enforcement-icon img {
    width: 31px;
    height: 31px;
  }

  #debts .debt-list-head h3,
  #debts .enforcement-head h3 {
    font-size: 18px;
  }

  #debts .debt-list-block ul,
  #debts .enforcement-part ul {
    margin-top: 17px;
  }

  #debts .debt-list-block li,
  #debts .enforcement-part li {
    font-size: 14px;
    line-height: 1.46;
  }

  #debts .debt-list-block li + li,
  #debts .enforcement-part li + li {
    margin-top: 9px;
  }

  #debts #risks.enforcement-card {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 0;
  }

  #debts .enforcement-title {
    margin: 26px 0 14px;
    font-size: 28px;
    line-height: 1.12;
  }

  #debts .enforcement-part .text-link {
    margin-top: 24px !important;
  }
}
