/* ============================================================
   HTTP Header & CORS Checker Styling - Scenic IT Solutions
   ============================================================ */

.hdr-results-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 14px;
}

.hdr-results-table th,
.hdr-results-table td {
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-align: left;
  font-size: 13px;
}

.hdr-results-table th {
  background: rgba(0, 153, 229, 0.15);
  color: #0099E5;
}

.hdr-results-table td {
  font-family: 'Courier New', monospace;
}

.hdr-badge-pass {
  color: #2ecc71;
  font-weight: 700;
}

.hdr-badge-warn {
  color: #f39c12;
  font-weight: 700;
}
