/* EZMANN Category Section */
.ezmann-category-menu-button {
    padding-top: 0.6em;
    padding-bottom: 0.6em;
    padding-left: 1.25em;
    padding-right: 1.25em;
    border: 2px solid #136100;
    border-radius: 0.4em;
    background-color: #af92ff;
    /* font-family: Arial, Helvetica, sans-serif; */
    font-size: 1.25em;
    cursor: pointer;
    white-space: nowrap;
    display: flex;
    justify-content: space-between;
    gap: 1em;
}