* {
  margin: 0%;
  padding: 0%;
}
.closed-account-divider {
  height: 1.5px;
  background: linear-gradient(
    to right,
    #d4d4d5,
    #8c8c8c,
    #434343,
    #282828,
    #000000
  );
  border: none;
  margin-bottom: 16px;
}
.closed-account-desc {
  margin: 0 16px 0 16px;
  color: var(--Type-Colors-Dark-Type---Primary, #000);

  /* Mobile/Paragraph XS */
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.closed-account-ph-number {
  color: var(--Type-Colors-Dark-Type---Primary, #000);

  /* Mobile/Link Text - XS */
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
