/* ===========================================
   Bunsen Footer: social icons
   =========================================== */

.bunsen-footer-icons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  padding: 8px 24px;
  width: 100%;
  height: 50px;
  box-sizing: border-box;
}

@media (max-width: 1024px) {
  .bunsen-footer-icons {
    justify-content: center;
  }
}

.bunsen-footer-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--e-global-color-primary);
  transition: color 0.2s ease;
  line-height: 1;
}

.bunsen-footer-icon:hover {
  color: var(--e-global-color-accent);
}

.bunsen-footer-icon svg {
  width: 16px;
  height: 16px;
  display: block;
}
