/* Add custom CSS styles below */ 
.s-button-element:not(:disabled):not([loading]) {
    pointer-events: auto;
    color: white;
}

    .md\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem;
        color: white;
    }
}

.btn-primary, .s-button-primary {
    color: white;
}

.mm-spn a {
    color: #161e31;
}