.mf-header-socials {
  order: 3;
  display: flex;
  width: 100%;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding-top: 0.25rem;
}

.mf-footer-socials {
  margin-top: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}

.mf-social-pill {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 9999px;
  border: 1px solid hsla(0, 0%, 100%, 0.2);
  background: hsla(0, 0%, 100%, 0.1);
  padding: 0.55rem 1rem;
  color: hsla(0, 0%, 100%, 0.92);
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 800;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease, transform 0.15s ease;
}

.mf-social-pill svg {
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
}

.mf-social-pill:hover {
  border-color: hsla(0, 0%, 100%, 0.32);
  background: hsla(0, 0%, 100%, 0.16);
  color: #fff;
  transform: translateY(-1px);
}

@media (min-width: 640px) {
  .mf-header-socials {
    order: 0;
    width: auto;
    padding-top: 0;
  }
}

@media (max-width: 420px) {
  .mf-header-socials {
    gap: 0.375rem;
  }

  .mf-social-pill {
    min-height: 2.5rem;
    padding: 0.5rem 0.8rem;
    font-size: 0.8125rem;
  }
}
