/* Styles for the external content blocking consent placeholder
   (nextmotion/externalcontentblocking). Makes the consent checkbox
   visible despite the theme's custom-checkbox styling and frames the
   opt-in placeholder. */

.external-content-consent-opt-in {
    margin: 1em 0;
    padding: 1.25em;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #f7f7f7;
}

.external-content-consent-opt-in label,
.external-content-consent-opt-out label {
    display: flex;
    align-items: center;
}

.external-content-consent-opt-in input[type=checkbox],
.external-content-consent-opt-out input[type=checkbox] {
    opacity: 1;
    position: static;
    width: auto;
    height: auto;
    margin-right: .5em;
    vertical-align: middle;
    flex-shrink: 0;
}
