.yeekit-cf7-chained-select-container table{
    width: 100% !important;
    table-layout: fixed;
}
.yeekit-where-block .field { width: 30%; }
.yeekit-where-block .operator { width: 20%; }
.yeekit-where-block .value { width: 40%; }
.yeekit-where-block .actions { width: 10%; }
.yeekit-where-block .yeekit-rule-delete {
    background-color: transparent;
    border: none;
    color: #d63638;
    font-size: 16px;
    padding: 0 2px;
    height: 32px;
    vertical-align: middle;
    cursor: pointer;
}
.yeekit-where-block .yeekit-rule-delete svg {
    width: 16px;
    height: 16px;
    fill: #d63638;
    vertical-align: middle;
    pointer-events: none;
}
.hidden{
    display: none;
}