.share-panel {
  max-width: 760px;
  margin: 3rem 0 0;
  padding: 1.25rem 0 0;
  background: transparent;
  border-top: 1px solid rgba(255, 255, 255, .14);
}

.share-panel.site-share {
  max-width: 900px;
  margin: 2rem auto 0;
}

.share-kicker {
  color: #E8B931;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 0.35rem;
}

.share-title {
  color: #F2F0EB;
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 0.85rem;
}

.share-actions {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  flex-wrap: wrap;
}

.share-button {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0.5rem 0.8rem;
  border: 1px solid rgba(232, 185, 49, .55);
  border-radius: 0;
  background: transparent;
  color: #F2F0EB;
  cursor: pointer;
  font: inherit;
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 13px;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.share-button:hover {
  border-color: #E8B931;
  color: #E8B931;
}

.share-native {
  display: none;
}

.share-native.is-supported {
  display: inline-flex;
}

.share-feedback {
  min-height: 1.4em;
  margin-top: 0.55rem;
  color: #8a8a8a;
  font-size: 12px;
  line-height: 1.4;
}
