/* Frontend Styles */
.surge-tabbies-panel {
    padding: 1.5rem 0;
}

/* Hide panels by default if JS is active, parent block will manage visibility */
.surge-tabbies-initialized .surge-tabbies-panel:not(.is-active) {
    display: none;
}