.repetable-dependent-field:has(> :first-child:not([style*="display:none"]):not([style*="display: none"])) {
    flex: 1;
}
.gap-3 {
    gap: 0.75rem;
}

.d-flex-full {
    display: flex;
}

.d-flex-full * {
    flex: 1;
}