.cd-share {
  position: relative;
  display: inline-flex;
  flex-shrink: 0;
}

.cd-share-trigger {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 600;
  text-decoration: none;
  color: inherit;
  border: 1px solid rgba(29, 39, 77, 0.18);
  background: #fff;
  border-radius: 999px;
  padding: 5px 12px 5px 10px;
  cursor: pointer;
  white-space: nowrap;
}

.cd-share-trigger:hover,
.cd-share-trigger:focus-visible {
  border-color: #ff832e;
  outline: none;
}

.cd-share-panel {
  position: absolute;
  right: 0;
  top: calc(100% + 6px);
  min-width: 11.5rem;
  background: #fff;
  color: #1d274d;
  border: 1px solid rgba(29, 39, 77, 0.16);
  border-radius: 10px;
  box-shadow: 0 12px 28px rgba(29, 39, 77, 0.14);
  padding: 6px;
  z-index: 40;
}

.cd-share-row {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  text-align: left;
  border: 0;
  background: transparent;
  font: inherit;
  font-size: 0.88rem;
  font-weight: 600;
  color: inherit;
  text-decoration: none;
  padding: 8px 10px;
  border-radius: 6px;
  cursor: pointer;
  box-sizing: border-box;
}

.cd-share-row:hover,
.cd-share-row:focus-visible {
  background: rgba(255, 131, 46, 0.12);
  outline: none;
}

.cd-share-row svg {
  flex-shrink: 0;
}
