/* Zomato Reconciliation – Frontend Styles */
.zr-wrapper {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}
.zr-dashboard {
  background: #f9fafb;
}
.zr-login-notice {
  padding: 20px;
  background: #fff3cd;
  border: 1px solid #ffc107;
  border-radius: 8px;
  text-align: center;
}
.zr-login-notice a {
  color: #d63638;
  font-weight: 600;
}
/* Ensure tables scroll on mobile */
.zr-wrapper .overflow-x-auto {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
/* Tailwind prose fix inside WP themes */
.zr-wrapper * { box-sizing: border-box; }
.zr-wrapper input, .zr-wrapper button, .zr-wrapper select {
  outline: none;
}
