/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */

 .eaa-checkboxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
 }

 .eaa-checkboxes input[type=checkbox] {
    margin: 2px .25rem 0 0 !important;
 }

 .eaa-checkboxes .eaa-checkbox {
     flex-basis: 100%;
     margin-bottom: 4px;
 }

 .eaa-description {
     font-weight: 500;
     margin: 15px 0;
 }