.social_media_icon {
  border-radius: var(--border-radius-social_media);
  font-size: 2.8125rem;
  border: solid 1px transparent;
  display: flex;
  align-items: center;
  justify-content: center; }
  .social_media_icon--small {
    font-size: 1.2375rem;
    height: 2.8125rem;
    width: 2.8125rem;
    line-height: 1.40625rem;
    padding: 0.70312rem; }

@media (max-width: 767px) {
  .social_media_icon {
    padding: 0; }
    .social_media_icon--small {
      height: 1.875rem;
      width: 1.875rem; } }

@media (max-width: 500px) {
  .social_media_icon {
    font-size: 2.25rem; }
    .social_media_icon--small {
      font-size: 1.125rem;
      line-height: 1.125rem;
      height: 1.875rem;
      width: 1.875rem; } }

.social_media__wrapper.social_media__wrapper--bottom {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 2.8125rem;
  gap: 0 0.625rem; }
  .social_media__wrapper.social_media__wrapper--bottom .social_media_icon {
    background: #FFFFFF;
    font-size: 1.2375rem;
    height: 2.8125rem;
    width: 2.8125rem;
    line-height: 1.40625rem;
    padding: 0.70312rem;
    transition: background 0.3s ease-out; }
  .social_media__wrapper.social_media__wrapper--bottom .social_media_icon:hover {
    background: #ebebeb; }
/*# sourceMappingURL=social_media--bottom.css.map */
