/*
 Theme Name:   Hello Elementor Child
 Theme URI:    https://yourwebsite.com/hello-elementor-child
 Description:  Hello Elementor 的子主题
 Author:       Soar
 Author URI:   https://yourwebsite.com
 Template:     hello-elementor
 Version:      1.0.0
 Text Domain:  hello-elementor-child
*/

/* 这里可以添加你的自定义 CSS */
#seach_box input{
	min-height:35px!important;
}

.pewc-checkbox-group-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(50px, 1fr));
    gap: 8px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.pewc-checkbox-group-wrapper li {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pewc-radio-form-label {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
    cursor: pointer;
    text-align: center;
}

.pewc-radio-form-label span {
    display: inline-block;
    width: 100%;
    text-align: center;
}

/* 隐藏 RankMath 评分柱/徽章 */
#rank-math-score,
.rank-math-score,
.rm-score,
.cmb-row.rank-math-score,
#rank-math-metabox .rank-math-score-bar,
.rank-math-metabox-wrap .rank-math-score {
    display: none !important;
}
