.sorgu-box { 
    max-width: 500px;
     margin: 50px auto; 
     padding: 25px; 
     border: 1px solid #eee; 
     border-radius: 10px; 
     font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; 
     box-shadow: 0 4px 15px rgba(0,0,0,0.1); 
     background-color: rgb(233, 233, 233);
}
        .sorgu-form input { width: 100%; padding: 12px; margin: 10px 0; border: 1px solid #ddd; border-radius: 5px; box-sizing: border-box; }
        .sorgu-form button { width: 100%; padding: 12px; background: #f8ad21; border: none; color: white; font-weight: bold; border-radius: 5px; cursor: pointer; transition: 0.3s; }
        .sorgu-form button:hover { background: #e09a1a; }
        
        .sonuc-ekrani { height:auto; margin-top: 30px; padding-top: 20px; border-top: 2px solid #f8ad21; }
        .bilgi-satiri { margin-bottom: 10px; font-size: 14px; border-bottom: 1px solid #f9f9f9; padding-bottom: 5px; }
        .bilgi-satiri strong { color: #555; }
        .pdf-indir { display: block; text-align: center; background: #28a745; color: white; padding: 15px; text-decoration: none; border-radius: 5px; margin-top: 20px; font-weight: bold; }
        .hata { color: #d9534f; text-align: center; font-weight: bold; margin-bottom: 15px; }

          .pay-now-btn {
            background-color: #28a745;
            color: white;
            border: none;
            padding: 12px 25px;
            font-size: 16px;
            font-weight: bold;
            border-radius: 5px;
            cursor: pointer;
            width: 100%;
            transition: background 0.3s;
        }
        .pay-now-btn:hover {
            background-color: #218838;
        }