body {
    font-family: 'Noto Sans Thai', sans-serif;
}

@media (min-width: 992px) {
    .banner-desktop {
        object-fit: contain !important;
        max-height: none !important;
        height: auto !important;
    }
}

.card {
    overflow: hidden;
}

html,
body {
    height: 100%;
    margin: 0;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.grecaptcha-badge {
    z-index: -1 !important;
}