/* ============================================================
   JSON to CSV Converter Styling - Scenic IT Solutions
   ============================================================ */

.json-csv-table-wrapper {
  max-height: 320px;
  overflow: auto;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  margin-bottom: 20px;
}

.json-csv-table {
  width: 100%;
  border-collapse: collapse;
}

.json-csv-table th,
.json-csv-table td {
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 13px;
  text-align: left;
  white-space: nowrap;
}

.json-csv-table th {
  background: rgba(39, 174, 96, 0.15);
  color: #27ae60;
  font-weight: 700;
  position: sticky;
  top: 0;
}
