/* ============================================================
   Alkirtas Google Login Button
   ============================================================ */

.alkirtas-google-login-wrapper {
    margin: 16px 0;
    text-align: center;
}

/* --- Divider --- */
.alkirtas-google-divider {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
    color: #6c757d;
    font-size: 13px;
}

.alkirtas-google-divider::before,
.alkirtas-google-divider::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #dee2e6;
}

/* --- Button --- */
.alkirtas-google-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    max-width: 320px;
    padding: 10px 16px;
    background: #ffffff;
    color: #3c4043;
    border: 1px solid #dadce0;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Google Sans', Roboto, Arial, sans-serif;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.2s, box-shadow 0.2s;
    box-shadow: 0 1px 2px rgba(60,64,67,.15);
}

.alkirtas-google-btn:hover {
    background: #f8f9fa;
    box-shadow: 0 2px 6px rgba(60,64,67,.25);
    color: #3c4043;
    text-decoration: none;
}

.alkirtas-google-btn:active {
    background: #f1f3f4;
}

.alkirtas-google-icon {
    flex-shrink: 0;
}
