/* ================================================================
   FOLD CERTIFICATION — STATISTICS TITLE ALIGNMENT v7

   Paste at the VERY BOTTOM of:
   WordPress > Appearance > Customize > Additional CSS

   Raises the Statistics icon and label away from the lower border.
   ================================================================ */

html body:not(.wp-admin) #af-wrapper #statistics > .title-element,
html body:not(.wp-admin) #af-wrapper #statistics > .title-element-dark {
    box-sizing: border-box !important;
    height: 32px !important;
    min-height: 32px !important;
    padding: 3px 20px 7px !important;
    line-height: 21px !important;
    vertical-align: top !important;
}

html body:not(.wp-admin) #af-wrapper #statistics > .title-element::before,
html body:not(.wp-admin) #af-wrapper #statistics > .title-element-dark::before,
html body:not(.wp-admin) #af-wrapper #statistics > .title-element .title-element-icon::before,
html body:not(.wp-admin) #af-wrapper #statistics > .title-element-dark .title-element-icon::before {
    line-height: 21px !important;
    vertical-align: middle !important;
}

/* END — FOLD COMMUNITY STATISTICS TITLE ALIGNMENT v7 */
