/* Component: btn-style-section-header */
/* Disable hover effects and clicking for non-interactive button */

.as-btn-style-section-header.as-single-button-container .btn {
  pointer-events: none;
  cursor: default;
}

.as-btn-style-section-header.as-single-button-container .btn:hover,
.as-btn-style-section-header.as-btn-style-section-header .as-single-button-container .btn:focus,
.as-btn-style-section-header.as-single-button-container .btn:active {
  /* Prevent any hover, focus, or active state changes */
  background-color: inherit !important;
  color: inherit !important;
  border-color: inherit !important;
}