:root {
  --theme-color: #4B0082;
  --vs-secondary-color: #C0C0C0;
}

/* Elementor renders SVG icons; Playrex styles only target <i> in .header-links.style2 */
.header-links.style2 li > a:first-of-type {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  color: var(--white-color);
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  vertical-align: middle;
  text-decoration: none;
  transition: all ease 0.4s;
}

.header-links.style2 li > a:first-of-type:hover {
  background-color: var(--vs-secondary-color);
  color: var(--white-color);
  text-decoration: none;
}

.header-links.style2 svg,
.header-links.style2 .e-font-icon-svg {
  display: block;
  width: 14px;
  height: 14px;
  fill: currentColor;
}

@media (max-width: 575px) {
  .header-links.style2 li > a:first-of-type {
    width: auto;
    height: auto;
    background-color: transparent;
    border-radius: 0;
  }
}
