
/* === FAZ 143-FINAL Renk Kontrastı Acil Düzeltmesi === */
/* WCAG AA: minimum 4.5:1 kontrast oranı */

/* Tablo hücreleri */
table th { color: #ffffff !important; background-color: #1a2942 !important; }
table td { color: #1a1a1a !important; }
table td .label, table td.label { color: #2d3e5f !important; font-weight: 600 !important; }
table td .value, table td.value { color: #1a1a1a !important; }
table td strong { color: #1a1a1a !important; font-weight: 700 !important; }
table td a, table td a:visited { color: #0a4d68 !important; text-decoration: underline !important; }
table td a:hover { color: #cf3a3a !important; }

/* Liste içindeki AI doğrulama */
ul li strong { color: #1a1a1a !important; }
ul li { color: #2d3a4f !important; line-height: 1.6; }

/* Genel paragraf okunabilirlik */
.wrap p, .content p, article p { color: #1a2942 !important; line-height: 1.7 !important; }

/* Mevzuat netliği uyarı kutusu */
.mevzuat-notu, .info-box, .alert-info { background: #fff7e6 !important; color: #5a3a00 !important; border-left: 4px solid #f57c00 !important; }

/* Fiyat reklamı yok uyarı */
.warning-box, .fiyat-uyari { background: #fff3cd !important; color: #6b4e16 !important; border-left: 4px solid #ffc107 !important; }

/* Kompozit vaka uyarı (hasta) */
.kompozit-vaka-uyari { background: #fff7e6 !important; color: #5a3a00 !important; }

/* Footer linkler */
footer a, footer a:visited { color: #b8c5d6 !important; }
footer a:hover { color: #ffffff !important; }

/* Buton metinleri */
button, .btn { color: #ffffff !important; }
.btn-secondary { color: #1a2942 !important; background: #e8eff5 !important; }
