body {
    font-family: 'Noto Sans Thai', sans-serif;
}

@media (min-width: 992px) {
    .card img[alt="รูปภาพแบนเนอร์"] {
        object-fit: contain !important;
        max-height: none !important;
    }
}

html,
body {
    height: 100%;
    margin: 0;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.grecaptcha-badge {
    z-index: -1 !important;
}

    .btn-google {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 12px;
        width: 100%;

        /* ขนาดเท่ากับ .btn ของ Bootstrap */
        padding: 0.375rem 0.75rem;
        font-size: 1rem;
        line-height: 1.5;

        background: #fff;
        border: 1px solid #dadce0;
        border-radius: 0.375rem;
        color: #3c4043;
        font-weight: 500;
        text-decoration: none;
        transition: all 0.2s ease;
    }

    .btn-google:hover {
        background: #f8f9fa;
        border-color: #d2d5d9;
        color: #3c4043;
    }

    .btn-google svg {
        width: 20px;
        height: 20px;
        flex-shrink: 0;
    }