/* podcapture.css – Version 1.0 – 2025-07-09 */
.podcapture-container {
  font-family: "Segoe UI", Roboto, sans-serif;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 20px;
  margin-bottom: 2em;
}

.podcapture-header {
  border-bottom: 2px solid #e67300;
  margin-bottom: 1em;
}

.podcapture-header.live h2 {
  color: #e67300;
}

.podcapture-header.capture h2 {
  color: #666;
}

.podcapture-header .datetime {
  font-style: italic;
  font-size: 0.9em;
  color: #666;
  margin-top: -0.5em;
}

.podcapture-table table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1em;
}

.podcapture-table th,
.podcapture-table td {
  padding: 8px 10px;
  border: 1px solid #ddd;
  text-align: center;
}

.podcapture-table th {
  background: #f9f9f9;
  font-weight: 600;
  color: #333;
}

.podcapture-table tbody tr:nth-child(odd) {
  background-color: #fcfcfc;
}

.podcapture-error {
  color: #b00;
  font-weight: bold;
  font-size: 1.2em;
}