/*
Theme Name: Divi Child
Theme URI: https://diviextended.com/
Version: 1.0
Description: Child Theme of Divi
Author: Divi Extended
Template: Divi
*/
@import url("../Divi/style.css");

/* Viber icon sizing to behave like Divi icons */
.et-social-viber .et-pb-custom-viber svg {
  width: 18px;
  height: 18px;
  display: block;
  fill: currentColor;
}

/* Ensure it aligns nicely in the circle */
.et-social-viber a.icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Optional: set Viber-ish background color like other networks
   (Divi sets per-network backgrounds; this adds one for ours) */
.et_pb_social_media_follow li.et-social-viber a.icon {
  background-color: #7360F2; /* adjust if you want */
}
