.cc_7dj7x75z_yMqWkIVww7 .ee-social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid currentColor;
  color: inherit;
  opacity: 0.85;
  transition: opacity 0.2s var(--ee-ease-out, ease),
    transform 0.16s var(--ee-ease-out, ease), background-color 0.2s ease;
}

.cc_7dj7x75z_yMqWkIVww7 .ee-social:hover {
  opacity: 1;
  background-color: currentColor;
  transform: translateY(-2px);
}

.cc_7dj7x75z_yMqWkIVww7 .ee-social:hover .ee-social__icon {
  /* daire dolunca ikon zeminle aynı renge düşer */
  color: var(--ee-forest, #2d3526);
}

.cc_7dj7x75z_yMqWkIVww7 .ee-social:active {
  transform: scale(0.94);
}

.cc_7dj7x75z_yMqWkIVww7 .ee-social__icon {
  display: block;
  color: inherit;
}
