.merchant-intel-container { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; max-width: 100%; margin-bottom: 30px; }
.official-monitor-card { background: #fff; border: 1px solid #e2e8f0; border-left: 5px solid #00c853; border-radius: 8px; box-shadow: 0 4px 6px rgba(0,0,0,0.02); display: flex; overflow: hidden; }
.monitor-main { flex: 1; padding: 20px 24px; border-right: 1px dashed #e2e8f0; }
.monitor-header-row { display: flex; align-items: center; margin-bottom: 12px; flex-wrap: wrap; gap: 10px; }
.monitor-label { font-size: 16px; font-weight: 700; color: #1a202c; display: flex; align-items: center; gap: 8px; }
.verified-badge { background: #e6fffa; color: #047481; font-size: 11px; padding: 2px 6px; border-radius: 4px; border: 1px solid #b2f5ea; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; }
.live-indicator { display: inline-block; width: 8px; height: 8px; background-color: #00c853; border-radius: 50%; box-shadow: 0 0 0 rgba(0, 200, 83, 0.4); animation: pulse-green 2s infinite; }
.monitor-text { font-size: 15px; color: #4a5568; line-height: 1.6; background: #f1f1f1; padding: 0 16px; border-radius: 6px; }
.monitor-text strong { color: #2b6cb0; }
.last-check { margin-top: 8px; font-size: 12px; color: #a0aec0; display: flex; align-items: center; gap: 5px; }
.monitor-cta-col { width: 220px; background: #fafbfc; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 20px; flex-shrink: 0; }
.cta-button { background: linear-gradient(to right, #e53e3e, #dd2c2c); color: white; text-decoration: none; padding: 12px 20px; border-radius: 6px; font-weight: 600; font-size: 14px; text-align: center; width: 100%; box-shadow: 0 4px 6px rgba(229, 62, 62, 0.2); transition: transform 0.2s; border: none; cursor: pointer; }
.cta-button:hover { transform: translateY(-2px); box-shadow: 0 6px 8px rgba(229, 62, 62, 0.3); }
.cta-subtext { font-size: 11px; color: #718096; margin-top: 8px; text-align: center; }
@media (max-width: 768px) { .monitor-main { border-right: none; border-bottom: 1px dashed #e2e8f0; } .monitor-cta-col { width: 100%; padding: 15px; background: #fff; } }
@keyframes pulse-green { 0% { box-shadow: 0 0 0 0 rgba(0, 200, 83, 0.4); } 70% { box-shadow: 0 0 0 6px rgba(0, 200, 83, 0); } 100% { box-shadow: 0 0 0 0 rgba(0, 200, 83, 0); } }