$--text-headline-0: #002d72;
.privacy-tnc-header {
  background: linear-gradient(301.67deg,#6b3077 7%,#002d72 50%,#001e3d 93%)!important;
  height: 105px;
  padding: 0 20px;
  .header-citi-logo {
    width: 55px;
  }
  .header-citi-logo-mx {
    width: 270px;
  }
}
.privacy-tnc-footer {
  background: #2E3438;
  padding: 4px 20px;
  .footer-citi-logo {
    width: 40px;
  }
  .footer-citi-logo-mx {
    width: 130px;
  }
  .copyright {
    font-size: 9px;
    min-height: 30px;
  }
  a {
    line-height: 35px;
    &:first-child {
      margin-right: 10px;
    }
  }
}
.privacy-tnc-container {
  padding: 30px 20px 24px 20px;
  .privacy-tnc-tabPane {
    padding: 18px 20px;
    min-height: 400px;
    .headline0 {
      color: $--text-headline-0;
    }
    .country-btn-container {
      margin-top: 18px;
      .country-btn {
        height: 57px;
        width: 179px;
        border: 1px solid #ececec;
        padding-top: 1.5px;
        background-color: #fff;
        line-height: 52px;
        text-align: center;
        cursor: pointer;
        font-size: 11px;
      }
      .active-country-btn {
        border-top: 2.5px solid #0074d4;
        padding-top: 0px;
      }
    }
    .privacy-tnc-content {
      margin: 10px 0;
      .tnc-des-mx-p,
      .tnc-des-p {
        line-height: 16px;
        margin-bottom: 12px;
        .tnc-link {
          line-height: 12px;
        }
      }
      .tnc-des-mx-p:last-child,
      .tnc-des-p:last-child {
        margin-bottom: 0px;
      }
      .tnc-h2 {
        line-height: 24px;
      }
      #tnc-des-mx-p-note {
        color: var(--text-color-2) !important;
        font-size: 14px;
      }
      #tnc-des-mx-p-bold {
        color: var(--text-color-2) !important;
        font-size: 12px;
        font-weight: bold;
      }
    }
  }
}
