:root {
  --podigee-color: #db4615;
  --main-player-color: #dc4415;
  --main-player-light-color: #f7d5cf;
  --player-contrast-text: #ffffff;
  --black: #000000;
  --white: #ffffff;
  --grey: #808080; }

.podcast-player {
  color: var(--black);
  font-family: 'Avenir', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif !important;
  min-width: 100%;
  overflow: hidden;
  margin-bottom: 1px;
  position: relative;
  width: 1px;
  -webkit-font-smoothing: antialiased;
  border-radius: 15px;
  padding-right: 1px; }
  .podcast-player,
  .podcast-player *,
  .podcast-player *:before,
  .podcast-player *:after {
    box-sizing: border-box; }
  .podcast-player button {
    font-family: 'Avenir', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif !important; }
  .podcast-player .podcast-player-inside {
    background-color: var(--white);
    border: 1px solid #000;
    border-radius: 15px; }
  .podcast-player a {
    text-decoration: none; }
  .podcast-player button {
    background: transparent;
    border: none;
    cursor: pointer; }
  .podcast-player #subscribe-menu-btn {
    display: none; }
    .podcast-player #subscribe-menu-btn:checked + label {
      color: var(--player-contrast-text);
      z-index: 20; }
    .podcast-player #subscribe-menu-btn:checked ~ .subscribe-menu {
      display: block; }
  .podcast-player #subscribe-menu-btn {
    display: none; }
    .podcast-player #subscribe-menu-btn:checked + label {
      color: var(--player-contrast-text);
      z-index: 20; }
    .podcast-player #subscribe-menu-btn:checked ~ .subscribe-menu {
      display: block; }
  .podcast-player .more-menu,
  .podcast-player .share-menu,
  .podcast-player .subscribe-menu {
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    padding: 70px 40px;
    border-radius: 15px;
    background-color: var(--main-player-color);
    font-weight: 500;
    position: absolute;
    bottom: 0;
    right: 0;
    box-shadow: -2px -2px 4px rgba(0, 0, 0, 0.2);
    z-index: 1; }
    .podcast-player .more-menu ul,
    .podcast-player .share-menu ul,
    .podcast-player .subscribe-menu ul {
      padding: 0;
      margin: 0;
      list-style-type: none; }
      .podcast-player .more-menu ul li,
      .podcast-player .share-menu ul li,
      .podcast-player .subscribe-menu ul li {
        margin-bottom: 20px; }
        .podcast-player .more-menu ul li button,
        .podcast-player .share-menu ul li button,
        .podcast-player .subscribe-menu ul li button {
          color: var(--player-contrast-text);
          font-size: 18px;
          line-height: 25px;
          transition: color 0.3s ease-in-out; }
          @media only screen and (max-width: 767px) {
            .podcast-player .more-menu ul li button,
            .podcast-player .share-menu ul li button,
            .podcast-player .subscribe-menu ul li button {
              font-size: 16px;
              line-height: 22px; } }
          .podcast-player .more-menu ul li button:hover,
          .podcast-player .share-menu ul li button:hover,
          .podcast-player .subscribe-menu ul li button:hover {
            color: var(--main-player-light-color); }
        @media only screen and (max-width: 767px) {
          .podcast-player .more-menu ul li,
          .podcast-player .share-menu ul li,
          .podcast-player .subscribe-menu ul li {
            margin-bottom: 17px; } }
        .podcast-player .more-menu ul li:last-child,
        .podcast-player .share-menu ul li:last-child,
        .podcast-player .subscribe-menu ul li:last-child {
          margin-bottom: 0; }
    .podcast-player .more-menu button,
    .podcast-player .more-menu input,
    .podcast-player .share-menu button,
    .podcast-player .share-menu input,
    .podcast-player .subscribe-menu button,
    .podcast-player .subscribe-menu input {
      font-weight: 500; }
  .podcast-player .share-menu,
  .podcast-player .subscribe-menu {
    flex-direction: column;
    align-items: flex-start;
    color: var(--player-contrast-text);
    font-size: 16px;
    max-height: 448px; }
    @media only screen and (max-width: 575px) {
      .podcast-player .share-menu,
      .podcast-player .subscribe-menu {
        width: 100%; } }
    .podcast-player .share-menu .flex-item,
    .podcast-player .subscribe-menu .flex-item {
      display: flex;
      align-items: center;
      margin-bottom: 20px; }
      .podcast-player .share-menu .flex-item.copy-episode,
      .podcast-player .subscribe-menu .flex-item.copy-episode {
        width: 100%; }
        @media only screen and (max-width: 575px) {
          .podcast-player .share-menu .flex-item.copy-episode,
          .podcast-player .subscribe-menu .flex-item.copy-episode {
            flex-wrap: wrap;
            justify-content: center; } }
        @media only screen and (max-width: 575px) {
          .podcast-player .share-menu .flex-item.copy-episode .share-copy-url-btn,
          .podcast-player .subscribe-menu .flex-item.copy-episode .share-copy-url-btn {
            width: 100%;
            margin-bottom: 5px;
            justify-content: center;
            margin-left: 0;
            margin-right: 0; } }
        .podcast-player .share-menu .flex-item.copy-episode .start-at-wrap,
        .podcast-player .subscribe-menu .flex-item.copy-episode .start-at-wrap {
          display: flex; }
          @media only screen and (max-width: 575px) {
            .podcast-player .share-menu .flex-item.copy-episode .start-at-wrap,
            .podcast-player .subscribe-menu .flex-item.copy-episode .start-at-wrap {
              margin-left: 0;
              _padding-left: 30px; } }
      .podcast-player .share-menu .flex-item.copy-embed,
      .podcast-player .subscribe-menu .flex-item.copy-embed {
        width: 100%; }
        @media only screen and (max-width: 575px) {
          .podcast-player .share-menu .flex-item.copy-embed,
          .podcast-player .subscribe-menu .flex-item.copy-embed {
            flex-wrap: wrap;
            justify-content: center; } }
        @media only screen and (max-width: 575px) {
          .podcast-player .share-menu .flex-item.copy-embed .share-embed-url-btn,
          .podcast-player .subscribe-menu .flex-item.copy-embed .share-embed-url-btn {
            width: 100%;
            margin-bottom: 0px;
            justify-content: center;
            margin-left: 0;
            margin-right: 0; } }
      @media only screen and (max-width: 575px) {
        .podcast-player .share-menu .flex-item .embed-list,
        .podcast-player .subscribe-menu .flex-item .embed-list {
          height: 30px; } }
      .podcast-player .share-menu .flex-item button,
      .podcast-player .subscribe-menu .flex-item button {
        font-size: 16px; }
        @media only screen and (max-width: 767px) {
          .podcast-player .share-menu .flex-item button,
          .podcast-player .subscribe-menu .flex-item button {
            font-size: 14px; } }
      .podcast-player .share-menu .flex-item:last-child,
      .podcast-player .subscribe-menu .flex-item:last-child {
        margin-bottom: 0; }
      .podcast-player .share-menu .flex-item.copy-embed ul li, .podcast-player .share-menu .flex-item.copy-episode ul li,
      .podcast-player .subscribe-menu .flex-item.copy-embed ul li,
      .podcast-player .subscribe-menu .flex-item.copy-episode ul li {
        margin-right: 10px;
        margin-left: 0; }
        .podcast-player .share-menu .flex-item.copy-embed ul li:last-child, .podcast-player .share-menu .flex-item.copy-episode ul li:last-child,
        .podcast-player .subscribe-menu .flex-item.copy-embed ul li:last-child,
        .podcast-player .subscribe-menu .flex-item.copy-episode ul li:last-child {
          margin-right: 0; }
        .podcast-player .share-menu .flex-item.copy-embed ul li button, .podcast-player .share-menu .flex-item.copy-episode ul li button,
        .podcast-player .subscribe-menu .flex-item.copy-embed ul li button,
        .podcast-player .subscribe-menu .flex-item.copy-episode ul li button {
          padding: 0; }
      .podcast-player .share-menu .flex-item.copy-embed > button, .podcast-player .share-menu .flex-item.copy-episode > button,
      .podcast-player .subscribe-menu .flex-item.copy-embed > button,
      .podcast-player .subscribe-menu .flex-item.copy-episode > button {
        margin-left: -5px;
        padding: 5px;
        margin-right: 20px;
        flex: 1; }
        @media only screen and (max-width: 575px) {
          .podcast-player .share-menu .flex-item.copy-embed > button, .podcast-player .share-menu .flex-item.copy-episode > button,
          .podcast-player .subscribe-menu .flex-item.copy-embed > button,
          .podcast-player .subscribe-menu .flex-item.copy-episode > button {
            flex: none; } }
      .podcast-player .share-menu .flex-item.share-buttons,
      .podcast-player .subscribe-menu .flex-item.share-buttons {
        width: 100%; }
        .podcast-player .share-menu .flex-item.share-buttons ul,
        .podcast-player .subscribe-menu .flex-item.share-buttons ul {
          width: 100%;
          justify-content: space-between; }
          .podcast-player .share-menu .flex-item.share-buttons ul li,
          .podcast-player .subscribe-menu .flex-item.share-buttons ul li {
            display: flex; }
            .podcast-player .share-menu .flex-item.share-buttons ul li:first-child,
            .podcast-player .subscribe-menu .flex-item.share-buttons ul li:first-child {
              margin-left: -5px; }
            .podcast-player .share-menu .flex-item.share-buttons ul li:last-child,
            .podcast-player .subscribe-menu .flex-item.share-buttons ul li:last-child {
              margin-right: -5px; }
            .podcast-player .share-menu .flex-item.share-buttons ul li a,
            .podcast-player .subscribe-menu .flex-item.share-buttons ul li a {
              display: flex;
              padding: 5px; }
            .podcast-player .share-menu .flex-item.share-buttons ul li.share-mail svg,
            .podcast-player .subscribe-menu .flex-item.share-buttons ul li.share-mail svg {
              width: 28px;
              height: 28px; }
              @media only screen and (max-width: 767px) {
                .podcast-player .share-menu .flex-item.share-buttons ul li.share-mail svg,
                .podcast-player .subscribe-menu .flex-item.share-buttons ul li.share-mail svg {
                  width: 26px;
                  height: 26px; } }
            .podcast-player .share-menu .flex-item.share-buttons ul li.share-download svg,
            .podcast-player .subscribe-menu .flex-item.share-buttons ul li.share-download svg {
              width: 20px;
              height: 20px;
              margin: 0; }
              @media only screen and (max-width: 767px) {
                .podcast-player .share-menu .flex-item.share-buttons ul li.share-download svg,
                .podcast-player .subscribe-menu .flex-item.share-buttons ul li.share-download svg {
                  width: 18px;
                  height: 18px; } }
        .podcast-player .share-menu .flex-item.share-buttons svg,
        .podcast-player .subscribe-menu .flex-item.share-buttons svg {
          width: 22px; }
          @media only screen and (max-width: 767px) {
            .podcast-player .share-menu .flex-item.share-buttons svg,
            .podcast-player .subscribe-menu .flex-item.share-buttons svg {
              width: 20px;
              height: 20px; } }
      .podcast-player .share-menu .flex-item.copy-rss,
      .podcast-player .subscribe-menu .flex-item.copy-rss {
        margin-bottom: 22px; }
        @media only screen and (max-width: 575px) {
          .podcast-player .share-menu .flex-item.copy-rss,
          .podcast-player .subscribe-menu .flex-item.copy-rss {
            margin-bottom: 20px; } }
        .podcast-player .share-menu .flex-item.copy-rss .rss-svg,
        .podcast-player .subscribe-menu .flex-item.copy-rss .rss-svg {
          width: 24px;
          height: 24px;
          margin-right: 10px; }
          @media only screen and (max-width: 575px) {
            .podcast-player .share-menu .flex-item.copy-rss .rss-svg,
            .podcast-player .subscribe-menu .flex-item.copy-rss .rss-svg {
              display: none; } }
        .podcast-player .share-menu .flex-item.copy-rss span,
        .podcast-player .subscribe-menu .flex-item.copy-rss span {
          margin-right: 5px; }
          @media only screen and (max-width: 575px) {
            .podcast-player .share-menu .flex-item.copy-rss span,
            .podcast-player .subscribe-menu .flex-item.copy-rss span {
              order: 2; } }
        .podcast-player .share-menu .flex-item.copy-rss input,
        .podcast-player .subscribe-menu .flex-item.copy-rss input {
          border: 0;
          width: 275px;
          padding: 5px;
          margin-right: 10px;
          background-color: transparent;
          color: var(--main-player-light-color); }
          @media only screen and (max-width: 767px) {
            .podcast-player .share-menu .flex-item.copy-rss input,
            .podcast-player .subscribe-menu .flex-item.copy-rss input {
              width: 245px; } }
          @media only screen and (max-width: 575px) {
            .podcast-player .share-menu .flex-item.copy-rss input,
            .podcast-player .subscribe-menu .flex-item.copy-rss input {
              display: none; } }
        .podcast-player .share-menu .flex-item.copy-rss button,
        .podcast-player .subscribe-menu .flex-item.copy-rss button {
          margin-right: -5px; }
          @media only screen and (max-width: 575px) {
            .podcast-player .share-menu .flex-item.copy-rss button,
            .podcast-player .subscribe-menu .flex-item.copy-rss button {
              margin-left: -5px;
              margin-right: 5px;
              order: 1; } }
          .podcast-player .share-menu .flex-item.copy-rss button svg,
          .podcast-player .subscribe-menu .flex-item.copy-rss button svg {
            margin: 0; }
      .podcast-player .share-menu .flex-item.subscribe-items,
      .podcast-player .subscribe-menu .flex-item.subscribe-items {
        width: 100%; }
        .podcast-player .share-menu .flex-item.subscribe-items ul,
        .podcast-player .subscribe-menu .flex-item.subscribe-items ul {
          flex-wrap: wrap; }
          .podcast-player .share-menu .flex-item.subscribe-items ul li,
          .podcast-player .subscribe-menu .flex-item.subscribe-items ul li {
            margin-bottom: 20px;
            margin-right: 20px; }
            .podcast-player .share-menu .flex-item.subscribe-items ul li a,
            .podcast-player .subscribe-menu .flex-item.subscribe-items ul li a {
              display: flex;
              align-items: center; }
        .podcast-player .share-menu .flex-item.subscribe-items svg,
        .podcast-player .subscribe-menu .flex-item.subscribe-items svg {
          width: 24px;
          height: 24px; }
      .podcast-player .share-menu .flex-item button,
      .podcast-player .share-menu .flex-item a,
      .podcast-player .subscribe-menu .flex-item button,
      .podcast-player .subscribe-menu .flex-item a {
        display: flex;
        align-items: center; }
        .podcast-player .share-menu .flex-item button svg,
        .podcast-player .share-menu .flex-item a svg,
        .podcast-player .subscribe-menu .flex-item button svg,
        .podcast-player .subscribe-menu .flex-item a svg {
          margin-right: 10px; }
        .podcast-player .share-menu .flex-item button:hover span,
        .podcast-player .share-menu .flex-item a:hover span,
        .podcast-player .subscribe-menu .flex-item button:hover span,
        .podcast-player .subscribe-menu .flex-item a:hover span {
          color: var(--main-player-light-color); }
        .podcast-player .share-menu .flex-item button:hover svg,
        .podcast-player .share-menu .flex-item a:hover svg,
        .podcast-player .subscribe-menu .flex-item button:hover svg,
        .podcast-player .subscribe-menu .flex-item a:hover svg {
          fill: var(--main-player-light-color); }
      .podcast-player .share-menu .flex-item .start-at,
      .podcast-player .subscribe-menu .flex-item .start-at {
        display: flex;
        align-items: center;
        margin-left: 20px;
        color: var(--player-contrast-text); }
        @media only screen and (max-width: 767px) {
          .podcast-player .share-menu .flex-item .start-at,
          .podcast-player .subscribe-menu .flex-item .start-at {
            margin-left: 10px; } }
      .podcast-player .share-menu .flex-item ul,
      .podcast-player .subscribe-menu .flex-item ul {
        display: flex; }
        .podcast-player .share-menu .flex-item ul li,
        .podcast-player .subscribe-menu .flex-item ul li {
          margin-bottom: 0; }
    .podcast-player .share-menu svg,
    .podcast-player .subscribe-menu svg {
      transition: fill 0.3s ease-in-out;
      fill: var(--player-contrast-text);
      width: 20px;
      height: 20px; }
    .podcast-player .share-menu span,
    .podcast-player .subscribe-menu span {
      transition: color 0.3s ease-in-out;
      color: var(--player-contrast-text); }
    .podcast-player .share-menu ul li,
    .podcast-player .subscribe-menu ul li {
      font-size: 16px;
      line-height: 22px; }
      @media only screen and (max-width: 767px) {
        .podcast-player .share-menu ul li,
        .podcast-player .subscribe-menu ul li {
          font-size: 14px;
          line-height: 19px; } }
  @media only screen and (max-width: 767px) {
    .podcast-player .more-menu,
    .podcast-player .share-menu,
    .podcast-player .subscribe-menu {
      padding: 20px;
      height: 100%;
      max-height: 255px; } }
  @media only screen and (max-width: 575px) {
    .podcast-player .more-menu,
    .podcast-player .share-menu,
    .podcast-player .subscribe-menu {
      height: auto;
      max-height: 285px; } }
  .podcast-player .share-menu,
  .podcast-player .subscribe-menu {
    max-width: 456px;
    padding: 115px 40px;
    height: 100%; }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .podcast-player .share-menu,
      .podcast-player .subscribe-menu {
        height: auto; } }
    @media only screen and (max-width: 767px) {
      .podcast-player .share-menu,
      .podcast-player .subscribe-menu {
        max-width: 388px;
        font-size: 14px;
        padding: 55px 25px 65px 20px; } }
    @media only screen and (max-width: 575px) {
      .podcast-player .share-menu,
      .podcast-player .subscribe-menu {
        max-width: none;
        padding-left: 12px;
        padding-right: 12px; } }
  .podcast-player .share-menu {
    max-width: 550px; }
    @media only screen and (max-width: 575px) {
      .podcast-player .share-menu {
        max-height: 320px; } }
  @media only screen and (max-width: 767px) {
    .podcast-player .more-menu {
      padding: 50px 20px;
      flex-direction: column;
      align-items: flex-start; } }
  .podcast-player .more-menu button {
    color: var(--player-contrast-text);
    font-size: 18px;
    line-height: 25px;
    transition: color 0.3s ease-in-out;
    margin-bottom: 20px;
    font-weight: 500; }
    @media only screen and (max-width: 767px) {
      .podcast-player .more-menu button {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 17px; } }
    .podcast-player .more-menu button:hover {
      color: var(--main-player-light-color); }
    .podcast-player .more-menu button:last-child {
      margin-bottom: 0; }
  .podcast-player button.close-button {
    position: absolute;
    right: 20px;
    top: 15px;
    padding: 5px; }
    @media only screen and (max-width: 767px) {
      .podcast-player button.close-button {
        right: 10px;
        top: 10px; } }
    .podcast-player button.close-button svg {
      width: 18px;
      height: 18px;
      fill: var(--player-contrast-text); }
      @media only screen and (max-width: 767px) {
        .podcast-player button.close-button svg {
          width: 14px;
          height: 14px; } }
  .podcast-player .cover-image-player-wrap {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 20px 0; }
    @media only screen and (max-width: 767px) {
      .podcast-player .cover-image-player-wrap {
        padding: 10px 10px 0; } }
    @media only screen and (max-width: 575px) {
      .podcast-player .cover-image-player-wrap {
        padding-top: 20px;
        flex-direction: column;
        align-items: center; } }
    .podcast-player .cover-image-player-wrap .cover-image-wrap {
      width: 300px;
      height: 300px; }
      @media only screen and (max-width: 991px) {
        .podcast-player .cover-image-player-wrap .cover-image-wrap {
          width: 280px;
          height: 280px; } }
      @media only screen and (max-width: 767px) {
        .podcast-player .cover-image-player-wrap .cover-image-wrap {
          width: 200px;
          height: 200px; } }
      .podcast-player .cover-image-player-wrap .cover-image-wrap .cover-image {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        border-radius: 10px;
        vertical-align: bottom; }
    .podcast-player .cover-image-player-wrap .player-info-wrap {
      flex: 1;
      width: 100%;
      padding-left: 20px;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      @media only screen and (max-width: 767px) {
        .podcast-player .cover-image-player-wrap .player-info-wrap {
          padding-left: 10px; } }
      @media only screen and (max-width: 575px) {
        .podcast-player .cover-image-player-wrap .player-info-wrap {
          padding-left: 0; } }
      .podcast-player .cover-image-player-wrap .player-info-wrap .episode-basic-info {
        padding: 10px 0 0;
        position: relative;
        color: var(--black); }
        @media only screen and (max-width: 575px) {
          .podcast-player .cover-image-player-wrap .player-info-wrap .episode-basic-info {
            padding-top: 20px;
            margin-bottom: 20px; } }
        .podcast-player .cover-image-player-wrap .player-info-wrap .episode-basic-info a {
          display: block;
          color: var(--black);
          transition: color 0.3s ease-in-out; }
          .podcast-player .cover-image-player-wrap .player-info-wrap .episode-basic-info a:hover {
            color: var(--main-player-color); }
        .podcast-player .cover-image-player-wrap .player-info-wrap .episode-basic-info h1,
        .podcast-player .cover-image-player-wrap .player-info-wrap .episode-basic-info h2 {
          font-size: 24px;
          line-height: 33px;
          margin: 0; }
          @media only screen and (max-width: 991px) {
            .podcast-player .cover-image-player-wrap .player-info-wrap .episode-basic-info h1,
            .podcast-player .cover-image-player-wrap .player-info-wrap .episode-basic-info h2 {
              font-size: 22px;
              line-height: 30px; } }
          @media only screen and (max-width: 767px) {
            .podcast-player .cover-image-player-wrap .player-info-wrap .episode-basic-info h1,
            .podcast-player .cover-image-player-wrap .player-info-wrap .episode-basic-info h2 {
              font-size: 16px !important;
              line-height: 22px !important; } }
        .podcast-player .cover-image-player-wrap .player-info-wrap .episode-basic-info .episode-title {
          font-weight: 700 !important;
          margin-bottom: 10px; }
          @media only screen and (max-width: 767px) {
            .podcast-player .cover-image-player-wrap .player-info-wrap .episode-basic-info .episode-title {
              margin-bottom: 5px; } }
          @media only screen and (max-width: 575px) {
            .podcast-player .cover-image-player-wrap .player-info-wrap .episode-basic-info .episode-title {
              margin-bottom: 2px; } }
          .podcast-player .cover-image-player-wrap .player-info-wrap .episode-basic-info .episode-title h1 {
            font-weight: 700; }
            .podcast-player .cover-image-player-wrap .player-info-wrap .episode-basic-info .episode-title h1 a {
              display: -webkit-box;
              -webkit-line-clamp: 2;
              -webkit-box-orient: vertical;
              overflow: hidden; }
              @media only screen and (max-width: 767px) {
                .podcast-player .cover-image-player-wrap .player-info-wrap .episode-basic-info .episode-title h1 a {
                  -webkit-line-clamp: 2; } }
              @media only screen and (max-width: 575px) {
                .podcast-player .cover-image-player-wrap .player-info-wrap .episode-basic-info .episode-title h1 a {
                  -webkit-line-clamp: 1; } }
        .podcast-player .cover-image-player-wrap .player-info-wrap .episode-basic-info .episode-subtitle {
          margin-bottom: 10px; }
          .podcast-player .cover-image-player-wrap .player-info-wrap .episode-basic-info .episode-subtitle h2 {
            font-weight: 500;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden; }
            @media only screen and (max-width: 767px) {
              .podcast-player .cover-image-player-wrap .player-info-wrap .episode-basic-info .episode-subtitle h2 {
                -webkit-line-clamp: 1; } }
      .podcast-player .cover-image-player-wrap .player-info-wrap .splash-button {
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 10px;
        padding: 25px;
        background-color: var(--main-player-color);
        font-size: 24px;
        line-height: 33px; }
        @media only screen and (max-width: 991px) {
          .podcast-player .cover-image-player-wrap .player-info-wrap .splash-button {
            font-size: 22px;
            line-height: 30px; } }
        @media only screen and (max-width: 767px) {
          .podcast-player .cover-image-player-wrap .player-info-wrap .splash-button {
            font-size: 20px;
            line-height: 28px; } }
        @media only screen and (max-width: 575px) {
          .podcast-player .cover-image-player-wrap .player-info-wrap .splash-button {
            padding-left: 10px;
            padding-right: 10px; } }
        @media only screen and (max-width: 320px) {
          .podcast-player .cover-image-player-wrap .player-info-wrap .splash-button {
            font-size: 16px;
            line-height: 22px; } }
        .podcast-player .cover-image-player-wrap .player-info-wrap .splash-button.play-button {
          font-family: inherit !important;
          font-weight: inherit;
          font-style: inherit; }
          .podcast-player .cover-image-player-wrap .player-info-wrap .splash-button.play-button:before {
            content: none; }
        .podcast-player .cover-image-player-wrap .player-info-wrap .splash-button .splash-item {
          margin-left: 10px;
          margin-right: 10px;
          font-weight: 600; }
          @media only screen and (max-width: 320px) {
            .podcast-player .cover-image-player-wrap .player-info-wrap .splash-button .splash-item {
              margin-left: 8px;
              margin-right: 8px; } }
          .podcast-player .cover-image-player-wrap .player-info-wrap .splash-button .splash-item.splash-text {
            color: var(--player-contrast-text); }
          .podcast-player .cover-image-player-wrap .player-info-wrap .splash-button .splash-item.splash-time {
            color: var(--player-contrast-text); }
        .podcast-player .cover-image-player-wrap .player-info-wrap .splash-button svg {
          height: 22px;
          width: 22px;
          fill: var(--player-contrast-text); }
          @media only screen and (max-width: 991px) {
            .podcast-player .cover-image-player-wrap .player-info-wrap .splash-button svg {
              height: 20px; } }
          @media only screen and (max-width: 767px) {
            .podcast-player .cover-image-player-wrap .player-info-wrap .splash-button svg {
              height: 18px; } }
          @media only screen and (max-width: 320px) {
            .podcast-player .cover-image-player-wrap .player-info-wrap .splash-button svg {
              height: 16px; } }
      .podcast-player .cover-image-player-wrap .player-info-wrap .main-player {
        display: none;
        position: relative;
        border-radius: 10px;
        background-color: var(--main-player-light-color); }
        .podcast-player .cover-image-player-wrap .player-info-wrap .main-player .controls {
          display: flex;
          justify-content: center;
          align-items: center;
          padding: 15px; }
          @media only screen and (max-width: 767px) {
            .podcast-player .cover-image-player-wrap .player-info-wrap .main-player .controls {
              padding: 17px 15px 13px; } }
          .podcast-player .cover-image-player-wrap .player-info-wrap .main-player .controls .previous-button.disabled svg,
          .podcast-player .cover-image-player-wrap .player-info-wrap .main-player .controls .next-button.disabled svg {
            fill: grey; }
          .podcast-player .cover-image-player-wrap .player-info-wrap .main-player .controls button {
            display: flex;
            padding: 5px;
            margin: 0 10px; }
            .podcast-player .cover-image-player-wrap .player-info-wrap .main-player .controls button svg {
              fill: var(--black);
              transition: fill 0.3s ease-in-out;
              vertical-align: bottom; }
            .podcast-player .cover-image-player-wrap .player-info-wrap .main-player .controls button:hover svg {
              fill: var(--main-player-color); }
          .podcast-player .cover-image-player-wrap .player-info-wrap .main-player .controls .previous-button:before,
          .podcast-player .cover-image-player-wrap .player-info-wrap .main-player .controls .next-button:before {
            display: none; }
          .podcast-player .cover-image-player-wrap .player-info-wrap .main-player .controls .previous-button svg,
          .podcast-player .cover-image-player-wrap .player-info-wrap .main-player .controls .next-button svg {
            height: 20px;
            width: 20px; }
            @media only screen and (max-width: 767px) {
              .podcast-player .cover-image-player-wrap .player-info-wrap .main-player .controls .previous-button svg,
              .podcast-player .cover-image-player-wrap .player-info-wrap .main-player .controls .next-button svg {
                height: 12px;
                width: 20px; } }
          .podcast-player .cover-image-player-wrap .player-info-wrap .main-player .controls .play-button:before {
            content: none; }
          .podcast-player .cover-image-player-wrap .player-info-wrap .main-player .controls .play-button svg {
            height: 40px;
            width: 40px; }
            @media only screen and (max-width: 767px) {
              .podcast-player .cover-image-player-wrap .player-info-wrap .main-player .controls .play-button svg {
                height: 32px;
                width: 32px; } }
          .podcast-player .cover-image-player-wrap .player-info-wrap .main-player .controls .forward-button,
          .podcast-player .cover-image-player-wrap .player-info-wrap .main-player .controls .backward-button {
            margin: 0 10px; }
            .podcast-player .cover-image-player-wrap .player-info-wrap .main-player .controls .forward-button svg,
            .podcast-player .cover-image-player-wrap .player-info-wrap .main-player .controls .backward-button svg {
              height: 24px;
              width: 24px; }
              @media only screen and (max-width: 767px) {
                .podcast-player .cover-image-player-wrap .player-info-wrap .main-player .controls .forward-button svg,
                .podcast-player .cover-image-player-wrap .player-info-wrap .main-player .controls .backward-button svg {
                  height: 18px;
                  width: 18px; } }
            .podcast-player .cover-image-player-wrap .player-info-wrap .main-player .controls .forward-button:before,
            .podcast-player .cover-image-player-wrap .player-info-wrap .main-player .controls .backward-button:before {
              content: none; }
            .podcast-player .cover-image-player-wrap .player-info-wrap .main-player .controls .forward-button svg,
            .podcast-player .cover-image-player-wrap .player-info-wrap .main-player .controls .backward-button svg {
              height: 24px;
              width: 24px; }
  .podcast-player .play-button svg.stop {
    display: none; }
  .podcast-player.playing .play-button svg.play {
    display: none; }
  .podcast-player.playing .play-button svg.stop {
    display: inline; }
  .podcast-player .controls-bottom {
    padding: 5px 10px 10px; }
    @media only screen and (max-width: 767px) {
      .podcast-player .controls-bottom {
        padding: 3px 8px 5px; } }
    .podcast-player .controls-bottom .speed-select {
      -moz-appearance: none;
      -webkit-appearance: none;
      appearance: none;
      border: 0;
      cursor: pointer;
      background-color: transparent;
      color: var(--black);
      font-size: 18px;
      line-height: 25px;
      font-weight: 600;
      outline: 0; }
      @media only screen and (max-width: 767px) {
        .podcast-player .controls-bottom .speed-select {
          font-size: 14px;
          line-height: 19px; } }
    .podcast-player .controls-bottom .speed-select::-ms-expand {
      display: none; }
  .podcast-player .progress-bar button {
    padding: 0; }
  .podcast-player .progress-bar .progress-bar-time-played {
    color: var(--black);
    cursor: pointer;
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
    right: 10px;
    position: absolute;
    text-align: right;
    bottom: 10px; }
    @media only screen and (max-width: 767px) {
      .podcast-player .progress-bar .progress-bar-time-played {
        font-size: 14px;
        line-height: 19px;
        bottom: 5px;
        right: 8px; } }
  .podcast-player .progress-bar .progress-bar-rail {
    cursor: ew-resize;
    height: 8px;
    max-width: 100%;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .podcast-player .progress-bar .progress-bar-rail {
        height: 7px; } }
    .podcast-player .progress-bar .progress-bar-rail:after {
      content: '';
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 100%;
      height: 2px;
      background-color: var(--black); }
  .podcast-player .progress-bar .progress-bar-played,
  .podcast-player .progress-bar .progress-bar-loaded {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) scaleY(1);
    width: 0; }
  .podcast-player .progress-bar .progress-bar-loaded {
    height: 2px;
    background-color: var(--black);
    max-width: 100%; }
  .podcast-player .progress-bar .progress-bar-played {
    height: 7px;
    z-index: 1;
    border-radius: 0 5px 5px 0;
    background-color: var(--main-player-color);
    transition: transform 0.2s ease-out;
    -webkit-font-smoothing: subpixel-antialiased;
    max-width: 100%; }
    @media only screen and (max-width: 767px) {
      .podcast-player .progress-bar .progress-bar-played {
        height: 5px; } }
    .podcast-player .progress-bar .progress-bar-played:hover {
      transform: translateY(-50%) scaleY(1.143); }
      @media only screen and (max-width: 767px) {
        .podcast-player .progress-bar .progress-bar-played:hover {
          transform: translateY(-50%) scaleY(1.4); } }
      .podcast-player .progress-bar .progress-bar-played:hover .progress-tooltip {
        visibility: visible; }
    .podcast-player .progress-bar .progress-bar-played .progress-tooltip {
      visibility: hidden;
      position: absolute;
      right: 0;
      top: -5px;
      transform: translateX(50%) translateY(-100%) scaleY(0.874);
      background-color: var(--black);
      color: var(--white);
      padding: 5px;
      font-size: 18px;
      line-height: 25px;
      border-radius: 4px;
      font-weight: 500;
      box-shadow: -1px 1px 4px rgba(0, 0, 0, 0.2); }
      @media only screen and (max-width: 767px) {
        .podcast-player .progress-bar .progress-bar-played .progress-tooltip {
          font-size: 14px;
          line-height: 19px;
          transform: translateX(50%) translateY(-100%) scaleY(0.714); } }
  .podcast-player .progress-bar .progress-bar-buffering:after {
    -webkit-animation: move 2s linear infinite;
            animation: move 2s linear infinite;
    background-image: linear-gradient(-45deg, white 25%, transparent 25%, transparent 50%, white 50%, white 75%, transparent 75%, transparent);
    background-size: 50px 50px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    content: '';
    overflow: hidden;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 7px;
    left: 0;
    right: 0; }

