/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 30 2026 | 20:26:56 */
/* Fix: CTA button broken on mobile - scar-camouflage-facelift case study */
@media (max-width: 480px) {
  .cs-single__content .cs-cta .btn,
  .cs-cta .btn.btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    max-width: 90%;
    margin: 0 auto;
    padding: 14px 24px;
    white-space: normal;
    text-align: center;
    line-height: 1.3;
    font-size: 14px;
    border-radius: 999px;
    box-sizing: border-box;
    word-break: normal;
    overflow-wrap: break-word;
  }

  .cs-cta .btn {
    text-transform: uppercase;
  }
}

@media (max-width: 360px) {
  .cs-single__content .cs-cta .btn,
  .cs-cta .btn.btn-primary {
    font-size: 13px;
    padding: 12px 18px;
  }
}

@media only screen and (max-width: 767px) {
  /* Default: hide all submenus */
  .taptap-by-bonfire .sub-menu {
    display: none !important;
  }

  /* Show only when the arrow right before it has the active class */
  .taptap-by-bonfire .taptap-sub-arrow.taptap-submenu-active ~ .sub-menu {
    display: block !important;
  }
}