/* Fleetexo v90 - KVKK, güvenlik ve kritik işlem UI */
.fx90-grid { align-items: start; }
.fx90-list { margin: 12px 0 0; padding-left: 18px; color: var(--muted, #a8b3c7); line-height: 1.75; }
.fx90-consent-box {
  border: 1px solid rgba(245, 199, 94, .34);
  background: linear-gradient(135deg, rgba(245,199,94,.08), rgba(22,32,48,.62));
  border-radius: 18px;
  padding: 16px;
  margin: 16px 0;
}
.fx90-consent-box h3 { margin: 0 0 8px; font-size: 17px; }
.checkline { display: flex; gap: 10px; align-items: flex-start; margin-top: 10px; line-height: 1.45; }
.checkline input { width: 18px; height: 18px; margin-top: 2px; flex: 0 0 auto; }
.fx90-reauth-label { margin-top: 10px !important; color: #ffd66b; }
.fx90-reauth-input { border-color: rgba(245,199,94,.35) !important; box-shadow: 0 0 0 1px rgba(245,199,94,.12); }
.fx90-filter { display: flex; flex-direction: row; gap: 10px; flex-wrap: wrap; align-items: flex-end; margin-bottom: 14px; }
.fx90-filter label { min-width: 160px; }
.btn.danger { background: linear-gradient(135deg, rgba(180,40,40,.95), rgba(120,20,20,.95)); border-color: rgba(255,120,120,.35); }
.btn.danger:disabled { opacity: .5; cursor: not-allowed; }
.notice.blue { border: 1px solid rgba(61, 132, 255, .35); background: rgba(23, 64, 126, .25); border-radius: 14px; padding: 12px 14px; margin: 10px 0 16px; color: #dbeafe; }
@media (max-width: 760px) {
  .fx90-filter { display: block; }
  .fx90-filter input, .fx90-filter button, .fx90-filter a { width: 100%; margin-top: 8px; }
  .fx90-consent-box { padding: 14px; border-radius: 16px; }
  .checkline { font-size: 13px; }
}
