.backtogoogle-container { 
    padding: 2.5rem; 
    max-width: 900px; 
    margin: 0 auto; 
}

.backtogoogle-container h1 {
    font-size: 2.2rem;
    font-weight: 800;
    color: #1a1a2e;
    letter-spacing: -0.5px;
}

.backtogoogle-container .card {
    border-radius: 24px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.06) !important;
    background: linear-gradient(to bottom, #ffffff, #fafafa);
}

.btn-google-auth { 
    background: #fff; 
    border: 1px solid #dadce0; 
    color: #3c4043; 
    font-weight: 600; 
    text-decoration: none; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    border-radius: 14px; 
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    gap: 12px;
    padding: 16px;
}

.btn-google-auth:hover { 
    background: #fff; 
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
    transform: translateY(-2px);
    border-color: #3b82f6;
}

.btn-google-auth i {
    font-size: 1.4rem;
}

.import-status-box {
    margin-top: 1.5rem;
    border-radius: 12px;
}

.btn-outline-primary, .btn-outline-info {
    border-radius: 14px;
    padding: 14px;
    font-weight: 700;
    transition: all 0.3s;
    border-width: 2px;
}

.btn-outline-primary { color: #4285f4; border-color: #4285f4; background: transparent; }
.btn-outline-info { color: #34a853; border-color: #34a853; background: transparent; }

.btn-outline-primary:hover { background: #4285f4; color: #fff; transform: translateY(-2px); box-shadow: 0 4px 15px rgba(66, 133, 244, 0.3); }
.btn-outline-info:hover { background: #34a853; color: #fff; transform: translateY(-2px); box-shadow: 0 4px 15px rgba(52, 168, 83, 0.3); }
