.cwp-buttons{
    display:flex;
    gap:12px;
    flex-wrap:wrap;
    margin-top:10px;
}

.cwp-btn input{
    display:none;
}

.cwp-btn span{
    display:inline-block;
    padding:10px 20px;
    border:1px solid #ddd;
    border-radius:6px;
    background:#fff;
    cursor:pointer;
    font-weight:600;
    min-width:80px;
    text-align:center;
    transition:all .2s ease;
}

.cwp-btn span:hover{
    border-color:#e53935;
}

.cwp-btn input:checked + span{
    border:2px solid #e53935;
    color:#e53935;
}

.cwp-section{
    margin-bottom:20px;
}

.cwp-section h4{
    margin-bottom:10px;
    font-size:16px;
    font-weight:600;
}
.cwp-btn{
    position:relative;
    display:inline-block;
}

.cwp-btn input[type="radio"]{
    position:absolute !important;
    opacity:0 !important;
    width:0 !important;
    height:0 !important;
    margin:0 !important;
    pointer-events:none;
}

.cwp-btn span{
    display:inline-block;
    padding:10px 20px;
    border:1px solid #ddd;
    border-radius:6px;
    background:#fff;
    cursor:pointer;
    font-weight:600;
    min-width:80px;
    text-align:center;
}

.cwp-btn input:checked + span{
    border:2px solid #e53935;
    color:#e53935;
}





