.ecupro-expert-links {
  --ecupro-expert-links-size: 30px;
  --ecupro-expert-icon-bg: var(--ecupro-accent-color, #d6711f);
  --ecupro-expert-icon-fg: #fff;
  display: inline-block;
  max-width: 100%;
  margin-block: 6px;
}

.ecupro-expert-links__grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
  max-width: 100%;
}

.ecupro-expert-links__item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 var(--ecupro-expert-links-size);
  width: var(--ecupro-expert-links-size);
  height: var(--ecupro-expert-links-size);
  font-size: var(--ecupro-expert-links-size);
  line-height: 1;
  text-decoration: none;
}

.ecupro-expert-links__icon {
  display: grid;
  place-items: center;
  width: 1em;
  height: 1em;
  color: var(--ecupro-expert-icon-fg);
  border-radius: 50%;
  background: var(--ecupro-expert-icon-bg);
}

.ecupro-expert-links__icon .ecupro-icon {
  display: block;
  width: 1em;
  height: 1em;
}

.ecupro-expert-links__icon .ecupro-icon > :where(path, circle, ellipse, rect, polygon, polyline, line, text)[fill]:not([fill="none"]),
.ecupro-expert-links__icon .ecupro-icon > g :where(path, circle, ellipse, rect, polygon, polyline, line, text)[fill]:not([fill="none"]) {
  fill: var(--ecupro-expert-icon-fg);
}

.ecupro-expert-links__icon .ecupro-icon > :where(path, circle, ellipse, rect, polygon, polyline, line, text)[stroke]:not([stroke="none"]),
.ecupro-expert-links__icon .ecupro-icon > g :where(path, circle, ellipse, rect, polygon, polyline, line, text)[stroke]:not([stroke="none"]) {
  stroke: var(--ecupro-expert-icon-fg);
}

.ecupro-expert-links__icon--fallback {
  font-size: 0.5em;
}
