/**
 * Login choice modal on Post Sales only: white rounded buttons with blue text (matches design when Anasayfa.css is not loaded).
 * Scoped to body.post-sales-page so other pages are unchanged.
 */
body.post-sales-page #popup-giris a.baglanti {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 10px 0;
    padding: 14px 22px;
    width: 85%;
    max-width: 280px;
    box-sizing: border-box;
    background: #ffffff !important;
    color: #1e88e5 !important;
    text-decoration: none !important;
    border-radius: 12px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
    transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

body.post-sales-page #popup-giris a.baglanti:hover {
    background: #f5f5f5 !important;
    color: #1565c0 !important;
    text-decoration: none !important;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}

body.post-sales-page #popup-giris a.baglanti:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(30, 136, 229, 0.35);
}

body.post-sales-page #popup-giris a.baglanti i {
    color: #1e88e5 !important;
    font-size: 16px;
    margin-right: 0;
}

body.post-sales-page #popup-giris a.baglanti:hover i {
    color: #1565c0 !important;
}
