.match-hero-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.match-hero-meta .match-kickoff { margin: 0; }

.prediction-share {
  display: inline-flex;
  min-width: 0;
  flex: 0 1 auto;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.prediction-share-button {
  display: inline-flex;
  min-height: 30px;
  flex: 0 0 auto;
  align-items: center;
  gap: 5px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font: inherit;
  font-size: 0.66rem;
  font-weight: 650;
}

.prediction-share-button::before {
  content: "↗";
  font-size: 0.78rem;
  line-height: 1;
}

.prediction-share-button:hover,
.prediction-share-button:focus-visible { color: var(--text); }
.prediction-share-button:disabled { cursor: wait; opacity: 0.55; }

.prediction-share-status {
  max-width: 118px;
  color: var(--muted);
  font-size: 0.62rem;
  line-height: 1.2;
  overflow-wrap: anywhere;
  text-align: right;
}

@media (max-width: 680px) {
  .match-hero-meta {
    min-width: 0;
    gap: 10px;
  }

  .prediction-share { gap: 6px; }
  .prediction-share-button { min-height: 30px; font-size: 0.64rem; }
  .prediction-share-status { max-width: 104px; font-size: 0.58rem; }
}