@-webkit-keyframes move {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 50px 50px; } }

@keyframes move {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 50px 50px; } }
  .podcast-player .items-list {
    height: 100%; }
    .podcast-player .items-list.embed-list button {
      margin: 0; }
    .podcast-player .items-list .list-item {
      display: flex;
      height: 100%; }
      .podcast-player .items-list .list-item:not(:first-of-type) {
        margin-left: 10px; }
      .podcast-player .items-list .list-item .list-button {
        position: relative;
        padding: 0;
        font-size: 16px;
        line-height: 22px; }
        @media only screen and (max-width: 767px) {
          .podcast-player .items-list .list-item .list-button {
            font-size: 13px;
            line-height: 17px; } }
        .podcast-player .items-list .list-item .list-button.button-active:after {
          content: '';
          position: absolute;
          background-color: var(--player-contrast-text);
          width: 100%;
          bottom: 2px;
          left: 0;
          right: 0;
          height: 2px; }
  .podcast-player .list-button {
    position: relative;
    padding: 0;
    font-size: 16px;
    line-height: 22px;
    margin-left: 20px; }
    @media only screen and (max-width: 767px) {
      .podcast-player .list-button {
        font-size: 13px;
        line-height: 17px; } }
  .podcast-player .buttons {
    display: flex;
    height: 100%; }
    .podcast-player .buttons .subscribe-menu-button.button-active:after,
    .podcast-player .buttons .share-menu-button.button-active:after {
      content: '';
      position: absolute;
      background-color: var(--player-contrast-text);
      width: 100%;
      bottom: 2px;
      left: 0;
      right: 0;
      height: 2px; }
      @media only screen and (max-width: 767px) {
        .podcast-player .buttons .subscribe-menu-button.button-active:after,
        .podcast-player .buttons .share-menu-button.button-active:after {
          bottom: 4px; } }
  .podcast-player .footer {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 15px 20px 15px; }
    @media only screen and (max-width: 767px) {
      .podcast-player .footer {
        padding: 5px 10px 5px; } }
    @media only screen and (max-width: 575px) {
      .podcast-player .footer {
        padding-top: 15px; } }
    .podcast-player .footer .footer-left .podigee-link {
      display: block;
      padding: 5px;
      margin-left: -5px; }
      .podcast-player .footer .footer-left .podigee-link svg {
        vertical-align: bottom;
        max-width: 80px;
        max-height: 20px; }
        .podcast-player .footer .footer-left .podigee-link svg #circle,
        .podcast-player .footer .footer-left .podigee-link svg #text {
          fill: var(--black); }
        .podcast-player .footer .footer-left .podigee-link svg #waves {
          fill: var(--white); }
        .podcast-player .footer .footer-left .podigee-link svg path {
          transition: fill 0.3s ease-in-out; }
      .podcast-player .footer .footer-left .podigee-link:hover svg #circle {
        fill: var(--podigee-color); }
    .podcast-player .footer .footer-right {
      display: flex;
      align-items: center; }
      .podcast-player .footer .footer-right .items-list {
        display: flex;
        align-items: center;
        list-style-type: none;
        padding: 0;
        margin: 0; }
      .podcast-player .footer .footer-right .share-menu-button,
      .podcast-player .footer .footer-right .subscribe-menu-button {
        color: black;
        font-weight: 500;
        transition: color 0.3s ease-in-out; }
        .podcast-player .footer .footer-right .share-menu-button:hover,
        .podcast-player .footer .footer-right .subscribe-menu-button:hover {
          color: var(--main-player-color); }
      .podcast-player .footer .footer-right .more-menu-button p {
        display: inline-flex;
        justify-content: space-between;
        align-items: center;
        box-sizing: content-box;
        height: 100%;
        width: 26px;
        margin: 0; }
      .podcast-player .footer .footer-right .more-menu-button span {
        display: block;
        width: 6px;
        height: 6px;
        border-radius: 6px;
        background-color: var(--black);
        transition: background-color 0.3s ease-in-out; }
      .podcast-player .footer .footer-right .more-menu-button:hover span {
        background-color: var(--main-player-color); }
      .podcast-player .footer .footer-right .close-menu-button {
        font-weight: 700;
        display: flex;
        align-items: center; }
        .podcast-player .footer .footer-right .close-menu-button svg {
          width: 14px;
          height: 14px;
          fill: var(--black); }
    .podcast-player .footer .list-item {
      z-index: 5; }
      .podcast-player .footer .list-item.share-menu-item, .podcast-player .footer .list-item.subscribe-menu-item, .podcast-player .footer .list-item.more-menu-item {
        z-index: 20; }
      .podcast-player .footer .list-item .list-button {
        color: var(--black);
        transition: color 0.3s ease-in-out;
        font-weight: 500; }
        .podcast-player .footer .list-item .list-button:hover {
          color: var(--main-player-color); }
  .podcast-player.more-menu-open .more-menu {
    z-index: 20; }
  .podcast-player.more-menu-open .footer .list-item.more-menu-item {
    z-index: 20; }
  .podcast-player.more-menu-open .footer .list-item.share-menu-item, .podcast-player.more-menu-open .footer .list-item.subscribe-menu-item {
    z-index: 10; }
  .podcast-player.more-menu-open .footer .list-item .list-button.more-menu-button span {
    background-color: var(--player-contrast-text); }
  .podcast-player .panels-tabs {
    padding-top: 33px;
    display: none; }
    @media only screen and (max-width: 575px) {
      .podcast-player .panels-tabs {
        padding-top: 23px; } }
    .podcast-player .panels-tabs.chaptermarks-open > .podcast-player .panels-tabs.chaptermarks-open-el {
      position: relative; }
      .podcast-player .panels-tabs.chaptermarks-open > .podcast-player .panels-tabs.chaptermarks-open-el::before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0px;
        height: 1px;
        background-color: var(--black); }
    .podcast-player .panels-tabs.single-panel ~ .footer .more-menu-button {
      display: none; }
    .podcast-player .panels-tabs:not(.single-panel) ~ .footer .close-menu-button {
      display: none; }
  .podcast-player .panels-tabs-menu {
    display: flex;
    justify-content: center;
    position: relative; }
    .podcast-player .panels-tabs-menu ul {
      list-style-type: none;
      display: flex;
      padding: 0 0 2px 0;
      margin: 0; }
      @media only screen and (max-width: 767px) {
        .podcast-player .panels-tabs-menu ul {
          padding-left: 10px;
          overflow-x: auto;
          white-space: nowrap; } }
      .podcast-player .panels-tabs-menu ul:before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 1px;
        height: 1px;
        background-color: var(--black); }
      .podcast-player .panels-tabs-menu ul li {
        margin-right: 40px; }
        .podcast-player .panels-tabs-menu ul li:last-child {
          margin-right: 0; }
          @media only screen and (max-width: 767px) {
            .podcast-player .panels-tabs-menu ul li:last-child {
              padding-right: 10px; } }
        .podcast-player .panels-tabs-menu ul li .panels-tab-button {
          padding: 5px 0;
          position: relative;
          font-size: 18px;
          line-height: 23px;
          font-weight: 500; }
          @media only screen and (max-width: 767px) {
            .podcast-player .panels-tabs-menu ul li .panels-tab-button {
              font-size: 16px;
              line-height: 20px; } }
          .podcast-player .panels-tabs-menu ul li .panels-tab-button.button-active:after {
            content: '';
            position: absolute;
            left: 0;
            right: 0;
            bottom: -2px;
            height: 3px;
            background-color: var(--black); }
  .podcast-player .panels {
    padding: 0 20px;
    height: 100% !important;
    max-height: 250px; }
    .podcast-player .panels.single-panel {
      overflow-y: auto; }
    @media only screen and (max-width: 767px) {
      .podcast-player .panels {
        padding: 0 15px; } }
    .podcast-player .panels .single-panel {
      padding-top: 30px; }
      @media only screen and (max-width: 767px) {
        .podcast-player .panels .single-panel {
          padding-top: 20px; } }
      .podcast-player .panels .single-panel .single-panel-title {
        display: none; }
      .podcast-player .panels .single-panel .episode-title,
      .podcast-player .panels .single-panel .episode-subtitle {
        font-size: 16px;
        line-height: 22px;
        font-weight: 600;
        margin: 0 0 15px;
        color: var(--black); }
      .podcast-player .panels .single-panel .episode-subtitle {
        font-weight: 500; }
      .podcast-player .panels .single-panel.playlist, .podcast-player .panels .single-panel.chaptermarks {
        padding-top: 25px; }
        @media only screen and (max-width: 767px) {
          .podcast-player .panels .single-panel.playlist, .podcast-player .panels .single-panel.chaptermarks {
            padding-top: 15px; } }
    .podcast-player .panels .episode-info,
    .podcast-player .panels .transcript-line {
      max-width: 820px; }
    .podcast-player .panels .episode-info a {
      text-decoration: underline; }
    .podcast-player .panels h3 {
      font-size: 18px;
      line-height: 25px;
      margin: 0 0 25px; }
      @media only screen and (max-width: 767px) {
        .podcast-player .panels h3 {
          font-size: 16px;
          line-height: 22px; } }
    .podcast-player .panels p {
      font-size: 16px;
      line-height: 22px; }
  .podcast-player .playlist ul,
  .podcast-player .chaptermarks ul,
  .podcast-player .transcript ul {
    overflow: hidden;
    padding: 0;
    margin: 0; }
  .podcast-player .playlist .single-playlist-episode,
  .podcast-player .playlist .chaptermark,
  .podcast-player .playlist .transcript-line,
  .podcast-player .chaptermarks .single-playlist-episode,
  .podcast-player .chaptermarks .chaptermark,
  .podcast-player .chaptermarks .transcript-line,
  .podcast-player .transcript .single-playlist-episode,
  .podcast-player .transcript .chaptermark,
  .podcast-player .transcript .transcript-line {
    display: flex;
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
    margin-bottom: 20px;
    padding: 5px 0;
    cursor: pointer; }
    @media only screen and (max-width: 767px) {
      .podcast-player .playlist .single-playlist-episode,
      .podcast-player .playlist .chaptermark,
      .podcast-player .playlist .transcript-line,
      .podcast-player .chaptermarks .single-playlist-episode,
      .podcast-player .chaptermarks .chaptermark,
      .podcast-player .chaptermarks .transcript-line,
      .podcast-player .transcript .single-playlist-episode,
      .podcast-player .transcript .chaptermark,
      .podcast-player .transcript .transcript-line {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 10px;
        flex-wrap: wrap; } }
    .podcast-player .playlist .single-playlist-episode .play-icon,
    .podcast-player .playlist .chaptermark .play-icon,
    .podcast-player .playlist .transcript-line .play-icon,
    .podcast-player .chaptermarks .single-playlist-episode .play-icon,
    .podcast-player .chaptermarks .chaptermark .play-icon,
    .podcast-player .chaptermarks .transcript-line .play-icon,
    .podcast-player .transcript .single-playlist-episode .play-icon,
    .podcast-player .transcript .chaptermark .play-icon,
    .podcast-player .transcript .transcript-line .play-icon {
      width: 16px;
      height: 16px;
      padding-right: 2px; }
      @media only screen and (max-width: 767px) {
        .podcast-player .playlist .single-playlist-episode .play-icon,
        .podcast-player .playlist .chaptermark .play-icon,
        .podcast-player .playlist .transcript-line .play-icon,
        .podcast-player .chaptermarks .single-playlist-episode .play-icon,
        .podcast-player .chaptermarks .chaptermark .play-icon,
        .podcast-player .chaptermarks .transcript-line .play-icon,
        .podcast-player .transcript .single-playlist-episode .play-icon,
        .podcast-player .transcript .chaptermark .play-icon,
        .podcast-player .transcript .transcript-line .play-icon {
          width: 14px;
          height: 14px; } }
      @media only screen and (max-width: 575px) {
        .podcast-player .playlist .single-playlist-episode .play-icon,
        .podcast-player .playlist .chaptermark .play-icon,
        .podcast-player .playlist .transcript-line .play-icon,
        .podcast-player .chaptermarks .single-playlist-episode .play-icon,
        .podcast-player .chaptermarks .chaptermark .play-icon,
        .podcast-player .chaptermarks .transcript-line .play-icon,
        .podcast-player .transcript .single-playlist-episode .play-icon,
        .podcast-player .transcript .chaptermark .play-icon,
        .podcast-player .transcript .transcript-line .play-icon {
          width: 12px;
          height: 12px; } }
    .podcast-player .playlist .single-playlist-episode .waveform-icon,
    .podcast-player .playlist .chaptermark .waveform-icon,
    .podcast-player .playlist .transcript-line .waveform-icon,
    .podcast-player .chaptermarks .single-playlist-episode .waveform-icon,
    .podcast-player .chaptermarks .chaptermark .waveform-icon,
    .podcast-player .chaptermarks .transcript-line .waveform-icon,
    .podcast-player .transcript .single-playlist-episode .waveform-icon,
    .podcast-player .transcript .chaptermark .waveform-icon,
    .podcast-player .transcript .transcript-line .waveform-icon {
      display: none;
      width: 16px;
      height: 16px; }
      @media only screen and (max-width: 767px) {
        .podcast-player .playlist .single-playlist-episode .waveform-icon,
        .podcast-player .playlist .chaptermark .waveform-icon,
        .podcast-player .playlist .transcript-line .waveform-icon,
        .podcast-player .chaptermarks .single-playlist-episode .waveform-icon,
        .podcast-player .chaptermarks .chaptermark .waveform-icon,
        .podcast-player .chaptermarks .transcript-line .waveform-icon,
        .podcast-player .transcript .single-playlist-episode .waveform-icon,
        .podcast-player .transcript .chaptermark .waveform-icon,
        .podcast-player .transcript .transcript-line .waveform-icon {
          width: 14px;
          height: 14px; } }
      @media only screen and (max-width: 575px) {
        .podcast-player .playlist .single-playlist-episode .waveform-icon,
        .podcast-player .playlist .chaptermark .waveform-icon,
        .podcast-player .playlist .transcript-line .waveform-icon,
        .podcast-player .chaptermarks .single-playlist-episode .waveform-icon,
        .podcast-player .chaptermarks .chaptermark .waveform-icon,
        .podcast-player .chaptermarks .transcript-line .waveform-icon,
        .podcast-player .transcript .single-playlist-episode .waveform-icon,
        .podcast-player .transcript .chaptermark .waveform-icon,
        .podcast-player .transcript .transcript-line .waveform-icon {
          width: 12px;
          height: 12px; } }
      .podcast-player .playlist .single-playlist-episode .waveform-icon path,
      .podcast-player .playlist .chaptermark .waveform-icon path,
      .podcast-player .playlist .transcript-line .waveform-icon path,
      .podcast-player .chaptermarks .single-playlist-episode .waveform-icon path,
      .podcast-player .chaptermarks .chaptermark .waveform-icon path,
      .podcast-player .chaptermarks .transcript-line .waveform-icon path,
      .podcast-player .transcript .single-playlist-episode .waveform-icon path,
      .podcast-player .transcript .chaptermark .waveform-icon path,
      .podcast-player .transcript .transcript-line .waveform-icon path {
        fill: var(--main-player-color); }
    .podcast-player .playlist .single-playlist-episode .playlist-episode-duration,
    .podcast-player .playlist .single-playlist-episode .chaptermark-start,
    .podcast-player .playlist .single-playlist-episode .transcript-line-timestamp,
    .podcast-player .playlist .chaptermark .playlist-episode-duration,
    .podcast-player .playlist .chaptermark .chaptermark-start,
    .podcast-player .playlist .chaptermark .transcript-line-timestamp,
    .podcast-player .playlist .transcript-line .playlist-episode-duration,
    .podcast-player .playlist .transcript-line .chaptermark-start,
    .podcast-player .playlist .transcript-line .transcript-line-timestamp,
    .podcast-player .chaptermarks .single-playlist-episode .playlist-episode-duration,
    .podcast-player .chaptermarks .single-playlist-episode .chaptermark-start,
    .podcast-player .chaptermarks .single-playlist-episode .transcript-line-timestamp,
    .podcast-player .chaptermarks .chaptermark .playlist-episode-duration,
    .podcast-player .chaptermarks .chaptermark .chaptermark-start,
    .podcast-player .chaptermarks .chaptermark .transcript-line-timestamp,
    .podcast-player .chaptermarks .transcript-line .playlist-episode-duration,
    .podcast-player .chaptermarks .transcript-line .chaptermark-start,
    .podcast-player .chaptermarks .transcript-line .transcript-line-timestamp,
    .podcast-player .transcript .single-playlist-episode .playlist-episode-duration,
    .podcast-player .transcript .single-playlist-episode .chaptermark-start,
    .podcast-player .transcript .single-playlist-episode .transcript-line-timestamp,
    .podcast-player .transcript .chaptermark .playlist-episode-duration,
    .podcast-player .transcript .chaptermark .chaptermark-start,
    .podcast-player .transcript .chaptermark .transcript-line-timestamp,
    .podcast-player .transcript .transcript-line .playlist-episode-duration,
    .podcast-player .transcript .transcript-line .chaptermark-start,
    .podcast-player .transcript .transcript-line .transcript-line-timestamp {
      color: var(--grey);
      margin-left: auto; }
      @media only screen and (max-width: 767px) {
        .podcast-player .playlist .single-playlist-episode .playlist-episode-duration,
        .podcast-player .playlist .single-playlist-episode .chaptermark-start,
        .podcast-player .playlist .single-playlist-episode .transcript-line-timestamp,
        .podcast-player .playlist .chaptermark .playlist-episode-duration,
        .podcast-player .playlist .chaptermark .chaptermark-start,
        .podcast-player .playlist .chaptermark .transcript-line-timestamp,
        .podcast-player .playlist .transcript-line .playlist-episode-duration,
        .podcast-player .playlist .transcript-line .chaptermark-start,
        .podcast-player .playlist .transcript-line .transcript-line-timestamp,
        .podcast-player .chaptermarks .single-playlist-episode .playlist-episode-duration,
        .podcast-player .chaptermarks .single-playlist-episode .chaptermark-start,
        .podcast-player .chaptermarks .single-playlist-episode .transcript-line-timestamp,
        .podcast-player .chaptermarks .chaptermark .playlist-episode-duration,
        .podcast-player .chaptermarks .chaptermark .chaptermark-start,
        .podcast-player .chaptermarks .chaptermark .transcript-line-timestamp,
        .podcast-player .chaptermarks .transcript-line .playlist-episode-duration,
        .podcast-player .chaptermarks .transcript-line .chaptermark-start,
        .podcast-player .chaptermarks .transcript-line .transcript-line-timestamp,
        .podcast-player .transcript .single-playlist-episode .playlist-episode-duration,
        .podcast-player .transcript .single-playlist-episode .chaptermark-start,
        .podcast-player .transcript .single-playlist-episode .transcript-line-timestamp,
        .podcast-player .transcript .chaptermark .playlist-episode-duration,
        .podcast-player .transcript .chaptermark .chaptermark-start,
        .podcast-player .transcript .chaptermark .transcript-line-timestamp,
        .podcast-player .transcript .transcript-line .playlist-episode-duration,
        .podcast-player .transcript .transcript-line .chaptermark-start,
        .podcast-player .transcript .transcript-line .transcript-line-timestamp {
          font-size: 14px;
          line-height: 20px;
          margin-left: 24px; } }
      @media only screen and (max-width: 575px) {
        .podcast-player .playlist .single-playlist-episode .playlist-episode-duration,
        .podcast-player .playlist .single-playlist-episode .chaptermark-start,
        .podcast-player .playlist .single-playlist-episode .transcript-line-timestamp,
        .podcast-player .playlist .chaptermark .playlist-episode-duration,
        .podcast-player .playlist .chaptermark .chaptermark-start,
        .podcast-player .playlist .chaptermark .transcript-line-timestamp,
        .podcast-player .playlist .transcript-line .playlist-episode-duration,
        .podcast-player .playlist .transcript-line .chaptermark-start,
        .podcast-player .playlist .transcript-line .transcript-line-timestamp,
        .podcast-player .chaptermarks .single-playlist-episode .playlist-episode-duration,
        .podcast-player .chaptermarks .single-playlist-episode .chaptermark-start,
        .podcast-player .chaptermarks .single-playlist-episode .transcript-line-timestamp,
        .podcast-player .chaptermarks .chaptermark .playlist-episode-duration,
        .podcast-player .chaptermarks .chaptermark .chaptermark-start,
        .podcast-player .chaptermarks .chaptermark .transcript-line-timestamp,
        .podcast-player .chaptermarks .transcript-line .playlist-episode-duration,
        .podcast-player .chaptermarks .transcript-line .chaptermark-start,
        .podcast-player .chaptermarks .transcript-line .transcript-line-timestamp,
        .podcast-player .transcript .single-playlist-episode .playlist-episode-duration,
        .podcast-player .transcript .single-playlist-episode .chaptermark-start,
        .podcast-player .transcript .single-playlist-episode .transcript-line-timestamp,
        .podcast-player .transcript .chaptermark .playlist-episode-duration,
        .podcast-player .transcript .chaptermark .chaptermark-start,
        .podcast-player .transcript .chaptermark .transcript-line-timestamp,
        .podcast-player .transcript .transcript-line .playlist-episode-duration,
        .podcast-player .transcript .transcript-line .chaptermark-start,
        .podcast-player .transcript .transcript-line .transcript-line-timestamp {
          margin-left: 22px; } }
    @media only screen and (max-width: 767px) {
      .podcast-player .playlist .single-playlist-episode .chaptermark-start,
      .podcast-player .playlist .chaptermark .chaptermark-start,
      .podcast-player .playlist .transcript-line .chaptermark-start,
      .podcast-player .chaptermarks .single-playlist-episode .chaptermark-start,
      .podcast-player .chaptermarks .chaptermark .chaptermark-start,
      .podcast-player .chaptermarks .transcript-line .chaptermark-start,
      .podcast-player .transcript .single-playlist-episode .chaptermark-start,
      .podcast-player .transcript .chaptermark .chaptermark-start,
      .podcast-player .transcript .transcript-line .chaptermark-start {
        margin-left: auto; } }
    .podcast-player .playlist .single-playlist-episode .transcript-line-timestamp,
    .podcast-player .playlist .chaptermark .transcript-line-timestamp,
    .podcast-player .playlist .transcript-line .transcript-line-timestamp,
    .podcast-player .chaptermarks .single-playlist-episode .transcript-line-timestamp,
    .podcast-player .chaptermarks .chaptermark .transcript-line-timestamp,
    .podcast-player .chaptermarks .transcript-line .transcript-line-timestamp,
    .podcast-player .transcript .single-playlist-episode .transcript-line-timestamp,
    .podcast-player .transcript .chaptermark .transcript-line-timestamp,
    .podcast-player .transcript .transcript-line .transcript-line-timestamp {
      margin-left: 0;
      color: var(--black);
      font-weight: 600; }
    .podcast-player .playlist .single-playlist-episode .playlist-episode-info,
    .podcast-player .playlist .single-playlist-episode .chaptermark-info,
    .podcast-player .playlist .single-playlist-episode .transcript-info,
    .podcast-player .playlist .chaptermark .playlist-episode-info,
    .podcast-player .playlist .chaptermark .chaptermark-info,
    .podcast-player .playlist .chaptermark .transcript-info,
    .podcast-player .playlist .transcript-line .playlist-episode-info,
    .podcast-player .playlist .transcript-line .chaptermark-info,
    .podcast-player .playlist .transcript-line .transcript-info,
    .podcast-player .chaptermarks .single-playlist-episode .playlist-episode-info,
    .podcast-player .chaptermarks .single-playlist-episode .chaptermark-info,
    .podcast-player .chaptermarks .single-playlist-episode .transcript-info,
    .podcast-player .chaptermarks .chaptermark .playlist-episode-info,
    .podcast-player .chaptermarks .chaptermark .chaptermark-info,
    .podcast-player .chaptermarks .chaptermark .transcript-info,
    .podcast-player .chaptermarks .transcript-line .playlist-episode-info,
    .podcast-player .chaptermarks .transcript-line .chaptermark-info,
    .podcast-player .chaptermarks .transcript-line .transcript-info,
    .podcast-player .transcript .single-playlist-episode .playlist-episode-info,
    .podcast-player .transcript .single-playlist-episode .chaptermark-info,
    .podcast-player .transcript .single-playlist-episode .transcript-info,
    .podcast-player .transcript .chaptermark .playlist-episode-info,
    .podcast-player .transcript .chaptermark .chaptermark-info,
    .podcast-player .transcript .chaptermark .transcript-info,
    .podcast-player .transcript .transcript-line .playlist-episode-info,
    .podcast-player .transcript .transcript-line .chaptermark-info,
    .podcast-player .transcript .transcript-line .transcript-info {
      display: flex;
      padding-right: 5px; }
      @media only screen and (max-width: 767px) {
        .podcast-player .playlist .single-playlist-episode .playlist-episode-info,
        .podcast-player .playlist .single-playlist-episode .chaptermark-info,
        .podcast-player .playlist .single-playlist-episode .transcript-info,
        .podcast-player .playlist .chaptermark .playlist-episode-info,
        .podcast-player .playlist .chaptermark .chaptermark-info,
        .podcast-player .playlist .chaptermark .transcript-info,
        .podcast-player .playlist .transcript-line .playlist-episode-info,
        .podcast-player .playlist .transcript-line .chaptermark-info,
        .podcast-player .playlist .transcript-line .transcript-info,
        .podcast-player .chaptermarks .single-playlist-episode .playlist-episode-info,
        .podcast-player .chaptermarks .single-playlist-episode .chaptermark-info,
        .podcast-player .chaptermarks .single-playlist-episode .transcript-info,
        .podcast-player .chaptermarks .chaptermark .playlist-episode-info,
        .podcast-player .chaptermarks .chaptermark .chaptermark-info,
        .podcast-player .chaptermarks .chaptermark .transcript-info,
        .podcast-player .chaptermarks .transcript-line .playlist-episode-info,
        .podcast-player .chaptermarks .transcript-line .chaptermark-info,
        .podcast-player .chaptermarks .transcript-line .transcript-info,
        .podcast-player .transcript .single-playlist-episode .playlist-episode-info,
        .podcast-player .transcript .single-playlist-episode .chaptermark-info,
        .podcast-player .transcript .single-playlist-episode .transcript-info,
        .podcast-player .transcript .chaptermark .playlist-episode-info,
        .podcast-player .transcript .chaptermark .chaptermark-info,
        .podcast-player .transcript .chaptermark .transcript-info,
        .podcast-player .transcript .transcript-line .playlist-episode-info,
        .podcast-player .transcript .transcript-line .chaptermark-info,
        .podcast-player .transcript .transcript-line .transcript-info {
          padding-right: 0; } }
      .podcast-player .playlist .single-playlist-episode .playlist-episode-info .list-play-icon,
      .podcast-player .playlist .single-playlist-episode .chaptermark-info .list-play-icon,
      .podcast-player .playlist .single-playlist-episode .transcript-info .list-play-icon,
      .podcast-player .playlist .chaptermark .playlist-episode-info .list-play-icon,
      .podcast-player .playlist .chaptermark .chaptermark-info .list-play-icon,
      .podcast-player .playlist .chaptermark .transcript-info .list-play-icon,
      .podcast-player .playlist .transcript-line .playlist-episode-info .list-play-icon,
      .podcast-player .playlist .transcript-line .chaptermark-info .list-play-icon,
      .podcast-player .playlist .transcript-line .transcript-info .list-play-icon,
      .podcast-player .chaptermarks .single-playlist-episode .playlist-episode-info .list-play-icon,
      .podcast-player .chaptermarks .single-playlist-episode .chaptermark-info .list-play-icon,
      .podcast-player .chaptermarks .single-playlist-episode .transcript-info .list-play-icon,
      .podcast-player .chaptermarks .chaptermark .playlist-episode-info .list-play-icon,
      .podcast-player .chaptermarks .chaptermark .chaptermark-info .list-play-icon,
      .podcast-player .chaptermarks .chaptermark .transcript-info .list-play-icon,
      .podcast-player .chaptermarks .transcript-line .playlist-episode-info .list-play-icon,
      .podcast-player .chaptermarks .transcript-line .chaptermark-info .list-play-icon,
      .podcast-player .chaptermarks .transcript-line .transcript-info .list-play-icon,
      .podcast-player .transcript .single-playlist-episode .playlist-episode-info .list-play-icon,
      .podcast-player .transcript .single-playlist-episode .chaptermark-info .list-play-icon,
      .podcast-player .transcript .single-playlist-episode .transcript-info .list-play-icon,
      .podcast-player .transcript .chaptermark .playlist-episode-info .list-play-icon,
      .podcast-player .transcript .chaptermark .chaptermark-info .list-play-icon,
      .podcast-player .transcript .chaptermark .transcript-info .list-play-icon,
      .podcast-player .transcript .transcript-line .playlist-episode-info .list-play-icon,
      .podcast-player .transcript .transcript-line .chaptermark-info .list-play-icon,
      .podcast-player .transcript .transcript-line .transcript-info .list-play-icon {
        display: flex;
        margin-right: 23px;
        align-items: center; }
        @media only screen and (max-width: 767px) {
          .podcast-player .playlist .single-playlist-episode .playlist-episode-info .list-play-icon,
          .podcast-player .playlist .single-playlist-episode .chaptermark-info .list-play-icon,
          .podcast-player .playlist .single-playlist-episode .transcript-info .list-play-icon,
          .podcast-player .playlist .chaptermark .playlist-episode-info .list-play-icon,
          .podcast-player .playlist .chaptermark .chaptermark-info .list-play-icon,
          .podcast-player .playlist .chaptermark .transcript-info .list-play-icon,
          .podcast-player .playlist .transcript-line .playlist-episode-info .list-play-icon,
          .podcast-player .playlist .transcript-line .chaptermark-info .list-play-icon,
          .podcast-player .playlist .transcript-line .transcript-info .list-play-icon,
          .podcast-player .chaptermarks .single-playlist-episode .playlist-episode-info .list-play-icon,
          .podcast-player .chaptermarks .single-playlist-episode .chaptermark-info .list-play-icon,
          .podcast-player .chaptermarks .single-playlist-episode .transcript-info .list-play-icon,
          .podcast-player .chaptermarks .chaptermark .playlist-episode-info .list-play-icon,
          .podcast-player .chaptermarks .chaptermark .chaptermark-info .list-play-icon,
          .podcast-player .chaptermarks .chaptermark .transcript-info .list-play-icon,
          .podcast-player .chaptermarks .transcript-line .playlist-episode-info .list-play-icon,
          .podcast-player .chaptermarks .transcript-line .chaptermark-info .list-play-icon,
          .podcast-player .chaptermarks .transcript-line .transcript-info .list-play-icon,
          .podcast-player .transcript .single-playlist-episode .playlist-episode-info .list-play-icon,
          .podcast-player .transcript .single-playlist-episode .chaptermark-info .list-play-icon,
          .podcast-player .transcript .single-playlist-episode .transcript-info .list-play-icon,
          .podcast-player .transcript .chaptermark .playlist-episode-info .list-play-icon,
          .podcast-player .transcript .chaptermark .chaptermark-info .list-play-icon,
          .podcast-player .transcript .chaptermark .transcript-info .list-play-icon,
          .podcast-player .transcript .transcript-line .playlist-episode-info .list-play-icon,
          .podcast-player .transcript .transcript-line .chaptermark-info .list-play-icon,
          .podcast-player .transcript .transcript-line .transcript-info .list-play-icon {
            margin-right: 10px; } }
      .podcast-player .playlist .single-playlist-episode .playlist-episode-info .playlist-episode-number,
      .podcast-player .playlist .single-playlist-episode .chaptermark-info .playlist-episode-number,
      .podcast-player .playlist .single-playlist-episode .transcript-info .playlist-episode-number,
      .podcast-player .playlist .chaptermark .playlist-episode-info .playlist-episode-number,
      .podcast-player .playlist .chaptermark .chaptermark-info .playlist-episode-number,
      .podcast-player .playlist .chaptermark .transcript-info .playlist-episode-number,
      .podcast-player .playlist .transcript-line .playlist-episode-info .playlist-episode-number,
      .podcast-player .playlist .transcript-line .chaptermark-info .playlist-episode-number,
      .podcast-player .playlist .transcript-line .transcript-info .playlist-episode-number,
      .podcast-player .chaptermarks .single-playlist-episode .playlist-episode-info .playlist-episode-number,
      .podcast-player .chaptermarks .single-playlist-episode .chaptermark-info .playlist-episode-number,
      .podcast-player .chaptermarks .single-playlist-episode .transcript-info .playlist-episode-number,
      .podcast-player .chaptermarks .chaptermark .playlist-episode-info .playlist-episode-number,
      .podcast-player .chaptermarks .chaptermark .chaptermark-info .playlist-episode-number,
      .podcast-player .chaptermarks .chaptermark .transcript-info .playlist-episode-number,
      .podcast-player .chaptermarks .transcript-line .playlist-episode-info .playlist-episode-number,
      .podcast-player .chaptermarks .transcript-line .chaptermark-info .playlist-episode-number,
      .podcast-player .chaptermarks .transcript-line .transcript-info .playlist-episode-number,
      .podcast-player .transcript .single-playlist-episode .playlist-episode-info .playlist-episode-number,
      .podcast-player .transcript .single-playlist-episode .chaptermark-info .playlist-episode-number,
      .podcast-player .transcript .single-playlist-episode .transcript-info .playlist-episode-number,
      .podcast-player .transcript .chaptermark .playlist-episode-info .playlist-episode-number,
      .podcast-player .transcript .chaptermark .chaptermark-info .playlist-episode-number,
      .podcast-player .transcript .chaptermark .transcript-info .playlist-episode-number,
      .podcast-player .transcript .transcript-line .playlist-episode-info .playlist-episode-number,
      .podcast-player .transcript .transcript-line .chaptermark-info .playlist-episode-number,
      .podcast-player .transcript .transcript-line .transcript-info .playlist-episode-number {
        margin-right: 8px; }
    .podcast-player .playlist .single-playlist-episode .transcript-info,
    .podcast-player .playlist .chaptermark .transcript-info,
    .podcast-player .playlist .transcript-line .transcript-info,
    .podcast-player .chaptermarks .single-playlist-episode .transcript-info,
    .podcast-player .chaptermarks .chaptermark .transcript-info,
    .podcast-player .chaptermarks .transcript-line .transcript-info,
    .podcast-player .transcript .single-playlist-episode .transcript-info,
    .podcast-player .transcript .chaptermark .transcript-info,
    .podcast-player .transcript .transcript-line .transcript-info {
      margin-bottom: 5px; }
      .podcast-player .playlist .single-playlist-episode .transcript-info .list-play-icon,
      .podcast-player .playlist .chaptermark .transcript-info .list-play-icon,
      .podcast-player .playlist .transcript-line .transcript-info .list-play-icon,
      .podcast-player .chaptermarks .single-playlist-episode .transcript-info .list-play-icon,
      .podcast-player .chaptermarks .chaptermark .transcript-info .list-play-icon,
      .podcast-player .chaptermarks .transcript-line .transcript-info .list-play-icon,
      .podcast-player .transcript .single-playlist-episode .transcript-info .list-play-icon,
      .podcast-player .transcript .chaptermark .transcript-info .list-play-icon,
      .podcast-player .transcript .transcript-line .transcript-info .list-play-icon {
        margin-right: 10px; }
    .podcast-player .playlist .single-playlist-episode .transcript-line-text,
    .podcast-player .playlist .chaptermark .transcript-line-text,
    .podcast-player .playlist .transcript-line .transcript-line-text,
    .podcast-player .chaptermarks .single-playlist-episode .transcript-line-text,
    .podcast-player .chaptermarks .chaptermark .transcript-line-text,
    .podcast-player .chaptermarks .transcript-line .transcript-line-text,
    .podcast-player .transcript .single-playlist-episode .transcript-line-text,
    .podcast-player .transcript .chaptermark .transcript-line-text,
    .podcast-player .transcript .transcript-line .transcript-line-text {
      font-weight: 400; }
    .podcast-player .playlist .single-playlist-episode.active,
    .podcast-player .playlist .chaptermark.active,
    .podcast-player .playlist .transcript-line.active,
    .podcast-player .chaptermarks .single-playlist-episode.active,
    .podcast-player .chaptermarks .chaptermark.active,
    .podcast-player .chaptermarks .transcript-line.active,
    .podcast-player .transcript .single-playlist-episode.active,
    .podcast-player .transcript .chaptermark.active,
    .podcast-player .transcript .transcript-line.active {
      color: var(--main-player-color); }
      .podcast-player .playlist .single-playlist-episode.active .play-icon,
      .podcast-player .playlist .chaptermark.active .play-icon,
      .podcast-player .playlist .transcript-line.active .play-icon,
      .podcast-player .chaptermarks .single-playlist-episode.active .play-icon,
      .podcast-player .chaptermarks .chaptermark.active .play-icon,
      .podcast-player .chaptermarks .transcript-line.active .play-icon,
      .podcast-player .transcript .single-playlist-episode.active .play-icon,
      .podcast-player .transcript .chaptermark.active .play-icon,
      .podcast-player .transcript .transcript-line.active .play-icon {
        display: none; }
      .podcast-player .playlist .single-playlist-episode.active .waveform-icon,
      .podcast-player .playlist .chaptermark.active .waveform-icon,
      .podcast-player .playlist .transcript-line.active .waveform-icon,
      .podcast-player .chaptermarks .single-playlist-episode.active .waveform-icon,
      .podcast-player .chaptermarks .chaptermark.active .waveform-icon,
      .podcast-player .chaptermarks .transcript-line.active .waveform-icon,
      .podcast-player .transcript .single-playlist-episode.active .waveform-icon,
      .podcast-player .transcript .chaptermark.active .waveform-icon,
      .podcast-player .transcript .transcript-line.active .waveform-icon {
        display: block; }
  @media only screen and (max-width: 767px) {
    .podcast-player .playlist .chaptermark,
    .podcast-player .chaptermarks .chaptermark,
    .podcast-player .transcript .chaptermark {
      flex-wrap: nowrap; } }
  .podcast-player .playlist .transcript-line,
  .podcast-player .chaptermarks .transcript-line,
  .podcast-player .transcript .transcript-line {
    flex-direction: column; }
  .podcast-player .playlist .buttons,
  .podcast-player .chaptermarks .buttons,
  .podcast-player .transcript .buttons {
    text-align: center;
    justify-content: center; }
    .podcast-player .playlist .buttons button.load-more,
    .podcast-player .chaptermarks .buttons button.load-more,
    .podcast-player .transcript .buttons button.load-more {
      width: auto;
      font-weight: 700; }
  .podcast-player .display-sm-desktop {
    display: flex; }
    @media only screen and (max-width: 575px) {
      .podcast-player .display-sm-desktop {
        display: none; } }
  .podcast-player .display-xs-mobile {
    display: none; }
    @media only screen and (max-width: 575px) {
      .podcast-player .display-xs-mobile {
        display: flex; } }
  .podcast-player .truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .podcast-player .hover-opacity {
    transition: opacity 0.3s ease-in-out; }
    .podcast-player .hover-opacity:hover {
      opacity: 0.88; }
  .podcast-player .more-menu button {
    display: block;
    color: var(--player-contrast-text);
    font-size: 18px;
    line-height: 25px;
    transition: color 0.3s ease-in-out;
    font-weight: 500; }
    @media only screen and (max-width: 767px) {
      .podcast-player .more-menu button {
        font-size: 16px;
        line-height: 22px; } }
    .podcast-player .more-menu button:hover {
      color: var(--main-player-light-color); }
    .podcast-player .more-menu button::before {
      content: ''; }
  .podcast-player .panels[class$='open']:not(.single-panel).more-menu-open ~ .footer .subscribe-menu-button,
  .podcast-player .panels[class$='open']:not(.single-panel).more-menu-open ~ .footer .share-menu-button, .podcast-player .panels[class$='open']:not(.single-panel).more-menu ~ .footer .subscribe-menu-button,
  .podcast-player .panels[class$='open']:not(.single-panel).more-menu ~ .footer .share-menu-button {
    display: none; }
  .podcast-player .panels[class$='open']:not(.single-panel).more-menu-open ~ .footer .more-menu-button span, .podcast-player .panels[class$='open']:not(.single-panel).more-menu ~ .footer .more-menu-button span {
    background-color: var(--player-contrast-text); }
  .podcast-player .panels[class$='open']:not(.single-panel).share-menu ~ .footer .subscribe-menu-button,
  .podcast-player .panels[class$='open']:not(.single-panel).share-menu ~ .footer .share-menu-button,
  .podcast-player .panels[class$='open']:not(.single-panel).share-menu ~ .footer .close-menu-button, .podcast-player .panels[class$='open']:not(.single-panel).subscribe-menu ~ .footer .subscribe-menu-button,
  .podcast-player .panels[class$='open']:not(.single-panel).subscribe-menu ~ .footer .share-menu-button,
  .podcast-player .panels[class$='open']:not(.single-panel).subscribe-menu ~ .footer .close-menu-button, .podcast-player .panels[class$='open']:not(.single-panel).share-menu-open ~ .footer .subscribe-menu-button,
  .podcast-player .panels[class$='open']:not(.single-panel).share-menu-open ~ .footer .share-menu-button,
  .podcast-player .panels[class$='open']:not(.single-panel).share-menu-open ~ .footer .close-menu-button, .podcast-player .panels[class$='open']:not(.single-panel).subscribe-menu-open ~ .footer .subscribe-menu-button,
  .podcast-player .panels[class$='open']:not(.single-panel).subscribe-menu-open ~ .footer .share-menu-button,
  .podcast-player .panels[class$='open']:not(.single-panel).subscribe-menu-open ~ .footer .close-menu-button {
    color: var(--player-contrast-text); }
    .podcast-player .panels[class$='open']:not(.single-panel).share-menu ~ .footer .subscribe-menu-button svg,
    .podcast-player .panels[class$='open']:not(.single-panel).share-menu ~ .footer .share-menu-button svg,
    .podcast-player .panels[class$='open']:not(.single-panel).share-menu ~ .footer .close-menu-button svg, .podcast-player .panels[class$='open']:not(.single-panel).subscribe-menu ~ .footer .subscribe-menu-button svg,
    .podcast-player .panels[class$='open']:not(.single-panel).subscribe-menu ~ .footer .share-menu-button svg,
    .podcast-player .panels[class$='open']:not(.single-panel).subscribe-menu ~ .footer .close-menu-button svg, .podcast-player .panels[class$='open']:not(.single-panel).share-menu-open ~ .footer .subscribe-menu-button svg,
    .podcast-player .panels[class$='open']:not(.single-panel).share-menu-open ~ .footer .share-menu-button svg,
    .podcast-player .panels[class$='open']:not(.single-panel).share-menu-open ~ .footer .close-menu-button svg, .podcast-player .panels[class$='open']:not(.single-panel).subscribe-menu-open ~ .footer .subscribe-menu-button svg,
    .podcast-player .panels[class$='open']:not(.single-panel).subscribe-menu-open ~ .footer .share-menu-button svg,
    .podcast-player .panels[class$='open']:not(.single-panel).subscribe-menu-open ~ .footer .close-menu-button svg {
      fill: var(--player-contrast-text); }
  .podcast-player .panels[class$='open']:not(.single-panel).share-menu ~ .footer .more-menu-button span, .podcast-player .panels[class$='open']:not(.single-panel).subscribe-menu ~ .footer .more-menu-button span, .podcast-player .panels[class$='open']:not(.single-panel).share-menu-open ~ .footer .more-menu-button span, .podcast-player .panels[class$='open']:not(.single-panel).subscribe-menu-open ~ .footer .more-menu-button span {
    background-color: var(--player-contrast-text); }
  .podcast-player .panels[class$='open']:not(.single-panel).share-menu ~ .footer .footer-left, .podcast-player .panels[class$='open']:not(.single-panel).subscribe-menu ~ .footer .footer-left, .podcast-player .panels[class$='open']:not(.single-panel).share-menu-open ~ .footer .footer-left, .podcast-player .panels[class$='open']:not(.single-panel).subscribe-menu-open ~ .footer .footer-left {
    z-index: 20; }
    @media only screen and (max-width: 575px) {
      .podcast-player .panels[class$='open']:not(.single-panel).share-menu ~ .footer .footer-left #circle,
      .podcast-player .panels[class$='open']:not(.single-panel).share-menu ~ .footer .footer-left #text, .podcast-player .panels[class$='open']:not(.single-panel).subscribe-menu ~ .footer .footer-left #circle,
      .podcast-player .panels[class$='open']:not(.single-panel).subscribe-menu ~ .footer .footer-left #text, .podcast-player .panels[class$='open']:not(.single-panel).share-menu-open ~ .footer .footer-left #circle,
      .podcast-player .panels[class$='open']:not(.single-panel).share-menu-open ~ .footer .footer-left #text, .podcast-player .panels[class$='open']:not(.single-panel).subscribe-menu-open ~ .footer .footer-left #circle,
      .podcast-player .panels[class$='open']:not(.single-panel).subscribe-menu-open ~ .footer .footer-left #text {
        fill: white; } }
    @media only screen and (max-width: 575px) {
      .podcast-player .panels[class$='open']:not(.single-panel).share-menu ~ .footer .footer-left #waves, .podcast-player .panels[class$='open']:not(.single-panel).subscribe-menu ~ .footer .footer-left #waves, .podcast-player .panels[class$='open']:not(.single-panel).share-menu-open ~ .footer .footer-left #waves, .podcast-player .panels[class$='open']:not(.single-panel).subscribe-menu-open ~ .footer .footer-left #waves {
        fill: var(--main-player-color); } }
  @media only screen and (max-width: 767px) {
    .podcast-player .panels[class$='open']:not(.single-panel).more-menu-open .more-menu, .podcast-player .panels[class$='open']:not(.single-panel).more-menu .more-menu {
      display: flex !important; } }
  .podcast-player .panels[class$='open']:not(.single-panel).share-menu-open .share-menu, .podcast-player .panels[class$='open']:not(.single-panel).share-menu .share-menu {
    display: flex !important; }
  .podcast-player .panels[class$='open']:not(.single-panel).subscribe-menu-open .subscribe-menu, .podcast-player .panels[class$='open']:not(.single-panel).subscribe-menu .subscribe-menu {
    display: flex !important; }
  .podcast-player .panels[class$='open']:not(.single-panel) ~ .footer button {
    position: relative;
    z-index: 1; }
    .podcast-player .panels[class$='open']:not(.single-panel) ~ .footer button.more-menu-button {
      z-index: 1; }
      .podcast-player .panels[class$='open']:not(.single-panel) ~ .footer button.more-menu-button span {
        background-color: white; }
  .podcast-player .single-panel .single-panel-title {
    display: none; }
  .podcast-player .single-panel .episode-title,
  .podcast-player .single-panel .episode-subtitle {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    margin: 0 0 15px;
    color: var(--black); }
  .podcast-player .single-panel .episode-subtitle {
    font-weight: 500; }
  .podcast-player .single-panel.playlist, .podcast-player .single-panel.chaptermarks {
    padding-top: 25px; }
    @media only screen and (max-width: 767px) {
      .podcast-player .single-panel.playlist, .podcast-player .single-panel.chaptermarks {
        padding-top: 15px; } }
  .podcast-player .episode-info,
  .podcast-player .transcript-line {
    max-width: 820px; }
  .podcast-player .episode-info img,
  .podcast-player .episode-info .episode-description img {
    max-width: 100%;
    height: auto; }
  .podcast-player h3 {
    font-size: 18px;
    line-height: 25px;
    margin: 0 0 25px; }
    @media only screen and (max-width: 767px) {
      .podcast-player h3 {
        font-size: 16px;
        line-height: 22px; } }
  .podcast-player p {
    font-size: 16px;
    line-height: 22px; }

.chaptermarks-open .chaptermarks-open-el {
  position: relative; }
  .chaptermarks-open .chaptermarks-open-el::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    height: 3px;
    background-color: var(--black); }

.transcript-open .transcript-open-el {
  position: relative; }
  .transcript-open .transcript-open-el::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    height: 3px;
    background-color: var(--black); }

.episode-info-open .episode-info-open-el {
  position: relative; }
  .episode-info-open .episode-info-open-el::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    height: 3px;
    background-color: var(--black); }

.playlist-open .playlist-open-el {
  position: relative; }
  .playlist-open .playlist-open-el::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    height: 3px;
    background-color: var(--black); }
