/* Button Styles */
.flrextra-button-wrapper {
    display: flex;
    gap: .5em; /* Space between buttons */
	margin-top: 1em;
	margin-bottom: 1em;
}

.flrextra-button-wrapper button {
    padding: 5px 10px;
    font-size: 14px;
    cursor: pointer;
}

/* Optional individual button styles */
.flrextra-all-button {
    /* Styles specific to the 'All' button */
    /* For example, you might want to set a specific background color */
    /* background-color: #d4edda; */
}

.flrextra-none-button {
    /* Styles specific to the 'None' button */
    /* For example, you might want to set a specific background color */
    /* background-color: #f8d7da; */
}

.flrextra-invert-button {
    /* Styles specific to the 'Invert' button */
    /* For example, you might want to set a specific background color */
    /* background-color: #fff3cd; */
}