.share-block * {
  text-decoration: none !important;
}

.share-block {
  margin-top: var(--wp--preset--spacing--large);
  display: flex;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
}
.share-block.direction-vertical {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.share-block .wp-block-group.is-style-default {
  background-color: var(--wp--preset--color--background-1);
  border-radius: 100px;
  color: var(--wp--preset--color--foreground-1);
  padding: 12px 18px 12px 14px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.share-block .wp-block-group.is-style-default:hover {
  background-color: var(--wp--preset--color--background-4);
}
.has-background-1-background-color .share-block .wp-block-group.is-style-default {
  background-color: var(--wp--preset--color--background-2);
}
.has-background-1-background-color .share-block .wp-block-group.is-style-default:hover {
  background-color: var(--wp--preset--color--background-4);
}
.share-block .wp-block-group.wp-block-group p {
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  margin: 2px 0 0 0;
  letter-spacing: -0.03em;
}
.share-block .wp-block-group.wp-block-group p.small {
  color: var(--wp--preset--color--foreground-3);
  font-size: 12px;
  line-height: 1;
}
.share-block .share-more {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
}
.share-block .share-more svg {
  margin-left: 10px;
  opacity: 0.8;
}
.share-block .share-more .share-trigger {
  border: none;
  background: none;
  cursor: pointer;
  padding: 10px 12px;
}
.share-block .share-more .share-trigger span {
  color: var(--wp--preset--color--foreground-4);
}
.share-block .share-more .share-trigger:hover span {
  color: var(--wp--preset--color--foreground-2);
}
.share-block .share-more .share-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 10px;
  z-index: 100;
  min-width: 200px;
}
.share-block .share-more .share-dropdown .share-dropdown-link {
  display: block;
  padding: 6px 12px;
  color: var(--wp--preset--color--foreground-1);
  font-size: 16px;
  transition: background-color 0.2s ease;
}
.share-block .share-more .share-dropdown .share-dropdown-link:hover {
  color: var(--wp--preset--color--primary);
  background-color: var(--wp--preset--color--background-2);
  border-radius: 4px;
}
.share-block .share-more .share-dropdown .share-dropdown-link:not(:last-child) {
  margin-bottom: 4px;
}

.share-block > * {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 5px;
}

.share-block.direction-vertical > * {
  width: 100%;
  max-width: 268px;
  margin-left: auto;
  margin-right: auto;
}

.share-block.direction-vertical .share-more {
  justify-content: center;
}

.share-block figure,
.share-block p {
  margin: 0;
}

.wp-block-columns.has-background-1-background-color .share-block > *:not(.share-more) {
  background-color: var(--wp--preset--color--background-3) !important;
}

.single-podcast .share-block > *:not(.share-more) {
  background-color: var(--wp--preset--color--background-2) !important;
}
