* {
  margin: 0%;
  padding: 0%;
}
.spouse-info-header {
  color: var(--color-brand-purple, #a230c1);
  text-align: center;
  font-variant-numeric: lining-nums proportional-nums;

  /* Mobile/H3 - Ext Bold */
  font-family: Be Vietnam Pro;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 32px; /* 133.333%
            */
  letter-spacing: -0.12px;
}
.spouse-info-desc {
  color: var(--color-grey-60, #434343);
  text-align: center;

  /* Mobile/Paragraph */
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  margin-bottom: 24px;
}
.spouse-info-married-container {
  display: flex;
  padding-left: 16px;
  padding-bottom: 24px;
  padding-top: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
  border-radius: 8px;
  background: var(--color-white, #fff);
  box-shadow: none;
}
.spouse-info-married-info-container {
  display: flex;
  padding-left: 16px;
  padding-bottom: 24px;
  padding-top: 16px;
  padding-right: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
  margin-top: 16px;
  border-radius: 8px;
  background: var(--color-white, #fff);
}
.spouse-info-martial-text {
  color: var(--color-black, #000);
  font-variant-numeric: lining-nums proportional-nums;

  /* Mobile/H5 - Ext Bold */
  font-family: Be Vietnam Pro;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 28px; /* 155.556%
                    */
}
.spouse-info-label-txt {
  color: var(--color-black, #000);

  /* Mobile/Paragraph XS */
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}

.mud-icon-button {
  /* padding: 0px !important; */
  margin-right: 2px;
}

:root {
  --mud-palette-info: #000 !important;
  --mud-palette-warning: #ff5709 !important;
}
.spouse-info-questions {
  margin-bottom: 8px;
  color: #000;

  /* Mobile/Paragraph XS */
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}
.spouse-info-optional-txt {
  color: var(--color-grey-60, #4e4e50);
  text-align: right;

  /* Mobile/Paragraph XS */
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}
.spouse-info-wisconson-container {
  padding: 16px;
  gap: 16px;
  align-self: stretch;
  border-radius: 8px;
  background: var(--color-white, #fff);
  margin-top: 24px;
}
.spouse-info-wisconson-text {
  color: var(--color-black, #262626);

  /* UA 2.0/14 Body */
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}
.spouse-info-learn-more-container {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: end;
}
.spouse-info-learn-more-txt {
  color: #0043ce;
  cursor: pointer;
  text-align: right;

  /* UA 2.0/14 Body */
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}
/* Desktop (≥ 768px) */
@media (min-width: 768px) {
  .spouse-info-learn-more-txt {
    text-align: right;
    font-size: 16px;
    line-height: 24px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
  }
  .spouse-info-questions {
    margin-bottom: 8px;
    color: #000;

    /* Mobile/Paragraph XS */
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 157.143% */
  }
}
.spouse-info-continue-btn {
  display: flex;
  height: 56px;
  min-height: 56px;
  padding: 12px 54px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  align-self: stretch;
  border-radius: var(--radius-8, 8px);
  background: var(--color-brand-light-orange, #F91D71);
  text-transform: none;
  margin-top: 24px;
  margin-bottom: 24px;
  width: 100%;
  color: var(--color-black, #FFFFFF);
  text-align: center;

  /* Desktop/Button Text */
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 100% */
  letter-spacing: 0.2px;
}
.spouse-info-continue-btn:hover {
  background-color: #F91D71;
  color: var(--color-black, #FFFFFF);
}
.spouse-info-Userinfo-container {
  display: flex;
  height: 18px;
  justify-content: center;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
  margin-top: 24px !important;
}
.spouse-info-userInfo-text {
  color: var(--color-black, #161616);
  text-align: right;

  /* Mobile/Terms */
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 150% */
  letter-spacing: 0.2px;
}
.spouse-info-error-block {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0%;
}
.spouse-info-error-icon {
  color: var(--color-error, #e22721);
  text-align: center;
  font-family: Font Awesome 6 Pro;
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  margin-right: 4px;
}
.spouse-info-error-text {
  color: var(--color-error, #e22721);

  /* Mobile/Terms */
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 150% */
  letter-spacing: 0.2px;
}
.user-info-value-label {
  color: var(--color-brand-grey, #312d33);

  /* Mobile/Paragraph */
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.user-info-header-label {
  color: var(--color-black, #000);
  font-variant-numeric: lining-nums proportional-nums;

  /* Mobile/H5 - Ext Bold */
  font-family: "Be Vietnam Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 28px; /* 155.556% */
}
.sticky-footer {
  position: sticky;
  bottom: 0;
  background: #f7f7f7;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 100;
}

.sticky-footer-account {
  text-align: center;
  font-size: 14px;
  color: #4e4e50;
}
.address-name-sub-label {
  color: #000000;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0px;
  margin-top: 12px;
}
/* Sticky footer shell */
.mobile-sticky-footer {
  position: fixed;
  bottom: 80px;
  left: 0;
  right: 0;
  background: #fff;
  padding: 12px 16px;
  z-index: 1000;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
}
/* Inner container with max-width */
.sticky-inner {
  width: 100%;
  max-width: 718px;
  padding: 12px 16px;
  box-sizing: border-box;
}
.account-number-display {
  position: fixed;
  bottom: 92px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 800px;
  z-index: 1001;
  text-align: center;
  padding: 0 16px;
  box-sizing: border-box;
}
@media (max-width: 744px) {
  .account-number-display {
    bottom: 140px;
  }
}
@media (min-width: 1025px) {
  .browser-header-padding {
    padding-top: 16px !important;
  }
}
.full-width-header {
  width: 100%;
  background-color: #f7f7f7;
  box-sizing: border-box;
}
.full-width-header-gradient {
  width: 100%;
  background: linear-gradient(156deg, #e51866 12.81%, #a230c1 166.57%);
  color: white;
  padding: 24px;
  border-radius: 8px;
  position: relative;
  box-sizing: border-box;
  text-align: center;
}

@media (max-width: 744px) {
  .full-width-header-gradient {
    border-radius: 0 !important;
    max-width: 100% !important;
    padding: 24px 0 !important;
  }
}

@media (min-width: 745px) {
  .full-width-header {
    width: 100% !important;
    max-width: 100% !important;
    padding: 24px !important;
    border-radius: 8px !important;
  }

  .full-width-header-gradient {
    border-radius: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
    padding: 24px 0 !important;
    border-radius: 8px !important;
  }
}
