.topliste-wrapper {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 20px;
  color: #e2e8f0;
}

.radio-list {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.radio-card {
  display: flex;
  align-items: flex-start;
  background-color: #1e293b;
  border-radius: 10px;
  padding: 20px;
  border: 1px solid #334155;
  gap: 20px;
}

.radio-logo {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 8px;
}

.radio-info h2 {
  margin: 0 0 8px;
  color: #f9fafb;
}

.radio-info p {
  margin: 4px 0;
  color: #cbd5e1;
}

.preview-button {
  display: inline-block;
  margin-top: 10px;
  padding: 8px 14px;
  background-color: #3b82f6;
  color: white;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
}
.preview-button:hover {
  background-color: #2563eb;
}
.filter-form {
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.filter-form input,
.filter-form select,
.filter-form button {
  padding: 10px;
  font-size: 1rem;
  border-radius: 6px;
  border: 1px solid #334155;
  background-color: #0f172a;
  color: #e2e8f0;
}

.filter-form button {
  background-color: #3b82f6;
  color: white;
  border: none;
  cursor: pointer;
}

.filter-form button:hover {
  background-color: #2563eb;
}
