/*!
Theme Name: Yuanxing
Author: Redlab
Author URI: https://redlab.bz/
Description:
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: yuanxing
*/
.grecaptcha-badge {
    opacity: 0;
}

.editor-styles-wrapper .wp-block {
    overflow: visible !important;
}

.pagination__list {
    .disabled {
        opacity: 0.5;
        pointer-events: none;
    }
}
.search-input .list b{
    display: contents;
}

.hidden-fields-container {
    display: none !important;
}

/* desktop */
.desktop-only { display: list-item; }
.mobile-only { display: none; }

/* mobile <= 640px */
@media (max-width: 640px) {
    .desktop-only { display: none; }
    .mobile-only { display: list-item; }
}

.wpcf7-spinner {
    display: none;
}
