.quanta-acf-thumb {
    vertical-align: middle;
}
.pw-weak {
    display:  none !important;
}
/*don't show the old story_type ACF field options*/
#acf-field_6419cd71dd1f8 option:not(:checked)[value='blog'],
#acf-field_6419cd71dd1f8 option:not(:checked)[value='video'],
#acf-field_6419cd71dd1f8 option:not(:checked)[value='puzzle'],
#acf-field_6419cd71dd1f8 option:not(:checked)[value='academy'],
#acf-field_6419cd71dd1f8 option:not(:checked)[value='column'] {
    display: none;
}
[data-id='q-parity-tool-results'] {
    margin-bottom: 1rem;
    th {
        text-align: left;
        padding: .5rem 1rem .5rem 0;
    }
    td:first-of-type {
        padding-right: .5rem;
    }
}
.q-parity-tool-supplementary {
    display: inline-block;
    margin-left: 1rem;
    h3 {
        margin: 0;
    }
}
.q-parity-tool-container {
    .error {
        color: red;
    }
    .success {
        color: green;
    }
}
