.podcast {
  --background-base: #121212;
  --background-highlight: #1a1a1a;
  --background-press: #000;
  --background-elevated-base: #242424;
  --background-elevated-highlight: #2a2a2a;
  --background-elevated-press: #000;
  --background-tinted-base: #ffffff12;
  --background-tinted-highlight: #ffffff1a;
  --background-tinted-press: #ffffff0a;
  --text-base: #333;
  --text-subdued: #a7a7a7;
  --text-bright-accent: #1ed760;
  --text-negative: #f15e6c;
  --text-warning: #ffa42b;
  --text-positive: #1ed760;
  --text-announcement: #3d91f4;
  --essential-base: #fff;
  --essential-subdued: #727272;
  --essential-bright-accent: #1ed760;
  --essential-negative: #e91429;
  --essential-warning: #ffa42b;
  --essential-positive: #1ed760;
  --essential-announcement: #0d72ea;
  --decorative-base: #fff;
  --decorative-subdued: #292929;
  --fallback-fonts: Helvetica Neue, helvetica, arial, Hiragino Kaku Gothic Pro, Meiryo, MS Gothic;
  --background-color: #0e2346;
  --font-family: Arial;
  color: var(--text-base);
  height: 100%;
  padding: 5px;
}
.podcast__button {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  font-size: 0.8125rem;
  font-weight: 700;
  font-family: var(--font-family, CircularSp, CircularSp-Arab, CircularSp-Hebr, CircularSp-Cyrl, CircularSp-Grek, CircularSp-Deva, var(--fallback-fonts, sans-serif));
  background-color: transparent;
  border: 0px;
  border-radius: var(--encore-button-corner-radius, 9999px);
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  touch-action: manipulation;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  vertical-align: middle;
  color: var(--text-base, #000000);
  min-inline-size: 0px;
  padding: 0px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-basis: content;
  transition: all 0.2s ease-in-out;
  justify-content: flex-start;
  transform-origin: bottom left;
  opacity: 0.7;
}
.podcast__button:hover {
  transform: scale(1.1);
}
.podcast__button svg {
  width: 16px;
  height: 16px;
}
.podcast__button.button-md svg {
  width: 24px;
  height: 24px;
}
.podcast__button.button-lg svg {
  width: 36px;
  height: 36px;
}
.podcast__button.button-xl svg {
  width: 48px;
  height: 48px;
}
.podcast__container {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  overflow: clip;
  border-radius: 0.75rem;
  height: 100%;
  background-color: #fff;
  padding: 19px;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
}
.podcast__bg-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}
.podcast__grid-container {
  display: grid;
  grid-template-columns: min-content auto;
  padding: 20px 30px;
  grid-column-gap: 24px;
  height: inherit;
  visibility: hidden;
  opacity: 0;
}
.podcast__cover-wrapper {
  grid-row: 1/span 3;
  align-self: center;
  justify-self: center;
}
.podcast__cover {
  transform-origin: bottom left;
  transition: transform 0.4s, opacity 0.4s, visibility 0.4s, border-radius 0.4s, width 0.4s, height 0.4s, margin 0.4s;
  box-shadow: 0 9px 9px 0 rgba(0, 0, 0, 0.102), 0 0 29px 0 rgba(0, 0, 0, 0.102);
  opacity: 1;
  transform: scale(1) translateZ(0);
  width: 216px;
  height: 216px;
  display: block;
  border-radius: 15px;
}
.podcast__cover:hover {
  opacity: 0.8;
}
.podcast__cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
.podcast__share {
  position: relative;
  justify-self: flex-end;
  display: flex;
  align-items: center;
}
.podcast__share svg {
  fill: currentcolor;
  width: 32px;
  height: 32px;
}
.podcast__share-button {
  flex: 1 1 auto;
  width: 36px;
  height: 36px;
  background-color: rgba(237, 28, 36, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-left: 5px;
}
.podcast__share-button svg {
  width: 18px;
  height: 18px;
}
.podcast__share-button:hover {
  transform: scale(1.05);
  opacity: 1;
}
.podcast__meta {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: 100%;
  gap: 8px;
  opacity: 1;
  visibility: visible;
  overflow: hidden;
  transform: none;
  transition: transform 50ms, opacity 50ms, visibility 50ms;
  transition-delay: 0.14s;
  margin-block-end: 12px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
  align-self: flex-start;
}
.podcast__title {
  position: relative;
  min-width: 0;
  justify-content: flex-start;
  text-align: start;
  display: flex;
  font-family: CircularSpTitle, CircularSpTitle-Tall, CircularSp-Arab, CircularSp-Hebr, CircularSp-Cyrl, CircularSp-Grek, CircularSp-Deva, var(--fallback-fonts, sans-serif);
  font-size: 1.5rem;
  margin-top: 0;
  margin-bottom: 0;
}
.podcast__marquee-container {
  position: relative;
  overflow: hidden;
}
.podcast__marquee-scrollable {
  overflow: hidden;
}
.podcast__marquee-inner {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  transform: translateX(0px);
  white-space: nowrap;
  /* Starting position */
  transform: translateX(50%);
  /* Apply animation to this element */
  animation: horizontally 5s linear infinite alternate;
}
.podcast__marquee-inner a {
  display: initial;
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: ellipsis;
}
@keyframes horizontally {
  0% { /* Browser bug fix */ /* Browser bug fix */
    transform: translateX(50%);
  }
  100% { /* Browser bug fix */ /* Browser bug fix */
    transform: translateX(-50%);
  }
}
.podcast__category-date {
  display: flex;
  align-items: center;
  flex-direction: row;
  z-index: 1;
}
.podcast__desc {
  font-size: 18px;
  line-height: 26px;
  margin-top: 10px;
  z-index: 1;
}
.podcast__subtitle {
  font-family: CircularSp, CircularSp-Arab, CircularSp-Hebr, CircularSp-Cyrl, CircularSp-Grek, CircularSp-Deva, var(--fallback-fonts, sans-serif);
  font-size: 1rem;
  opacity: 0.7;
  align-self: stretch;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #333;
  font-weight: 450;
  margin-top: 0;
  margin-bottom: 0;
}
.podcast__sparate {
  padding: 0 4px;
}
.podcast__link, .podcast__link-category {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  align-items: center;
  text-decoration: none;
  color: #333;
  display: inline-flex;
}
.podcast__link:hover, .podcast__link:focus, .podcast__link-category:hover, .podcast__link-category:focus {
  text-decoration: underline;
  color: var(--text-base, #000000);
}
.podcast__save {
  margin-top: 4px;
  z-index: 1;
  display: flex;
  flex-basis: content;
  width: 100%;
  transition: opacity 0.4s;
}
.podcast__save-button {
  transition: transform 0.3s ease-in-out;
  transform-origin: center center;
  display: none;
}
.podcast__save-button:hover {
  transform: scale(1.04);
}
.podcast__save-button .icon-plus {
  display: block;
}
.podcast__save-button .icon-marked {
  display: none;
}
.podcast__save-button.marked .icon-plus {
  display: none;
}
.podcast__save-button.marked .icon-marked {
  display: block;
}
.podcast__save-icon {
  display: flex;
  margin-inline-end: 12px;
}
.podcast__svg-icon {
  fill: #cb0101;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.podcast__save-label {
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: ellipsis;
  margin-inline-start: 4px;
  font-family: CircularSp, CircularSp-Arab, CircularSp-Hebr, CircularSp-Cyrl, CircularSp-Grek, CircularSp-Deva, var(--fallback-fonts, sans-serif);
  font-style: normal;
  font-weight: 450;
  font-size: 0.875rem;
}
.podcast__waveform {
  -moz-column-gap: 16px;
       column-gap: 16px;
  grid-column: 1/span 2;
}
.podcast__player {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 16px;
       column-gap: 16px;
  align-self: flex-end;
  grid-column: 1/span 2;
}
.podcast__player audio {
  width: 0;
  height: 0;
}
.podcast__player-control {
  display: flex;
  flex-direction: row;
  flex: 1 1;
  align-items: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
  justify-content: flex-end;
  margin-block-start: 8px;
  opacity: 1;
  transition-delay: 0.3s;
}
.podcast__player-control-bar {
  display: flex;
  flex: 1 1;
  align-items: center;
  opacity: 1;
  transition: opacity 0.3s;
  transition-delay: 0ms;
}
.podcast__player-skip-button {
  font-size: 0.875rem;
  padding-inline: 0;
  min-width: 0;
  transform-origin: center center;
}
.podcast__player-skip-button svg {
  width: 16px;
  height: 16px;
}
.podcast__player-skip-button:hover {
  transform: scale(1.1);
  opacity: 1;
}
.podcast__icon-wrapper {
  display: flex;
}
.podcast__player-back-button {
  margin-inline-end: 8px;
}
.podcast__player-forward-button {
  margin-inline-start: 8px;
}
.podcast__player-prev {
  display: none;
}
.podcast__player-next {
  display: none;
}
.podcast__player-repeat {
  display: none;
}
.podcast__player-repeat:hover {
  transform: none;
  opacity: 1;
}
.podcast__player-shuffle {
  display: none;
}
.podcast__player-shuffle svg {
  height: 22px;
}
.podcast__player-shuffle:hover {
  transform: none;
  opacity: 1;
}
.podcast__player-progress-bar {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
  height: 100%;
  width: 100%;
  padding: 5px 0;
}
.podcast__player-progress-bar-tooltip {
  position: absolute;
  bottom: 12px;
  transform: translate3d(-50%, 0, 0);
  border-radius: 8px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
  background-color: #242424;
  color: #fff;
  padding: 8px 12px;
  font-size: 11px;
  font-feature-settings: "tnum" on;
  transition: visibility opacity 0.1s ease-in-out;
  left: 0;
  z-index: 1;
  visibility: hidden;
  opacity: 0.7;
}
.podcast__player-progress-bar-bg {
  position: absolute;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 0.125rem;
  height: 4px;
  width: 100%;
  isolation: isolate;
  overflow: hidden;
  z-index: 1;
  transition: opacity 0.1s, transform 0.1s, width 0.1s, height 0.1s;
}
.podcast__player-progress-bar-active {
  position: absolute;
  left: 0;
  background-color: #cb0101;
  border-radius: 0.125rem;
  height: 4px;
  width: 0%;
  z-index: 3;
  transition: opacity 0.1s, transform 0.1s, width 0.1s, height 0.1s;
}
.podcast__player-progress-bar-buffer {
  position: absolute;
  left: 0;
  background-color: rgba(250, 86, 86, 0.3);
  border-radius: 0.125rem;
  height: 4px;
  width: 0%;
  z-index: 1;
  transition: opacity 0.1s, transform 0.1s, width 0.1s, height 0.1s;
}
.podcast__player-progress-bar-preload {
  position: absolute;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 0.125rem;
  height: 4px;
  width: 0%;
  z-index: 2;
}
.podcast__player-progress-bar-slider {
  position: absolute;
  background-color: #cb0101;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  z-index: 0;
  left: 0;
  margin: 0 -4px;
  transition: opacity 0.1s, transform 0.1s, width 0.1s, height 0.1s;
  visibility: hidden;
  opacity: 0;
}
.podcast__player-progress-bar-slider:hover {
  width: 16px;
  height: 16px;
}
.podcast__progress-bar-hovered {
  padding: 0;
  cursor: pointer;
}
.podcast__progress-bar-hovered .podcast__player-progress-bar-tooltip {
  visibility: visible;
  opacity: 1;
}
.podcast__progress-bar-hovered .podcast__player-progress-bar-bg,
.podcast__progress-bar-hovered .podcast__player-progress-bar-active,
.podcast__progress-bar-hovered .podcast__player-progress-bar-buffer,
.podcast__progress-bar-hovered .podcast__player-progress-bar-preload {
  height: 8px;
}
.podcast__progress-bar-hovered .podcast__player-progress-bar-slider {
  width: 16px;
  height: 16px;
  visibility: visible;
  opacity: 1;
}
.podcast__player-timer {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.podcast__player-timer:hover {
  transform: none;
  opacity: 1;
}
.podcast__player-timer-duration {
  display: none;
  inset-inline-end: 0;
}
.podcast__player-timer-current {
  inset-inline-end: 0;
}
.podcast__volume-unmute {
  display: block;
}
.podcast__volume-muted {
  display: none;
}
.podcast__player-volume {
  font-size: 0.875rem;
}
.podcast__player-volume:hover {
  transform: none;
  opacity: 1;
}
.podcast__player-volume.muted .podcast__volume-unmute {
  display: none;
}
.podcast__player-volume.muted .podcast__volume-muted {
  display: block;
}
.podcast__player-speed:hover {
  transform: none;
  opacity: 1;
}
.podcast__player-more-setting {
  display: none;
  font-size: 0.875rem;
}
.podcast__player-more-setting svg {
  width: 16px;
  height: 16px;
}
.podcast__player-more-setting:hover {
  transform: none;
  opacity: 1;
}
.podcast__player-play-wrapper {
  width: auto;
  height: 48px;
  align-self: flex-end;
  z-index: 1;
  display: flex;
  align-items: center;
}
.podcast__player-play-wrapper .podcast__button {
  transform-origin: center center;
}
.podcast__player-play-wrapper .podcast__button:hover {
  transform: scale(1.1);
}
.podcast__player-playpause {
  opacity: 1;
  transform-origin: center center;
  transition-duration: 0.4s;
}
.podcast__player-pause-icon {
  display: none;
}
.podcast__player-play-icon {
  display: block;
}
.podcast__loaded {
  visibility: visible;
  opacity: 1;
}
.podcast__playing .podcast__player-play-icon {
  display: none;
}
.podcast__playing .podcast__player-pause-icon {
  display: block;
}
.podcast__paused .podcast__player-play-icon {
  display: block;
}
.podcast__paused .podcast__player-pause-icon {
  display: none;
}
.podcast__log {
  color: #333;
  display: none;
}

@media (min-width: 577px) {
  .podcast__meta {
    gap: 16px;
  }
  .podcast__title {
    margin-top: 15px;
  }
}
@media (min-width: 426px) and (max-width: 576px) {
  .podcast__grid-container {
    grid-template-columns: auto;
    padding: 10px;
  }
  .podcast__cover-wrapper {
    grid-row: 2;
  }
  .podcast__meta {
    margin-block-end: 0;
    align-self: self-start;
    gap: 0;
  }
  .podcast_waveform,
  .podcast__player {
    grid-column: inherit;
  }
}
@media (max-width: 425px) {
  .podcast__grid-container {
    grid-template-columns: auto;
    padding: 0;
  }
  .podcast__cover-wrapper {
    grid-row: 2;
  }
  .podcast__cover {
    width: 100px;
    height: 100px;
    margin-block-end: 8px;
  }
  .podcast__meta {
    margin-block-end: 0;
    align-self: self-start;
    gap: 0;
  }
  .podcast_waveform,
  .podcast__player {
    grid-column: inherit;
  }
  .podcast__title {
    gap: 4px;
    font-size: 1rem;
  }
  .podcast__subtitle {
    font-size: 0.9rem;
  }
  .podcast__desc {
    display: none;
  }
  .podcast__meta {
    gap: 4px;
  }
  .podcast__player-play-wrapper {
    height: 32px;
  }
  .podcast__player-control {
    gap: 8px;
    margin-block-start: 4px;
  }
  .podcast__button.button-xl svg {
    width: 40px;
    height: 40px;
  }
  .podcast__player-speed {
    display: none;
  }
  .podcast__share {
    margin-bottom: 10px;
  }
  .podcast__share svg {
    width: 18px;
    height: 18px;
  }
  .has-waveform .podcast__waveform {
    grid-column: auto;
  }
}
@media (min-width: 426px) and (min-height: 251px) and (max-height: 350px) {
  .podcast__grid-container {
    padding: 16px;
    grid-column-gap: 16px;
  }
  .podcast__cover {
    width: 200px;
    height: 200px;
  }
  .podcast_waveform,
  .podcast__player {
    grid-column: auto;
    gap: 8px;
  }
}
@media (max-width: 425px) and (min-height: 351px) and (max-height: 450px) {
  .podcast__cover {
    width: 160px;
    height: 160px;
    margin-block-end: 8px;
  }
  .has-waveform .podcast__cover {
    width: 130px;
    height: 130px;
  }
}
@media (max-width: 425px) and (min-height: 300px) and (max-height: 350px) {
  .podcast__grid-container {
    padding: 16px;
    grid-column-gap: 16px;
  }
  .podcast__cover {
    width: 120px;
    height: 120px;
    margin-block-end: 16px;
  }
  .podcast_waveform,
  .podcast__player {
    grid-column: auto;
    gap: 8px;
  }
  .podcast__button.button-xl svg {
    width: 36px;
    height: 36px;
  }
}
@media (max-height: 250px) {
  .podcast__grid-container {
    padding: 12px;
    grid-column-gap: 12px;
  }
  .podcast__cover {
    width: 120px;
    height: 120px;
  }
  .podcast_waveform,
  .podcast__player {
    grid-column: auto;
  }
  .podcast__title {
    gap: 4px;
    font-size: 1rem;
  }
  .podcast__subtitle {
    font-size: 0.9rem;
  }
  .podcast__meta {
    gap: 4px;
  }
  .podcast__player-play-wrapper {
    height: 32px;
  }
  .podcast__player-control {
    gap: 8px;
    margin-block-start: 4px;
  }
  .podcast__button.button-xl svg {
    width: 32px;
    height: 32px;
  }
  .podcast__share svg {
    width: 24px;
    height: 24px;
  }
}