.gh-matches-soon {
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gh-matches-soon-inner {
  max-width: 420px;
  padding: 1.5rem 1rem;
}

.gh-matches-soon-icon {
  font-size: 2.2rem;
  margin-bottom: 0.5rem;
  opacity: 0.85;
}

.gh-matches-soon-title {
  font-size: 1.15rem;
  font-weight: 600;
  margin-bottom: 0.35rem;
}

.gh-matches-soon-text {
  font-size: 0.9rem;
  opacity: 0.75;
  margin-bottom: 1rem;
}

.gh-matches-soon-divider {
  width: 60px;
  height: 2px;
  margin: 0.75rem auto;
  background: rgba(255, 223, 0, 0.6); /* your gold */
  border-radius: 2px;
}

.gh-matches-soon-hint {
  font-size: 0.75rem;
  opacity: 0.6;
}
