.siteFooterNav {
  .linkCustom {
    text-decoration-line: none;
    --rgb-fg: var(--rgb-fg-11);
    --rgb-fg-enter: var(--rgb-ui-8);
    --rgb-fg-active: var(--rgb-ui-9);
    --rgb-td-enter: var(--rgb-ui-7);
    --rgb-td-active: var(--rgb-ui-8);

    &:enter {
      text-decoration-line: underline;
    }
  }
}

.rfpKicker {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 8px !important;
  color: #6B7280;
}

.rfpHeader {
  font-size: 1.25rem !important;
  margin-bottom: 8px !important;
}

.rfpBody {
  margin-bottom: 1.5rem !important;
}

.rfpButton {
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  background-color: #5a17ee;
  border-radius: 8px;
  border: 2px solid #5a17ee;
  padding: 0.5625rem 1.375rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: inherit;
  color: #fff;
  text-decoration: none;
  vertical-align: baseline;
  cursor: pointer;
  margin-bottom: 1rem;
  transition: all 0.1s ease 0s;
  -webkit-font-smoothing: auto;
}
