.gl-divider {
    margin: 16px 0;
    text-align: center;
    border-top: 1px solid #dcdcde;
    line-height: 0;
}
.gl-divider span {
    background: #fff;
    padding: 0 10px;
    color: #999;
    font-size: 12px;
}
.gl-wrap {
    text-align: center;
    margin-bottom: 20px;
}

/* WooCommerce context: button full-width để khớp với các input trong form */
.woocommerce-form .gl-wrap {
    margin-top: 4px;
}
.woocommerce-form .gl-btn {
    width: 100%;
    justify-content: center;
}
.gl-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 9px 18px;
    border: 1px solid #dadce0;
    border-radius: 4px;
    background: #fff;
    color: #3c4043;
    font-size: 14px;
    font-family: inherit;
    font-weight: 500;
    text-decoration: none;
    box-shadow: 0 1px 2px rgba(0,0,0,.08);
    transition: box-shadow .15s, border-color .15s;
}
.gl-btn:hover,
.gl-btn:focus {
    border-color: #b0b8c1;
    box-shadow: 0 2px 6px rgba(0,0,0,.15);
    color: #1a73e8;
    outline: none;
}
