/* components/site-settings--footer/src/scss/site-settings--footer.scss */
.trigger-hover:focus .c-site-settings--footer__contact-data a:not(.c-button),
.trigger-hover:hover .c-site-settings--footer__contact-data a:not(.c-button),
.c-site-settings--footer__contact-data a:not(.c-button):hover,
.c-site-settings--footer__contact-data a:not(.c-button):focus,
.c-site-settings--footer__contact-data a:not(.c-button):active {
  color: #F49F0B;
}
.c-site-settings--footer__socials .field--items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.9375rem;
}
.c-site-settings--footer__socials .c-icon--standalone {
  font-size: 0;
  width: 1.5rem;
  height: 1.5rem;
  background: #DAE9C6;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
}
.c-site-settings--footer__socials .c-icon--standalone::before {
  font-size: 15px;
  color: #007E38;
  display: block;
  line-height: 1;
}
.trigger-hover:focus .c-site-settings--footer__socials .c-icon--standalone,
.trigger-hover:hover .c-site-settings--footer__socials .c-icon--standalone,
.c-site-settings--footer__socials .c-icon--standalone:hover,
.c-site-settings--footer__socials .c-icon--standalone:focus,
.c-site-settings--footer__socials .c-icon--standalone:active {
  background: #F49F0B;
}
/*# sourceMappingURL=site-settings--footer.css.map */
