.wrap.i404-wrapper {
  background: #fff;
  padding: 20px 30px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  max-width: 1000px;
  margin-top: 20px;
}

.i404-header {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.i404-log-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 15px;
  font-size: 13px;
  color: #444;
}

.i404-log-table th,
.i404-log-table td {
  text-align: left;
  padding: 12px 10px;
  border-bottom: 1px solid #f1f1f1;
}

.i404-log-table th {
  background-color: #f8f9fa;
  font-weight: 600;
  color: #333;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.5px;
}

.i404-log-table tr:hover td {
  background-color: #fafafa;
}

.i404-empty-log {
  padding: 20px;
  text-align: center;
  color: #888;
  background: #f9f9f9;
  border-radius: 4px;
}

.i404-badge {
  display: inline-block;
  padding: 3px 8px;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
}

.i404-badge.match {
  background-color: #d1fae5;
  color: #065f46;
}

.i404-badge.no-match {
  background-color: #fee2e2;
  color: #991b1b;
}
