/* Shared CTA geometry; keep route-specific colors and functional icon controls.
   Important declarations supersede the legacy Squarespace form overrides. */
#iam-site .button,
#iam-site .speaking-hero-link,
#iam-site .speaking-secure-form input[type="submit"],
#iam-site #block-c376ba2822f0029437ea button[type="submit"],
#iam-reel-viewer .reel-viewer-actions a {
  box-sizing: border-box !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 14.375rem !important;
  max-width: 100% !important;
  min-width: 0 !important;
  height: auto !important;
  min-height: 50px !important;
  padding: 12px 20px !important;
  flex: 0 1 auto !important;
  border-width: 1px !important;
  border-style: solid !important;
  border-radius: 999px !important;
  font: 650 .9375rem/1.4 -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", Arial, sans-serif !important;
  letter-spacing: 0 !important;
  text-align: center !important;
  text-decoration: none !important;
  white-space: normal !important;
  vertical-align: middle;
}

/* Phones use full-width, roomier actions; desktop keeps its compact pills. */
@media (max-width: 620px) {
  #iam-site .button,
  #iam-site .speaking-hero-link,
  #iam-site .speaking-secure-form input[type="submit"],
  #iam-site #block-c376ba2822f0029437ea button[type="submit"],
  #iam-reel-viewer .reel-viewer-actions a {
    width: 100% !important;
    min-height: 54px !important;
    padding: 14px 16px !important;
    font-size: 1rem !important;
  }
}

/* Preserve conditional visibility of the Instagram fallback action. */
#iam-reel-viewer .reel-viewer-actions a[hidden] {
  display: none !important;
}
