.swf-protected-grid-view .attachment-preview {
    box-shadow: 0 0 0.5rem red;
}

.compat-field-swf_protection_setting .field {
    float: left;
    width: 100%;
    margin: 0;
}

tr.compat-field-swf_prevent_DA_settings td {
    width: 100% !important;


.media-frame.mode-grid .swf-protected-grid-view:focus {
    box-shadow: inset 0 0 2px 3px #f1f1f1, inset 0 0 0 7px lightpink;
}

.wp-core-ui .attachment.details.swf-protected-grid-view,
.wp-core-ui .attachment.details.swf-protected-grid-view:focus {
    box-shadow: inset 0 0 2px 3px #f1f1f1, inset 0 0 0 7px lightpink;
}

.swf-protected-selection-view {
    box-shadow: inset 0 0 2px 3px #f1f1f1, inset 0 0 0 7px lightpink;
}

.swf-protected-selection-view .attachment-preview {
    box-shadow: none;
}

.swf-protected-selection-view .attachment.details.swf-protected-grid-view,
.swf-protected-selection-view .attachment.details.swf-protected-grid-view:focus {
    box-shadow: 0 0 0 1px #fff,0 0 0 3px #0073aa;
}

.swf_wrap_protection_setting input {
    margin-top: 0 !important;
}

.swf_file_access_permission  {
    margin-bottom: 10px;
}
.swf_wrap_fap {
    margin-bottom: 0;
    margin-top: 10px;
}

select.swf_file_access_permission {
    width: 100% !important;
}
