/* Custom styles for NetSense Codebook */

/* Custom fonts and layout enhancements */
body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  color: #333333;
}

.callout {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

h1, h2, h3 {
  color: #0c2340; /* Notre Dame Navy Blue Style */
}

/* Download buttons styling (compatible with SSI-2012) */
.download-btn {
  display: inline-block;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  text-decoration: none !important;
  margin-right: 10px;
  margin-bottom: 10px;
}

.download-rds {
  background-color: #0c2340; /* Notre Dame Navy */
  color: white !important;
}
.download-rds:hover {
  background-color: #061224;
}

.download-csv {
  background-color: #107c41; /* Microsoft Excel Green */
  color: white !important;
}
.download-csv:hover {
  background-color: #0b592e;
}

.download-dta {
  background-color: #306ca4; /* Stata Blue */
  color: white !important;
}
.download-dta:hover {
  background-color: #214b72;
}

.download-sav {
  background-color: #aa1e24; /* SPSS Red */
  color: white !important;
}
.download-sav:hover {
  background-color: #791519;
}

/* Metadata / Info Table style */
.metadata-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1.5rem;
}

.metadata-table th {
  background-color: #f8f9fa;
  border-bottom: 2px solid #dee2e6;
  font-weight: 600;
  padding: 0.75rem;
  text-align: left;
}

.metadata-table td {
  padding: 0.75rem;
  border-bottom: 1px solid #dee2e6;
}

/* Sidebar styling */
.sidebar {
  font-size: 0.9rem;
}
