/*
Theme Name: Fairy Child
Template: fairy
Version: 1.0
*/

/* Cambiar color bot贸n Buscar */
.wp-block-search .wp-block-search__button {
    background: #264653 !important;
    border: 1px solid #264653 !important;
    color: #ffffff;
}

/* Fecha de Actualizaci贸n */
.cch-posted-on{
    display:inline-flex;
    align-items:center;
    gap:4px;
    flex-wrap:wrap;
}

.cch-posted-on .cch-modified-date{
    display:inline !important;
    visibility:visible !important;
    opacity:1 !important;
    color:inherit;
    font-size:inherit;
    font-weight:inherit;
}

.cch-posted-on .cch-updated-label{
    display:inline !important;
}