@charset "UTF-8";#fraudAlertCompact{max-width:1200px;margin:0 auto;background:#fff;border:1px solid #e1e5e9;border-radius:8px;box-shadow:0 2px 8px #0000000a;overflow:hidden;position:relative;display:flex;align-items:center;min-height:80px;transition:box-shadow .2s ease}#fraudAlertCompact:hover{box-shadow:0 4px 12px #00000014}#fraudAlertCompact:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:#100a70}#fraudAlertCompact .alert-icon-section{flex-shrink:0;padding:20px;display:flex;align-items:center;justify-content:center}#fraudAlertCompact .warning-icon{width:36px;height:36px;background:#100a70;border-radius:6px;display:flex;align-items:center;justify-content:center;border:1px solid #100a70}#fraudAlertCompact .warning-icon:before{content:"⚠";font-size:18px;color:#fff}#fraudAlertCompact .alert-content{flex:1;padding:20px 15px}#fraudAlertCompact .alert-title{font-size:16px;font-weight:600;color:#100a70;margin-bottom:4px;line-height:1.3}#fraudAlertCompact .alert-message{font-size:15px;line-height:1.4;color:#333;margin-bottom:8px}#fraudAlertCompact .fraud-types{display:flex;flex-wrap:wrap;gap:6px;margin-top:6px}#fraudAlertCompact .fraud-tag{background:#f9fafb;color:#6b7280;padding:3px 8px;border-radius:12px;font-size:11px;font-weight:500;white-space:nowrap;border:1px solid #f3f4f6}#fraudAlertCompact .alert-actions{flex-shrink:0;padding:20px;display:flex;flex-direction:column;gap:8px;align-items:center}#fraudAlertCompact .contact-btn{background:#f3f4f6;color:#374151;border:1px solid #d1d5db;padding:8px 16px;border-radius:6px;font-weight:500;font-size:15px;cursor:pointer;transition:all .2s ease;text-decoration:none;display:inline-flex;align-items:center;gap:6px}#fraudAlertCompact .contact-btn:hover{background:#e5e7eb;border-color:#9ca3af}#fraudAlertCompact .close-btn{position:absolute;top:12px;right:12px;background:transparent;border:none;color:#9ca3af;width:24px;height:24px;border-radius:4px;cursor:pointer;font-size:16px;display:flex;align-items:center;justify-content:center;transition:all .2s ease}#fraudAlertCompact .close-btn:hover{background:#f3f4f6;color:#6b7280}#fraudAlertCompact .security-note{position:absolute;bottom:8px;left:20px;font-size:10px;color:#d1d5db;font-weight:400}#fraudAlertCompact .compact{min-height:60px}#fraudAlertCompact .compact .alert-icon-section{padding:15px}#fraudAlertCompact .compact .warning-icon{width:28px;height:28px}#fraudAlertCompact .compact .warning-icon:before{font-size:14px}#fraudAlertCompact .compact .alert-content{padding:15px 10px}#fraudAlertCompact .compact .alert-title{font-size:14px;margin-bottom:2px}#fraudAlertCompact .compact .alert-message{font-size:13px;margin-bottom:4px}#fraudAlertCompact .compact .fraud-types{display:none}#fraudAlertCompact .compact .alert-actions{padding:15px}@media (max-width: 768px){#fraudAlertCompact{flex-direction:column;text-align:center;min-height:auto;margin:10px}#fraudAlertCompact .alert-icon-section,#fraudAlertCompact .alert-content,#fraudAlertCompact .alert-actions{padding:15px}#fraudAlertCompact .alert-title{font-size:18px}#fraudAlertCompact .alert-message{font-size:16px}#fraudAlertCompact .fraud-types{justify-content:center;margin-top:8px}#fraudAlertCompact .alert-actions{flex-direction:row;justify-content:center;flex-wrap:wrap}#fraudAlertCompact .security-note{position:static;text-align:center;margin-top:8px}}@media (max-width: 480px){#fraudAlertCompact .fraud-types{display:none}#fraudAlertCompact .alert-actions{flex-direction:column}}
