/**
 * Spam Shield plugin for Craft CMS
 */

/* Table styles */
#blocked-entries {
    margin-bottom: 24px;
}

#blocked-entries td {
    vertical-align: middle;
}

/* Modal styles */
#add-blocked-entry-modal {
    width: 500px;
}

/* Button styles */
.buttons {
    margin-top: 24px;
}

/* Hide elements */
.hidden {
    display: none;
} 