/* Allow filters to grow in width */
body div .js-stools-container-filters-visible {
    grid-template-columns: unset;
    grid-auto-flow: column;
}
body div .js-stools-container-filters-visible .choices__inner {
    display: grid;
    grid-auto-flow: row;
}

/* Frontend toolbar buttons spacing */
#toolbar > joomla-toolbar-button, #toolbar > .btn-group {
    margin-inline-start: .75rem;
}

/* Frontend toolbar buttons with dropdown */
body div .dropdown-toggle-split {
    box-shadow: 1px 0px 1px rgba(0,0,0,.9)
}
body div .dropdown-toggle-split + *,
body div .dropdown-toggle-split + * > * {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

/* Frontend page title */
body div .page-title {
    text-align: right;
}

body div .form-hidden {
    display: none !important;
}
