/* CSS to left-justify buttons on mobile screens - SMN, 14/07/26 */
/* https://search.brave.com/search?q=left+aligned+button+is+centred+moble+jupiter+theme&source=desktop&summary=1&conversation=0952536faae728db4b410f8d21ab13eaa7b6 */
@media handheld, only screen and (max-width: 767px) {
    .mk-button-container {
        text-align: left !important;
    }
}