.progressmatify-inline-control-wrapper {
    .components-base-control__field {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 8px;
    }

    .progressmatify-inline-control .components-base-control,
    .progressmatify-inline-control .components-input-base {
        margin: 0 !important;
    }

    .components-base-control__label {
        margin-bottom: 0 !important;
    }

    .progressmatify-inline-control.left {
        .components-input-control__input {
            text-align: left !important;
        }
    }
}
