/* Fix issue in some browsers where selection background is transparent */
::selection { background-color: #ffcc00; color: #000000; }

/* Run animations in editor without js-interesct */ 
.fadein, .fadeup, .fadedown, .fadeleft, .faderight  { animation: fadein var(--time, 300ms) ease forwards }
.fadein-items > * { --delay:calc(var(--i, 0) * 200ms); animation: fadein 400ms ease var(--delay) forwards; opacity: 1; }

/* Fix page editor title color from changing to white */ 
.edit-post-visual-editor__post-title-wrapper h1 { color: rgb(74, 74, 74); }

/* Fix media-text block media upload area not showing */ 
.wp-block-media-text__media { top: 0; animation: fadein 600ms ease .3s forwards }
.wp-block-media-text__media::after { transform: scaleX(1); }
.header-columns{ background-color: rgba(0, 0, 0, 0.5) !important; }







