.share-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  margin: 0.75rem 0;
}

.share-bar--compact {
  margin: 0;
  gap: 0.4rem;
}

.share-panel__bar .share-bar {
  margin: 0;
}

.home-hero-share .share-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  width: 100%;
}

.home-hero-share .share-btn {
  flex: 1 1 auto;
  justify-content: center;
  min-width: 0;
  padding: 0.5rem 0.65rem;
  font-size: 0.8125rem;
}

.home-hero-share .share-btn--more {
  flex: 0 0 auto;
  min-width: 2.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.home-hero-share {
  display: block;
  width: 100%;
  margin: 0;
}

.share-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.4rem 0.75rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(31, 41, 55, 0.9);
  color: #e5e7eb;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.2;
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.share-bar--compact .share-btn {
  padding: 0.3rem 0.55rem;
  font-size: 0.72rem;
}

.share-btn:hover {
  background: rgba(55, 65, 81, 0.95);
  border-color: rgba(250, 204, 21, 0.45);
  color: #fff;
}

.share-btn--done {
  border-color: rgba(34, 197, 94, 0.5);
  color: #86efac;
}

.share-btn__icon {
  font-size: 0.95rem;
  line-height: 1;
}

.share-bar {
  position: relative;
}

.share-bar__menu {
  position: absolute;
  top: calc(100% + 0.35rem);
  left: 0;
  z-index: 30;
  display: flex;
  flex-direction: column;
  min-width: 9rem;
  padding: 0.35rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #1f2937;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}

.share-bar__menu[hidden] {
  display: none !important;
}

.share-link {
  display: block;
  padding: 0.45rem 0.65rem;
  border-radius: 0.35rem;
  color: #e5e7eb;
  font-size: 0.8rem;
  text-decoration: none;
}

.share-link:hover {
  background: rgba(250, 204, 21, 0.12);
  color: #fde047;
}

.match-card__share {
  margin-top: 0.65rem;
  padding-top: 0.55rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.match-page-share {
  display: flex;
  justify-content: center;
  margin: 0.75rem 0 1rem;
}

.sport-hero-share {
  display: flex;
  justify-content: center;
  margin: 0.75rem auto 1.25rem;
  max-width: 32rem;
}
