.cb-social-share {
  margin: var(--wp--preset--spacing--20) 0 var(--wp--preset--spacing--40);
}
.cb-social-share__list {
  display: flex;
  gap: var(--wp--preset--spacing--30);
  margin: 0;
  padding: 0;
  list-style: none;
}
.cb-social-share__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 12px;
  border: 1px solid var(--wp--preset--color--border);
  border-radius: 4px;
  background: var(--wp--preset--color--base);
  color: var(--wp--preset--color--text);
  text-decoration: none;
  transition: background-color 150ms ease, color 150ms ease;
}
.cb-social-share__link:hover,
.cb-social-share__link:focus-visible {
  background: var(--wp--preset--color--surface-raised, var(--wp--preset--color--surface));
  color: var(--wp--preset--color--accent);
}
.cb-social-share__link:focus-visible {
  outline: 2px solid var(--wp--preset--color--accent);
  outline-offset: 2px;
}
.cb-social-share__icon {
  width: 20px;
  height: 20px;
  fill: currentColor;
  stroke: currentColor;
}
