.isfef-image-select .elementor-field-subgroup.elementor-subgroup-inline {
    width: 100%;
    row-gap: 10px;
}

.elementor-field-type-checkbox:not(.isfef-image-select) .elementor-field-option {
    display: inline-block;
}

.elementor-field-type-checkbox:not(.isfef-image-select) input[type="checkbox"] {
    display: none !important;
}

.elementor-field-type-checkbox:not(.isfef-image-select) input[type="checkbox"]+label {
    display: inline-block;
    padding: 10px 20px;
    background-color: #f3f3f3;
    color: #333;
    border: 2px solid #ccc;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.elementor-field-type-checkbox:not(.isfef-image-select) input[type="checkbox"]+label {
    display: inline-block;
    padding: 10px 20px;
    background-color: #f3f3f3;
    color: #333;
    border: 2px solid #ccc;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.elementor-field-type-checkbox:not(.isfef-image-select) input[type="checkbox"]:checked+label {
    background-color: #0073e6;
    border-color: #0073e6;
    color: #fff;
}

/* image select */
.isfef-image-select label {
    padding: 0 !important;
    border: 0 !important;
}

.isfef-image-select .elementor-field-subgroup label {
    display: flex !important;
    flex-direction: column;
    text-align: center;
    gap: 10px;
    cursor: pointer;
    border: 2px solid transparent;
    border-radius: 10px;
    /*     overflow: hidden; */
    margin: 5px;
    transition: all 0.3s ease;
}

.isfef-image-select input[type="radio"],
.isfef-image-select input[type="checkbox"] {
    display: none !important;
    transition: .3s all ease;
}

.isfef-image-select label img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 4px;
    transition: .3s all ease;
}

.isfef-image-select input:checked+label img {
    box-shadow: 0px 0px 0px 2px #094a94;
}

.isfef-image-select .elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option {
    width: 33.33%;
}

.isfef-image-select .elementor-field-subgroup.elementor-subgroup-inline {
    width: 100%;
    row-gap: 10px;
}