.wwc-ele-nested-fields {
    width: 100%;
}

.wwc-ele-nested-fields__rows {
    display: grid;
    gap: 14px;
    margin-bottom: 14px;
}

.wwc-ele-nested-fields__row {
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 8px;
    padding: 14px;
    background: #fff;
}

.wwc-ele-nested-fields__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.wwc-ele-nested-fields__field label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 6px;
}

.wwc-ele-nested-fields__field input,
.wwc-ele-nested-fields__field select {
    width: 100%;
}

.wwc-ele-nested-fields__add,
.wwc-ele-nested-fields__remove {
    border: 1px solid #d5d8dc;
    background: #fff;
    border-radius: 6px;
    padding: 10px 14px;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.2;
}

.wwc-ele-nested-fields__remove {
    margin-top: 12px;
}

.wwc-ele-nested-fields__help {
    margin-top: 10px;
    font-size: 13px;
    opacity: 0.8;
}

.wwc-ele-nested-fields__input {
    display: none !important;
}

@media (max-width: 767px) {
    .wwc-ele-nested-fields__grid {
        grid-template-columns: 1fr;
    }
}


.wwc-ele-nested-fields-field-group {
    width: 100%;
}

.wwc-ele-nested-fields-field-group .elementor-field-label {
    display: block;
    margin-bottom: 8px;
}
