
@media(min-width:768px) {
    .flowruntimeBody flowruntime-screen-field.flowruntime-section-column {
        margin: 0 !important;
        padding: 6px !important;
    }

    .flowruntimeBody .section .flowruntime-section-column:first-child  {
        padding-left: 12px !important;
    }

    .flowruntimeBody .section .flowruntime-section-column:last-child  {
        padding-right: 12px !important;
    }
}

.flowruntimeBody .slds-form-element__label {
    margin-bottom: 0;
    padding: 0;
    padding-top: 2px;
    font-size: 14px;
    color: black;
}

.flowruntimeBody input, .flowruntimeBody select, .flowruntimeBody textarea {
    font-size: 16px;
    padding: 3px 10px;
}

button.slds-button.slds-button_brand {
    background-color: var(--w2wbb-purple) !important;
    border-color: var(--w2wbb-purple) !important;
}


button.slds-button.slds-button_brand:hover {
    background-color: var(--w2wbb-purple) !important;
}

