.acf-range-wrap {
    display: flex;
    flex-direction: column;
    gap: 0.5em;
}

.acf-range-wrap input[type='number'] {
    margin: 0;
    width: 100% !important;
}

@media (min-width: 576px) {
    .acf-range-wrap {
        flex-direction: row;
        align-items: center;
    }

    .acf-range-wrap input[type='number'] {
        width: 8em !important;
    }
}
