.cvp-live-filter.cvp-checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: flex-start;
  clear: both;
  margin-top: 8px;
  border-left: 2px solid #FEFFF5;
  border-top: 2px solid #FEFFF5;
  border-right: 2px solid #FEFFF5;
  border-bottom: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 22px 18px 18px 18px;
  background: #141414;
  box-sizing: border-box;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.cvp-live-filter.cvp-checkbox .checkbox {
  display: inline-flex;
  align-items: center;
  border: 1.5px solid rgba(224,215,134,0.97);
  border-radius: 20px;
  padding: 7px 16px 7px 10px;
  background: rgb(237,237,161);
  margin: 0;
  gap: 8px;
}

.cvp-live-filter.cvp-checkbox .checkbox label {
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
}

.cvp-live-filter.cvp-checkbox .cvp-label,
.cvp-label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
    width: 100%;
}

.cvp-live-filter.cvp-checkbox .checkbox:hover {
  border-color: #CCD6DE;
  box-shadow: 0 2px 6px rgba(35,104,162,0.08);
  transition: border-color 0.2s, box-shadow 0.2s;
}

.cvp-live-filter.cvp-checkbox .checkbox.is-checked {
  border: 2px dashed #141414;
  background: rgb(237,237,161);
}
