/**
 * Bayu Accordion Easy Tap - Styles
 */

/* Make the title appear clickable and prevent text selection on double click */
.bayu-clickable-title {
    cursor: pointer;
    user-select: none;
    /* Optional: add a subtle hover effect if desired */
    /* transition: opacity 0.2s ease-in-out; */
}

/* Optional hover state - disabled by default to not interfere with existing theme styles */
/* .bayu-clickable-title:hover {
    opacity: 0.85;
} */
