rh-footer {
  --rh-footer-section-side-gap: 32px;
  --pf-global--spacer--xl: 32px;
  --pfe-accordion--FontWeight--header: 500;
  --pfe-accordion--FontSize--header: 0.875em;
  --rh-footer-links-gap: 10px;
  --rh-footer-link-font-size: 14px;
  --rh-footer-link-header-font-size: 14px;
  --rh-font-size-body-text-sm: 14px;
  --rh-space-lg: 14px;
  --rh-font-size-body-text-xs: 12px;
}

rh-footer>[slot^="links"] a {
  font-family: "Red Hat Text Light", RedHatTextLight, Overpass, Overpass, Arial, sans-serif;
  line-height: 24px;
}

rh-footer h3 {
  padding-bottom: 10px;
  line-height: 1.1;
  font-family: 'Red Hat Text', 'RedHatText', 'Overpass', Overpass, Arial, sans-serif !important;
}

rh-footer rh-footer-social-link {
  --pfe-icon--size: 24px;
}

rh-footer rh-footer-block {
  --pfe-broadcasted--link: #73bcf7;
  --pfe-broadcasted--link--hover: #bee1f4;
  width: 100%;
}

rh-footer rh-footer-block h3 {
  padding-bottom: 0;
}

rh-footer rh-footer-block p {
  margin-top: -1px;
  line-height: 1.7;
  font-family: "Red Hat Text", RedHatText, Overpass, Overpass, Arial, sans-serif;
}

rh-footer rh-footer-block pfe-cta {
  margin-top: -4px;
}

rh-footer #footer-language-toggle {
  font-family: "Red Hat Text", RedHatText, Overpass, Overpass, Arial, sans-serif;
  line-height: 24px;
  font-weight: 300;
  border: none;
  background: transparent;
  font-size: 14px !important;
  padding: 0;
  padding-right: 1rem;
  cursor: pointer;
}

rh-footer #footer-language-toggle img {
  filter: invert(75%) sepia(0%) saturate(3417%) hue-rotate(31deg) brightness(117%) contrast(88%);
  width: 21px;
  height: 21px;
  margin-right: 6px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

rh-footer #footer-language-toggle span {
  position: relative;
  display: inline-block;
}

rh-footer #footer-language-toggle .down::before,
rh-footer #footer-language-toggle .up::before {
  display: block;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  left: 7px;
  top: -7px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #d2d2d2;
}

rh-footer #footer-language-toggle .down::before {
  border-bottom: none;
  border-top: 5px solid #d2d2d2;
}

rh-footer #footer-language-picker {
  display: none;
  position: absolute;
  background: #151515;
  border: 1px solid var(--_border-color);
  left: 0;
  bottom: 30px;
  width: 200px;
}

rh-footer #footer-language-picker ul {
  list-style-type: none;
  padding: 0.75em;
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}

rh-footer #footer-language-picker ul li {
  flex-basis: 50%;
}

rh-footer #footer-language-picker ul li a {
  color: #d2d2d2;
  display: inline-block;
  width: 100%;
  padding: 0.4em;
}

rh-footer .show {
  display: block !important;
}

rh-footer::part(links) {
  row-gap: 0;
}

rh-footer::part(main-secondary) {
  gap: 24px;
}

[slot="main-secondary"] {
  --rh-space-2xl: 24px;
}

@media screen and (max-width: 1199px) {
  rh-footer {
    --rh-footer-section-side-gap: 16px;
  }
}

rh-footer-universal {
  --rh-footer-section-side-gap: 32px;
}

rh-footer-universal rh-footer-copyright,
rh-footer-universal [slot^="links"] a {
  font-family: "Red Hat Text Light", RedHatTextLight, Overpass, Overpass, Arial, sans-serif;
}

rh-footer-universal::part(logo) {
  width: 2.625em !important;
}

rh-footer-universal::part(links-primary) {
  font-weight: 300;
}

@media screen and (max-width: 991px) {
  rh-footer-universal::part(links-secondary) {
    margin-bottom: -32px;
  }
}

@media screen and (max-width: 1199px) {
  rh-footer-universal {
    --rh-footer-section-side-gap: 16px;
  }
}
