.elementor-field-group-areas_interesse,
.besins-areas-fallback {
    width: 100%;
}

.elementor-field-group-areas_interesse > .elementor-field-label {
    display: none;
}

.elementor-field-group-areas_interesse .elementor-field-subgroup,
.besins-areas-fallback .elementor-field-subgroup {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
}

.elementor-field-group-areas_interesse .elementor-field-option,
.besins-areas-fallback .elementor-field-option {
    display: block !important;
    width: 100%;
    margin: 0;
    background: transparent !important;
}

.elementor-field-group-areas_interesse .elementor-field-option input[type="checkbox"],
.elementor-field-group-areas_interesse .elementor-field-subgroup > label input[type="checkbox"],
.besins-areas-fallback .elementor-field-option input[type="checkbox"] {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
    background: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.elementor-field-group-areas_interesse .elementor-field-option label,
.elementor-field-group-areas_interesse .elementor-field-subgroup > label,
.besins-areas-fallback .elementor-field-option label {
    display: flex !important;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    min-height: 52px;
    padding: 10px 14px;
    border-radius: 30px !important;
    border: 1px solid rgba(228, 228, 228, 0.45) !important;
    background: rgba(222, 222, 222, 0.14) !important;
    color: #E4E4E4 !important;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
    line-height: 1.3;
    font-size: 13px;
    text-align: center;
}

.elementor-field-group-areas_interesse .elementor-field-option label:hover,
.elementor-field-group-areas_interesse .elementor-field-subgroup > label:hover,
.besins-areas-fallback .elementor-field-option label:hover {
    border-color: rgba(255, 255, 255, 0.75) !important;
    background: rgba(222, 222, 222, 0.22) !important;
}

.elementor-field-group-areas_interesse .elementor-field-option input[type="checkbox"]:checked + label,
.elementor-field-group-areas_interesse .elementor-field-option input[type="checkbox"]:checked ~ label,
.elementor-field-group-areas_interesse .elementor-field-subgroup > label:has(input[type="checkbox"]:checked),
.besins-areas-fallback .elementor-field-option input[type="checkbox"]:checked + label,
.besins-areas-fallback .elementor-field-option input[type="checkbox"]:checked ~ label {
    background: var(--e-global-color-secondary, #006EAB) !important;
    border-color: var(--e-global-color-secondary, #006EAB) !important;
    color: #ffffff !important;
    box-shadow: 0 0 0 1px var(--e-global-color-secondary, #006EAB);
}

.elementor-field-group-areas_interesse .elementor-field-option input[type="checkbox"]:focus-visible + label {
    outline: 2px solid #ffffff;
    outline-offset: 2px;
}

@media (max-width: 767px) {
    .elementor-field-group-areas_interesse .elementor-field-subgroup,
    .besins-areas-fallback .elementor-field-subgroup {
        grid-template-columns: 1fr;
    }
}
