/*------------------------------------*\
        ____            _  __    
       / __"| u        |"|/ /    
      <\___ \/         | ' /     
       u___) |       U/| . \\u   
       |____/>>        |_|\_\    
        )(  (__)     ,-,>> \\,-. 
       (__)           \.)   (_/  

\*------------------------------------*/

/*------------------------------------*\
  RESET CSS STYLES
\*------------------------------------*/

/* i, cite, em, var, address, dfn{
    font-style:normal;
} */

.edit-post-visual-editor {
  margin-bottom: 4rem;
}

/*------------------------------------*\
  CUSTOM FIELDS
\*------------------------------------*/

.edit-post-meta-boxes-area #poststuff h3.hndle,
.edit-post-meta-boxes-area #poststuff .stuffbox > h3,
.edit-post-meta-boxes-area #poststuff h2.hndle {
  padding: 16px 48px 16px 16px;
  font-size: 13px;
  color: #1e1e1e;
}

.wp-block-gallery.has-nested-images
  figure.wp-block-image:has(figcaption):before {
  display: none;
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  text-shadow: none;
}

/*------------------------------------*\
  ACF
\*------------------------------------*/

.acf-field.buttons-wide label {
  padding: 0.8rem 1.5rem;
}

.acf-field-color-picker .wp-picker-container .wp-color-result.button {
  padding: 0 0 0 5rem;
}

.acf-field-color-picker .wp-color-result-text {
  padding: 0.6rem 4rem;
}