/* VartoModa v4.6.27 — optional footer social-media links */
.editorial-footer .footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 19px;
}

.editorial-footer .footer-social-link {
  display: inline-grid;
  width: 39px;
  height: 39px;
  place-items: center;
  border: 1px solid #d6cdbf;
  border-radius: 50%;
  color: var(--footer-text, #1c2b25);
  background: rgba(255, 255, 255, .58);
  box-shadow: 0 6px 18px rgba(37, 53, 46, .06);
  transition: transform .18s ease, color .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.editorial-footer .footer-social-link svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.editorial-footer .footer-social-link:hover,
.editorial-footer .footer-social-link:focus-visible {
  color: #fff;
  background: var(--ed-green-dark, #163f33);
  border-color: var(--ed-green-dark, #163f33);
  box-shadow: 0 10px 24px rgba(22, 63, 51, .18);
  transform: translateY(-2px);
  outline: none;
}

@media (max-width: 599px) {
  .editorial-footer .footer-social {
    gap: 6px;
    margin-top: 10px;
  }

  .editorial-footer .footer-social-link {
    width: 30px;
    height: 30px;
  }

  .editorial-footer .footer-social-link svg {
    width: 14px;
    height: 14px;
  }
}
