.sponsor-phone button,
.picker-reveal {
  border: 0;
  background: transparent;
  padding: 0;
  color: var(--brand);
  font: inherit;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
  cursor: pointer;
}

.sponsor-phone button:disabled,
.picker-reveal:disabled {
  opacity: .65;
  cursor: wait;
}

.sponsor-phone-status {
  display: block;
  min-height: 18px;
  margin-top: 4px;
  color: #9d2c2c;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}

.sponsor-phone-status:empty { display: none; }

/* The phone area is anchored to the card bottom. Give a revealed two-line
   contact enough room so it never overlaps sobriety or traditions text. */
.sponsor-card.phone-revealed { min-height: 310px; }

.revealed-phone-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.revealed-phone-number {
  color: var(--brand);
  font-size: 20px;
  font-weight: 800;
  text-underline-offset: 4px;
}

.revealed-call-button {
  padding: 8px 12px;
  font-size: 14px;
  text-decoration: none;
}

.picked-contact .revealed-phone-actions { margin-top: 6px; }
.revealed-telegram-link { color: #229ed9; font-size: 14px; font-weight: 800; text-decoration: none; }
.picked-contact a[href^="https://t.me/"] { color: #229ed9; font-weight: 800; }

@media (max-width: 720px) {
  .sponsor-card.phone-revealed { min-height: 295px; }
}
