/* Contact page — single centered section with two full-width buttons */

.contact-buttons-row {
  display: flex;
  width: 100%;
  gap: var(--spacing-lg);
}

.contact-buttons-item {
  flex: 1;
}

.contact-buttons-fill {
  width: 100%;
}

.contact-psych-today {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: var(--spacing-2xl);
  gap: var(--spacing-lg);
}

@media only screen and (max-width: 768px) {
  .contact-buttons-row {
    flex-direction: column;
  }
}
