/* Minimal overrides for Bulma */

/* Form full width - needed for full-width buttons inside forms */
form.is-fullwidth {
    width: 100%;
}

/* Hide default browser arrow on collapsible sections */
details summary {
    cursor: pointer;
    list-style: none;
}

details summary::-webkit-details-marker {
    display: none;
}
