/* Mobil haber: anket_icerik_inc.php ile uyumlu (anket_iframe gömülü stillerin özeti) */
.mobil-anket-shell .anket-icerik-inner { max-width: 100%; overflow: visible; height: auto; }
.mobil-anket-shell .anket-baslik { font-weight: 700; font-size: 1.05rem; margin-bottom: 12px; color: #0f172a; }
.mobil-anket-shell .anket-form { margin: 0; }
.mobil-anket-shell .anket-secenek { display: flex; align-items: center; width: 100%; margin-bottom: 10px; padding: 12px 14px; border: 2px solid transparent; border-radius: 12px; cursor: pointer; font-size: 0.98rem; font-weight: 600; text-align: left; transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s, background 0.2s; gap: 12px; min-height: 64px; }
.mobil-anket-shell .anket-secenek .anket-secenek-gorsel-wrap { flex-shrink: 0; width: 56px; height: 56px; border-radius: 10px; overflow: hidden; background: #e2e8f0; display: flex; align-items: center; justify-content: center; }
.mobil-anket-shell .anket-secenek .anket-secenek-gorsel-wrap img { width: 100%; height: 100%; object-fit: cover; }
.mobil-anket-shell .anket-secenek .anket-secenek-num { width: 44px; height: 44px; border-radius: 10px; background: rgba(0,0,0,0.08); display: flex; align-items: center; justify-content: center; font-size: 1.2rem; font-weight: 800; color: #475569; flex-shrink: 0; }
.mobil-anket-shell .anket-secenek .anket-secenek-text { flex: 1; min-width: 0; }
.mobil-anket-shell .anket-secenek input { flex-shrink: 0; margin: 0; }
.mobil-anket-shell .anket-form .anket-secenek:nth-of-type(1) { background: #eff6ff; color: #1e40af; border-color: #bfdbfe; }
.mobil-anket-shell .anket-form .anket-secenek:nth-of-type(2) { background: #f0fdf4; color: #166534; border-color: #bbf7d0; }
.mobil-anket-shell .anket-form .anket-secenek:nth-of-type(3) { background: #fffbeb; color: #b45309; border-color: #fde68a; }
.mobil-anket-shell .anket-form .anket-secenek:nth-of-type(4) { background: #f5f3ff; color: #5b21b6; border-color: #ddd6fe; }
.mobil-anket-shell .anket-form .anket-secenek:nth-of-type(n+5) { background: #f8fafc; color: #475569; border-color: #e2e8f0; }
.mobil-anket-shell .anket-secenek:hover { transform: translateX(3px); box-shadow: 0 4px 12px rgba(0,0,0,0.1); }
.mobil-anket-shell .anket-secenek:has(input:checked) { box-shadow: inset 0 0 0 3px #667eea; border-color: #667eea !important; }
.mobil-anket-shell .anket-gonder { margin-top: 12px; width: 100%; padding: 12px 20px; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: #fff; border: none; border-radius: 12px; font-weight: 700; cursor: pointer; font-size: 1rem; }
.mobil-anket-shell .anket-sonuc-baslik { font-size: 1.1rem !important; line-height: 1.25; }
.mobil-anket-shell .anket-sonuc-wrap { margin-top: 10px; }
.mobil-anket-shell .anket-tesekkur { display: flex; align-items: center; gap: 10px; padding: 12px 14px; margin-bottom: 14px; background: linear-gradient(135deg, #059669 0%, #047857 100%); color: #fff; border-radius: 12px; font-weight: 700; font-size: 0.95rem; }
.mobil-anket-shell .anket-tesekkur .anket-tesekkur-ikon { width: 36px; height: 36px; background: rgba(255,255,255,0.25); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.3rem; flex-shrink: 0; }
.mobil-anket-shell .anket-sonuc-kart { background: #fff; border-radius: 12px; padding: 12px 14px; margin-bottom: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.06); border-left: 4px solid #cbd5e1; }
.mobil-anket-shell .anket-sonuc-kart.anket-sonuc-onde { border-left-color: #059669; background: linear-gradient(90deg, rgba(5,150,105,0.06) 0%, #fff 22%); }
.mobil-anket-shell .anket-sonuc-kart .anket-sonuc-ust { display: flex; align-items: flex-start; justify-content: space-between; gap: 10px; margin-bottom: 8px; }
.mobil-anket-shell .anket-sonuc-kart .anket-sonuc-metin { font-weight: 600; color: #1e293b; font-size: 0.95rem; line-height: 1.35; flex: 1; display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.mobil-anket-shell .anket-sonuc-kart .anket-sonuc-yuzde { font-size: 1.35rem; font-weight: 800; color: #667eea; }
.mobil-anket-shell .anket-sonuc-kart.anket-sonuc-onde .anket-sonuc-yuzde { color: #059669; }
.mobil-anket-shell .anket-sonuc-kart .anket-sonuc-oy { font-size: 0.82rem; color: #64748b; margin-top: 2px; }
.mobil-anket-shell .anket-sonuc-kart .bar { height: 8px; background: #e2e8f0; border-radius: 8px; overflow: hidden; }
.mobil-anket-shell .anket-sonuc-kart .bar-fill { height: 100%; border-radius: 8px; transition: width 0.5s ease-out; }
.mobil-anket-shell .anket-sonuc-kart:nth-of-type(1) .bar-fill { background: linear-gradient(90deg, #3b82f6, #6366f1); }
.mobil-anket-shell .anket-sonuc-kart:nth-of-type(2) .bar-fill { background: linear-gradient(90deg, #10b981, #059669); }
.mobil-anket-shell .anket-sonuc-kart:nth-of-type(3) .bar-fill { background: linear-gradient(90deg, #f59e0b, #d97706); }
.mobil-anket-shell .anket-sonuc-kart:nth-of-type(n+4) .bar-fill { background: linear-gradient(90deg, #64748b, #475569); }
.mobil-anket-shell .anket-sonuc-onde-badge { display: inline-block; margin-top: 4px; padding: 3px 8px; background: #059669; color: #fff; border-radius: 12px; font-size: 0.72rem; font-weight: 700; text-transform: uppercase; }
.mobil-anket-shell .anket-toplam-wrap { margin-top: 12px; padding: 10px 12px; background: #f1f5f9; border-radius: 10px; text-align: center; font-size: 0.92rem; color: #475569; font-weight: 600; }
.mobil-anket-shell .anket-toplam-sayi { font-size: 1.2rem; font-weight: 800; color: #334155; margin: 0 4px; }
.mobil-anket-shell .anket-once-oy-uyari { display: flex; align-items: center; gap: 8px; padding: 10px 12px; margin-bottom: 12px; background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%); border: 1px solid #f59e0b; border-radius: 10px; color: #92400e; font-size: 0.9rem; font-weight: 600; }
.mobil-anket-shell .anket-bulunamadi { padding: 12px; color: #64748b; }
.mobil-anket-shell .anket-sonuc-gorsel-wrap, .mobil-anket-shell .anket-sonuc-num { flex-shrink: 0; }
.mobil-anket-shell .anket-sonuc-gorsel-wrap { width: 44px; height: 44px; border-radius: 8px; overflow: hidden; display: inline-flex; align-items: center; justify-content: center; background: #e2e8f0; vertical-align: middle; }
.mobil-anket-shell .anket-sonuc-gorsel-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; }
.mobil-anket-shell .anket-sonuc-num { width: 36px; height: 36px; border-radius: 8px; background: rgba(0,0,0,0.08); display: inline-flex; align-items: center; justify-content: center; font-size: 1rem; font-weight: 800; color: #475569; }
