/* Shared controls across the site. Preserve each section's positioning. */
@layer sndia-mobile {
  #content .vc_btn3 {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative !important;
    box-sizing: border-box !important;
    width: min(340px, 100%) !important;
    min-width: 0 !important;
    min-height: 52px !important;
    height: auto !important;
    max-width: 100% !important;
    padding: 14px 44px !important;
    border: 1px solid #214d35 !important;
    border-radius: 5px !important;
    background: #214d35 !important;
    color: #fff !important;
    box-shadow: 0 3px 8px rgb(20 50 32 / 10%) !important;
    font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
    letter-spacing: .035em !important;
    word-spacing: normal !important;
    text-align: center !important;
    text-decoration: none !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    transform: none !important;
    transition: background-color .18s ease, border-color .18s ease, box-shadow .18s ease !important;
  }
  #content .vc_btn3 .vc_btn3-icon { display: none !important; }
  #content .vc_btn3::before { display: none !important; }
  #content .vc_btn3::after,
  #content :is(.button-4,.button-5,.button-6) a::after {
    content: "" !important;
    display: block !important;
    position: absolute !important;
    right: 22px !important;
    top: 50% !important;
    width: 7px !important;
    height: 7px !important;
    margin: 0 !important;
    border: solid currentColor !important;
    border-width: 1.5px 1.5px 0 0 !important;
    background: none !important;
    opacity: 1 !important;
    transform: translateY(-50%) rotate(45deg) !important;
  }

  #content .sh-event-button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-sizing: border-box !important;
    min-width: 148px !important;
    min-height: 48px !important;
    height: auto !important;
    padding: 11px 18px !important;
    border: 1px solid #214d35 !important;
    border-radius: 5px !important;
    background: #214d35 !important;
    color: #fff !important;
    box-shadow: 0 2px 7px rgb(20 50 32 / 9%) !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
    letter-spacing: .025em !important;
    text-align: center !important;
    text-decoration: none !important;
    white-space: normal !important;
    transition: background-color .18s ease, border-color .18s ease, box-shadow .18s ease !important;
  }

  #content :is(.button-4,.button-5,.button-6) {
    width: min(320px, 100%) !important;
    min-height: 52px !important;
    height: auto !important;
    border: 1px solid #214d35 !important;
    border-radius: 5px !important;
    background: #214d35 !important;
    box-shadow: 0 3px 8px rgb(20 50 32 / 10%) !important;
  }
  #content :is(.button-4,.button-5,.button-6) > :is(.eff-4,.eff-5,.eff-6) {
    display: none !important;
  }
  #content :is(.button-4,.button-5,.button-6) a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative !important;
    box-sizing: border-box !important;
    width: 100% !important;
    min-height: 51px !important;
    height: auto !important;
    padding: 13px 42px !important;
    color: #fff !important;
    font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
    letter-spacing: .035em !important;
    word-spacing: normal !important;
    text-align: center !important;
    text-decoration: none !important;
    white-space: normal !important;
  }

  #content .wpcf7-form .wpcf7-submit {
    box-sizing: border-box !important;
    min-width: 140px !important;
    min-height: 52px !important;
    height: auto !important;
    padding: 13px 28px !important;
    border: 1px solid #214d35 !important;
    border-radius: 5px !important;
    background: #214d35 !important;
    color: #fff !important;
    box-shadow: 0 3px 8px rgb(20 50 32 / 10%) !important;
    font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
    letter-spacing: .035em !important;
    text-align: center !important;
    transition: background-color .18s ease, border-color .18s ease, box-shadow .18s ease !important;
  }

  #content :is(.vc_btn3,.sh-event-button,.sh-button,.wpcf7-submit):focus-visible,
  #content :is(.button-4,.button-5,.button-6) a:focus-visible {
    outline: 2px solid #214d35 !important;
    outline-offset: 4px !important;
  }
  @media (hover: hover) {
    #content :is(.vc_btn3,.sh-event-button,.wpcf7-submit):hover,
    #content :is(.button-4,.button-5,.button-6):hover {
      background: #153923 !important;
      border-color: #153923 !important;
      color: #fff !important;
      box-shadow: 0 4px 12px rgb(20 50 32 / 16%) !important;
    }
    #content :is(.button-4,.button-5,.button-6):hover a { color: #fff !important; }
  }
  @media (max-width: 767px) {
    #content .vc_btn3,
    #content :is(.button-4,.button-5,.button-6) {
      width: min(100%, 320px) !important;
    }
    #content .vc_btn3 { padding-right: 34px !important; padding-left: 34px !important; }
    #content .sh-event-button { min-width: 148px !important; }
  }
  @media (max-width: 360px) {
    #content .vc_btn3,
    #content :is(.button-4,.button-5,.button-6) a {
      padding-right: 32px !important;
      padding-left: 20px !important;
      font-size: 14px !important;
    }
    body.page-id-9229 #content .vc_btn3 {
      padding-right: 28px !important;
      padding-left: 12px !important;
      font-size: 13.5px !important;
    }
    #content .vc_btn3::after,
    #content :is(.button-4,.button-5,.button-6) a::after {
      right: 17px !important;
    }
    body.page-id-9229 #content .vc_btn3::after { right: 14px !important; }
  }
  @media (prefers-reduced-motion: reduce) {
    #content :is(.vc_btn3,.sh-event-button,.wpcf7-submit) { transition: none !important; }
  }
}
