.vw-glc-box {
    clear: both;
    width: 100%;
    margin: 0 0 24px;
    padding: 0;
    box-sizing: border-box;
}

.vw-glc-heading {
    margin: 0 0 12px !important;
    color: #777;
    font-size: 14px;
    line-height: 1.55;
}

.vw-glc-button {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    min-height: 48px;
    padding: 10px 18px;
    border: 1px solid #d9e1ea;
    border-radius: 8px;
    background: #fff;
    color: #151515 !important;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.25;
    text-align: center;
    text-decoration: none !important;
    box-shadow: none;
    box-sizing: border-box;
    transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.vw-glc-button:hover,
.vw-glc-button:focus {
    border-color: #b8c6d6;
    background: #fafcff;
    color: #151515 !important;
    box-shadow: 0 2px 10px rgba(15, 35, 55, .07);
    outline: none;
}

.vw-glc-google {
    display: inline-flex;
    flex: 0 0 20px;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
}

.vw-glc-google svg {
    display: block;
    width: 20px;
    height: 20px;
}

.vw-glc-divider {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 15px;
    color: #9a9a9a;
    font-size: 13px;
    line-height: 1;
}

.vw-glc-divider::before,
.vw-glc-divider::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #e2e6ea;
}

.vw-glc-admin-hint {
    margin: 8px 0 0 !important;
    color: #b45309;
    font-size: 12px;
    line-height: 1.45;
}

/* Menjaga layout tetap penuh di dalam form login WooCommerce. */
.woocommerce-form-login .vw-glc-box,
.woocommerce-checkout .vw-glc-box,
.woocommerce-account .vw-glc-box {
    max-width: none;
}

@media (max-width: 767px) {
    .vw-glc-box {
        margin-bottom: 20px;
    }

    .vw-glc-button {
        min-height: 46px;
        padding: 10px 14px;
        font-size: 14px;
    }
}
