.activity-contact { margin-top: 30px; }
.activity-contact-actions { display: flex; flex-wrap: wrap; justify-content: flex-start; gap: 14px; }
.activity-contact-button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 13px 22px; border: 1px solid transparent; border-radius: 999px; color: white; font-size: .98rem; font-weight: 800; line-height: 1.4; text-decoration: none; transition: transform .2s ease, opacity .2s ease, background .2s ease; }
.activity-contact-button:hover, .activity-contact-button:focus-visible { transform: translateY(-2px); }
.activity-contact-button.is-primary { background: linear-gradient(135deg, #b3122f, #df3758); box-shadow: 0 14px 34px rgba(179,18,47,.34); }
.activity-contact-button.is-secondary { border-color: rgba(255,255,255,.18); background: rgba(255,255,255,.08); box-shadow: none; }
.activity-contact-button.is-disabled { opacity: .62; cursor: default; pointer-events: none; }
.activity-contact-details { display: flex; flex-wrap: wrap; justify-content: flex-start; gap: 10px 18px; margin-top: 22px; color: #c7c2bb; font-size: .95rem; }
.finale .activity-contact-actions, .finale .activity-contact-details { justify-content: center; }
.activity-contact-details a, .activity-contact-details span { color: inherit; text-decoration: none; }
.activity-contact-details [aria-disabled="true"] { cursor: default; pointer-events: none; }
.activity-contact-home { display: inline-flex; margin-top: 24px; color: #c7c2bb; font-weight: 750; text-decoration: underline; text-underline-offset: 4px; }

@media (max-width: 720px) {
  .activity-contact-button, .activity-contact-details, .activity-contact-details a, .activity-contact-details span, .activity-contact-home { font-size: 18px !important; }
}
