.cdp-podcast-season-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 15px;
}

.cdp-podcast-season-pill {
  min-height: 42px;
  padding: 10px 18px;
  border: 1px solid #c8d6e8;
  border-radius: 999px;
  background: #ffffff;
  color: #123763;
  font: inherit;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.cdp-podcast-season-pill:hover,
.cdp-podcast-season-pill:focus {
  border-color: #123763;
  transform: translateY(-1px);
}

.cdp-podcast-season-pill.is-active {
  border-color: #123763;
  background: #123763;
  color: #ffffff;
}
