/* Custom styles for RSS feeds */

.feed-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2rem;
}

.feed-table th,
.feed-table td {
  padding: 0.75rem;
  border: 1px solid #dee2e6;
}

.feed-table th {
  background-color: #f8f9fa;
  font-weight: bold;
  text-align: left;
}

.feed-table .time-slot-header {
  background-color: #e9ecef;
  font-weight: bold;
}

.feed-table .positive-change {
  color: #28a745;
}

.feed-table .negative-change {
  color: #dc3545;
}

.feed-table .no-change {
  color: #6c757d;
}

.file-upload-container {
  max-width: 600px;
  margin: 0 auto;
  padding: 2rem;
  background-color: #f8f9fa;
  border-radius: 0.5rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.feed-links {
  margin-top: 2rem;
  padding: 1rem;
  background-color: #f8f9fa;
  border-radius: 0.5rem;
}

.feed-links h2 {
  margin-bottom: 1rem;
}

.feed-links ul {
  list-style-type: none;
  padding-left: 0;
}

.feed-links li {
  margin-bottom: 0.5rem;
}

.feed-links a {
  display: inline-block;
  padding: 0.375rem 0.75rem;
  background-color: #007bff;
  color: white;
  text-decoration: none;
  border-radius: 0.25rem;
}

.feed-links a:hover {
  background-color: #0069d9;
}

.show-notes {
  font-style: italic;
  color: #6c757d;
}
