@media (max-width: 768px) {
    body.jbj-body :where(a, button, input, select, textarea, summary, [role="button"], [tabindex]) {
        -webkit-tap-highlight-color: transparent;
    }

    body.jbj-body :where(a, button, input, select, textarea, summary, [role="button"], [tabindex]):focus,
    body.jbj-body :where(a, button, input, select, textarea, summary, [role="button"], [tabindex]):focus-visible {
        outline: none;
        outline-offset: 0;
    }

    body.jbj-body input:not([type]),
    body.jbj-body input[type="text"],
    body.jbj-body input[type="search"],
    body.jbj-body input[type="email"],
    body.jbj-body input[type="tel"],
    body.jbj-body input[type="url"],
    body.jbj-body input[type="password"],
    body.jbj-body input[type="number"],
    body.jbj-body input[type="date"],
    body.jbj-body input[type="datetime-local"],
    body.jbj-body input[type="month"],
    body.jbj-body input[type="week"],
    body.jbj-body input[type="time"],
    body.jbj-body textarea,
    body.jbj-body select {
        font-size: 16px !important;
    }
}
