:root {
  --plyr-range-thumb-height: 8px;
  --plyr-range-track-height: 2px;
  --plyr-mini-player-height: 160px;
  --plyr-control-height: calc( var(--plyr-control-icon-size, 18px) + var(--plyr-control-spacing,10px) * 1.4 + 20px );
  --plyr-line: 1;
  --plyr-line-height: 1.5;
}
body{
  margin: 0;
}
.plyr--full-ui input[data-plyr="volume"]{
  color: currentColor;
}
.fixed-bottom .plyr{
  --plyr-video-progress-buffered-background: rgba(193, 200, 209, 0.6);
}
/* global */
.plyr {
  font-family: inherit;
  border-radius: inherit;
  position: relative;
  z-index: 1;
  min-height: var(--plyr-control-height);
  background-color: inherit;
}
.plyr__control{
  line-height: 1;
  font-size: 14px;
}
.plyr__timer{
  display: flex;
}

.plyr__time {
  font-size: 11px;
  opacity: 0.5;
  margin: 0 4px;
}

/* icons */
.icon-play:after{
  content: "";
  display: inline-block;
  border: 0.375em solid transparent;
  border-left-color: currentColor;
  border-left-width: 0.625em;
}

.icon-plus{
  border: none;
  padding: 0.75rem 0.375rem;
  background-color: transparent;
  color: currentColor;
  position: relative;
}
.icon-plus:before,
.icon-plus:after{
  content: "";
  display: block;
  width: 1em;
  height: 2px;
  background-color: currentColor;
  opacity: 0.5;
  border-radius: 2px;
}
.icon-plus:after{
  width: 2px;
  height: 1em;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.icon-plus:hover:before,
.icon-plus:hover:after{
  opacity: 1;
}

.icon-playlist,
.icon-playlist:before,
.icon-playlist:after{
  content: "";
  display: inline-block !important;
  width: 0.6em;
  height: 2px;
  background-color: currentColor;
  position: relative;
  vertical-align: middle;
  border-radius: 1px;
  opacity: 0.5;
}
.icon-playlist:before{
  position: absolute;
  top: -3px;
  width: 0.8em;
}
.icon-playlist:after{
  position: absolute;
  bottom: -3px;
  width: 0.4em;
}

/* button */
.btn-play-now{
  cursor: pointer;
}
.btn-play-wrap{
  display: flex;
  align-items: center;
}
.btn-play{
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 100%;
  display: inline-block;
  padding: 0 !important;
  position: relative;
  outline: none;
  vertical-align: middle;
  background-color: #fff;
  color: #333;
  cursor: pointer;
  transition: box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  outline: 0 !important;
}

.btn-play:before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  border: 0.5em solid transparent;
  border-left-color: currentColor;
  border-left-width: 0.75em;
  margin-left: 0.375em;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
}
.btn-play.active:before {
  width: 0.75em;
  height: 1em;
  min-width: 0.5em;
  border-top-width: 0;
  border-bottom-width: 0;
  border-left-width: 0.25em;
  border-right-width: 0.25em;
  border-color: currentColor;
  margin: 0;
}
.btn-play:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
  transform: translate3d(0, -1px, 0);
}
.is--repeat svg,
.is--shuffle svg {
  fill: #c02afe;
}

.btn-like svg {
  fill: none;
  width: 16px;
  height: 16px;
  stroke-width: 2;
  stroke: currentColor;
}

[data-plyr="like"] .icon--pressed,
.btn-like.active svg {
  fill: currentColor;
}

.is-buffering [data-plyr="play"]{
  min-width: calc( var(--plyr-control-icon-size, 18px) + var(--plyr-control-spacing,10px) * 1.4);
  min-height: calc( var(--plyr-control-icon-size, 18px) + var(--plyr-control-spacing,10px) * 1.4);
}
.is-buffering [data-plyr="play"]:after,
.is-buffering .fixed-bottom .plyr--video:after,
.is-buffering [data-play-id].active > .post-thumbnail .btn-play:after,
.is-buffering [data-play-id].active .entry-header-container .btn-play:after{
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border: 2px solid;
  border-left-color: transparent;
  border-radius: 100%;
  opacity: 0.5;
  -webkit-animation: loading 1s linear infinite;
  animation: loading 1s linear infinite;
}
.is-buffering .plyr-theme-0 [data-plyr="play"] svg,
.is-buffering .plyr-theme-1 [data-plyr="play"] svg{
  display: none;
}
.is-buffering .fixed-bottom .plyr--video:after,
.is-buffering .plyr-theme-0 [data-plyr="play"]:after,
.is-buffering .plyr-theme-1 [data-plyr="play"]:after{
  width: 18px;
  height: 18px;
  left: 50%;
  top: 50%;
  margin-left: -9px;
  margin-top: -9px;
}

.is-buffering [data-plyr="play"],
.is-buffering [data-play-id].active > .post-thumbnail .btn-play,
.is-buffering [data-play-id].active .entry-header-container .btn-play:after{
  /*pointer-events: none;*/
}
.plyr__cues{
  margin: 0;
  transform: translate(0, -50%);
}
.plyr--adsing .plyr__controls,
.plyr--adsing ~ .plyr-list-wrap{
  pointer-events: none;
}
.plyr--adsing .plyr-list-wrap{
  z-index: 0;
}

/* controls */
.fixed-bottom.plyr-playlist .plyr__controls {
  color: inherit;
  background: inherit;
  padding: 10px;
}

.fixed-bottom.plyr-playlist .plyr__controls .plyr__poster {
  position: static;
  opacity: 1;
  width: 2rem;
  height: 2rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 2px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: rgba(120, 120, 120, 0.1);
}

.plyr__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-align: center;
  align-items: center;
}

.plyr__col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex: 1;
  flex: 1;
  width: 1%;
}

.plyr__col .plyr__progress{
  flex: 1;
  margin: 0 1rem;
}
.plyr__col .plyr__timer {
  margin: 0 0.25rem;
}

.plyr__control.plyr__tab-focus, 
.plyr__control:hover, 
.plyr__control[aria-expanded=true] {
  background-color: transparent !important;
  color: inherit !important;
  box-shadow: none !important;
}

.plyr__control + .plyr__poster {
  margin-left: 0.5rem;
}

.plyr__info{
  margin: 0 1rem;
}

.plyr__title,
.plyr__author,
.plyr-item-title {
  display: block;
  display: -webkit-box;
  max-height: calc(var(--plyr-line) * var(--plyr-line-height, 1.6rem));
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: var(--plyr-line);
  text-align: left;
  word-break: break-all;
  line-height: var(--plyr-line-height);
}

.plyr__author,
.plyr__queue {
  color: #888;
  font-size: 13px;
}

.plyr-volume-wrap{
  display: flex;
}
.plyr-volume-wrap .plyr__volume{
  min-width: 0;
  max-width: 0;
  width: 0;
  overflow: hidden;
  transition: width .2s cubic-bezier(0.4,0.0,1,1), max-width .2s cubic-bezier(0.4,0.0,1,1);
}
.plyr-volume-wrap:hover .plyr__volume{
  width: 110px;
  max-width: 110px;
}
/* list */

.plyr-playlist {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  color: currentColor;
  background-color: inherit;
  position: relative;
}

.plyr-playlist a{
  text-decoration: none;
  color: inherit;
}

.plyr-playlist.fixed-bottom {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  box-shadow: 0 -1px 0 rgba(120,130,140,0.1);
  min-height: var(--plyr-control-height);
}
.plyr-list-wrap{
  background-color: inherit;
  position: relative;
  z-index: 2;
}
.plyr-playlist.fixed-bottom .plyr-list {
  width: 480px;
  height: 600px;
  max-height: calc(100vh - 11rem);
  position: absolute;
  bottom: calc( var(--plyr-control-height) + 1rem );
  right: 1rem;
  background-color: inherit;
  border-radius: 3px;
  border: 1px solid rgba(120,130,140,0.15);
  box-shadow: 0 2px 3px rgba(0,0,0,0.1);
  background-clip: padding-box;
  pointer-events: none;
  opacity: 0;
  font-size: 14px;
  transform: translate3d(0, 1rem, 0);
  transition: opacity 0.2s, transform 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.plyr-playlist.open .plyr-list {
  transform: translate3d(0, 0, 0);
  pointer-events: inherit;
  opacity: 1;
}

.plyr-playlist .add_to_cart_button{
  font-size: 11px;
  padding: 2px 6px;
}

.plyr-list {
  display: flex;
  flex-direction: column;
  position: relative;
}
.plyr-list:after{
  content: "";
  display: block;
  border: 6px solid transparent;
  border-top-color: #fff;
  border-top-width: 8px;
  position: absolute;
  bottom: -14px;
  right: 0.75rem;
}
.dark .plyr-list:after{
  border-top-color: rgba(120,130,140,0.15);
}
.plyr-list-header{
  padding: 1rem 1rem;
  border-bottom: 1px solid rgba(0,0,0,0.05);
  display: flex;
  align-items: center;
}

.plyr-list-header h4{
  font-size: 1rem;
  margin: 0;
  flex: 1;
}
.plyr-list-header .close{
  padding: 0 0.5rem !important;
  font-size: 1.25rem !important;
  opacity: 0.5;
}
.plyr-clear{
  padding: 0.125rem 0.5rem;
  background-color: transparent;
  color: inherit;
  border-radius: 2px;
  border: 1px solid rgba(0,0,0,0.05);
  font-size: 12px;
}
.plyr-list-content{
  flex: 1;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.plyr-list-empty{
  padding: 1rem 5rem;
  text-align: center;
  color: #888;
}

.plyr-item {
  display: -ms-flexbox;
  display: flex;
  padding: 0.5rem 1rem;
  cursor: pointer;
  position: relative;
  align-items: center;
  border-bottom: 1px solid rgba(0,0,0,0.025);
}
.plyr-item.active{
  background-color: rgba(120,130,140,0.1);
  border-bottom-color: transparent;
}
.plyr-list .close {
  background: transparent;
  color: inherit;
  line-height: 1;
  font-weight: 400;
  font-size: 1rem;
  border: none;
  cursor: pointer;
  height: auto;
  padding: 0.5rem;
}
.plyr-item .close{
  display: none;
}
.plyr-item:hover .close, 
.plyr-item:active .close {
  display: block;
}
.plyr-item .btn-play{
  width: 24px;
  height: 24px;
  font-size: 10px;
  display: none;
  margin: 6px;
  background: #fff !important;
  border: none;
}

.plyr-item:hover .btn-play,
.plyr-item:active .btn-play,
.plyr-item.active .btn-play {
  display: block;
}
.plyr-item .btn-like{
  height: auto;
  line-height: 0;
}

.plyr-item .plyr-item-poster {
  border-radius: 2px;
  background-size: cover;
  background-position: 50% 50%;
  background-color: rgba(110,120,130,0.1);
  flex: 0;
  width: 36px;
  height: 36px;
  min-width: 36px;
}
.plyr-item .plyr-item-content {
  line-height: 1.4;
  padding: 0 1rem;
  flex: 1;
  width: 1%;
}
.plyr-item .plyr-item-author {
  color: #888;
}

/* video */
.plyr-fullscreen{
  background-color: #000 !important;
  color: #fff !important;
}
.plyr-fullscreen .plyr__controls{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--plyr-video-controls-background, linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.5))) !important;
}
.plyr--video.plyr--hide-controls:not(.plyr-fullscreen) .plyr__controls{
  opacity: 1;
  transform: none;
}

.plyr-fullscreen.plyr--is-ios{
  position: fixed !important;
}
.plyr-fullscreen.plyr--is-ios .plyr__video-wrapper{
  top: 50%;
  transform: translateY(-50%);
}
.plyr-fullscreen [data-plyr="list"]{
  display: none;
}
.fixed-bottom.plyr-playlist .plyr--video{
  overflow: visible;
  background-color: transparent;
  background-color: inherit;
  position: relative;
}
.fixed-bottom.plyr-playlist .plyr:not(.plyr-fullscreen) .plyr__video-wrapper{
  position: absolute;
  bottom: calc(100% + 1rem);
  right: 1rem;
  height: auto;
  width: calc(16 / 9 * var(--plyr-mini-player-height));
  padding-bottom: 0 !important;
  box-shadow: 0 12px 16px 1px rgba(0,0,0,0.15), 0 4px 22px 3px rgba(0, 0, 0, 0.1), 0 6px 7px -4px rgba(0, 0, 0, 0.3);
}
.fixed-bottom.plyr-playlist .plyr__video-wrapper:after{
  content: "";
  display: block;
  padding-bottom: 56.25%;
}

.fixed-bottom.plyr-playlist .plyr__video-wrapper video{
  border: 0;
  left: 0;
  position: absolute;
  top: 0;
}

/* vimeo container */
.fixed-bottom.plyr-playlist .plyr__video-embed__container{
  position: absolute;
  width: 100%;
  max-width: inherit !important;
}

.plyr-playlist [data-plyr="download"],
.plyr-playlist [data-plyr="video"],
.plyr-playlist [data-plyr="purchase"]{
  display: none;
}

.plyr-playlist .plyr--video [data-plyr="video"]{
  display: block;
}

.plyr--vimeo .plyr__video-wrapper .plyr__poster,
.plyr--youtube .plyr__video-wrapper .plyr__poster{
  display: none;
}

/* theme */
.plyr-theme-0 .plyr__title:after{
  content: "";
  display: inline-block;
  width: 0.5rem;
}
.plyr-theme-0 .plyr__time + .plyr__time::before{
  margin-right: 10px;
}

.plyr-theme-2 .plyr__progress {
  position: absolute;
  top: 0;
  left: calc(var(--plyr-range-thumb-height,13px) * .5);
  right: calc(var(--plyr-range-thumb-height,13px) * .5);
  margin: 0;
  top: -7px;
}
.plyr-theme-2 .plyr__info {
  flex: 0 0 50%;
  max-width: calc(50% - 10.5rem);
}

.plyr-theme-2 [data-plyr="play"] {
  border-radius: 100%;
  padding: 11px;
  margin: -2px 0.25rem;
}

.plyr-theme-2 [data-plyr="play"]:after{
}

/* theme 3 */
.plyr-theme-3 .plyr__progress__buffer{
  color: rgba(255, 255, 255, 0.6);
}
.fixed-bottom.plyr-theme-3{
  width: 400px;
  margin: 0 !important;
  left: auto !important;
  right: 0.5rem !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 3px 6px 0 rgba(0, 0, 0, 0.2);
}
.fixed-bottom.plyr-theme-3 .plyr-list-wrap{
  background-color: transparent;
}
.plyr-theme-3 .plyr--audio:before{
  height: 0;
  content: '';
  display: block;
  padding-bottom: 56.25% !important;
  z-index: 1;
}
.plyr-theme-3 .plyr__video-wrapper{
  height: 0;
  padding-bottom: 56.25%;
  display: block !important;
  position: relative !important;
  right: 0 !important;
  width: 100% !important;
  box-shadow: none !important;
}
.plyr-theme-3 .plyr__poster{
  display: block !important;
  opacity: 1 !important;
  position: absolute !important;
  width: 100% !important;
  height: auto !important;
  top: auto;
  bottom: 0;
  opacity: 1;
  z-index: -1;
  background-size: cover;
  border-radius: 0 !important;
}
.fixed-bottom.plyr-theme-3 .plyr__poster{
  top: 0;
}
.fixed-bottom.plyr-theme-3 .plyr--video .plyr__poster{
  display: none !important;
}
.plyr-theme-3 .plyr__poster:before{
  content: "";
  display: block;
  padding-bottom: 56%;
}
.plyr-theme-3 .plyr__controls{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  padding-top: calc(var(--plyr-control-spacing,10px) * 3.5);
  background: var(--plyr-video-controls-background,linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.75)));
  color: var(--plyr-video-control-color,#fff);
}
.fixed-bottom.plyr-theme-3 .plyr__controls{
  color: #fff;
  background-color: #000;
  top: 0;
  padding: 1rem 3rem;
  justify-content: space-around;
  opacity: 1 !important;
  transform: none !important;
}
.fixed-bottom.plyr-theme-3 .plyr--video .plyr__controls{
  background-color: transparent;
}
.plyr-theme-3 .plyr-list-header{
  display: none;
}
.plyr-theme-3 .plyr__info{
  padding: 0.75rem 1rem;
  margin: 0;
}
.plyr-theme-3 .plyr__progress {
  position: absolute;
  left: calc(var(--plyr-control-spacing,10px) * 2);
  right: calc(var(--plyr-control-spacing,10px) * 2);
  bottom: calc(var(--plyr-control-spacing,10px) * 2 + 2rem - 7px);
  margin: 0;
}
.fixed-bottom.plyr-theme-3 .plyr__progress{
  bottom: -7px;
  left: calc(var(--plyr-range-thumb-height,13px) * .5);
  right: calc(var(--plyr-range-thumb-height,13px) * .5);
  top: auto;
}
.plyr-duration-wrap{
  display: flex;
  justify-content: flex-start;
  flex: 1;
}
.fixed-bottom.plyr-theme-3 .plyr-duration-wrap{
  position: absolute;
  left: 0.5rem;
  bottom: 0.5rem;
}
.fixed-bottom.plyr-theme-3 .plyr-volume-wrap{
  position: absolute;
  right: 0.25rem;
  bottom: 0;
  left: auto;
}

.fixed-bottom.plyr-theme-3 .plyr__volume,
.fixed-bottom.plyr-theme-3 [data-plyr="mini"],
.fixed-bottom.plyr-theme-3 [data-plyr="fullscreen"],
.fixed-bottom.plyr-theme-3 [data-plyr="captions"]{
  display: none;
}
.fixed-bottom.plyr-theme-3 [data-plyr='prev'] svg,
.fixed-bottom.plyr-theme-3 [data-plyr='play'] svg,
.fixed-bottom.plyr-theme-3 [data-plyr='next'] svg{
  width: 2rem;
  height: 2rem;
}
.fixed-bottom.plyr-theme-3 .plyr-list{
  height: 0;
  max-height: calc(100vh - 20rem);
  border-top: 1px solid rgba(120,130,140,0.1);
}
.fixed-bottom.plyr-theme-3 .plyr-list{
  position: static;
  width: auto;
  transition: height 0.2s;
  border: none;
  box-shadow: none;
}
.plyr-theme-3.open .plyr-list{
  height: 15rem;
}
.plyr-theme-3.open [data-plyr="list"] svg{
  transform: rotate(-180deg);
}
.plyr-theme-3 .plyr-list-header .close{
  display: none;
}
.fixed-bottom.plyr-theme-3 .plyr__controls > *:not(.plyr__progress){
  opacity: 0;
}
.fixed-bottom.plyr-theme-3 .plyr__controls:hover > *:not(.plyr__progress){
  opacity: 1;
}
.fixed-bottom.plyr-theme-3 .plyr__controls:hover:before{
  content: "";
  width: 100%;
  display: block;
  padding-bottom: 56%;
  position: absolute;
  z-index: 0;
  top: 0;
  background-color: rgba(0,0,0,0.5);
}

/*ad*/
.plyr .plyr__ads{
  display: none;
  width: 320px;
  height: 180px;
  top: auto;
  left: auto;
  right: 1rem;
  bottom: calc(100% + 1rem);
  box-shadow: 0 12px 16px 1px rgba(0,0,0,0.15), 0 4px 22px 3px rgba(0, 0, 0, 0.1), 0 6px 7px -4px rgba(0, 0, 0, 0.3);
}
.plyr--adsing .plyr__ads{
  display: block;
}
.plyr__ads::after{
  right: auto;
  left: var(--plyr-control-spacing, 10px);
  background-color: transparent;
  text-shadow: 0 0 4px rgba(0,0,0,0.75);
}
.plyr__ads > div,
.plyr__ads > div iframe{
  width: 100% !important;
  height: 100% !important;
}

/* embed */
.dark .play-embed-body{
  background-color: #101316;
  color: #fff;
}
.play-embed-body .plyr-playlist.fixed-bottom,
.play-embed-body .plyr{
  min-height: 0;
}
.play-embed ~ .plyr-playlist{
  box-shadow: none;
}
.play-embed ~ .plyr-playlist .plyr__controls{
  display: none;
}
.play-embed ~ .plyr-playlist .plyr__video-wrapper{
  left: 10px;
  top: 10px;
  right: auto !important;
  bottom: auto !important;
  position: fixed !important;
  width: 120px !important;
  height: 120px !important;
  border-radius: 4px;
}
.play-embed{
  display: flex;
  font-family: arial;
  font-size: 14px;
}
.play-embed a{
  text-decoration: none;
  color: inherit;
}
.play-embed .site-brand{
  display: flex;
  align-items: center;
}
.play-embed .site-logo{
  line-height: 0;
}
.play-embed .site-logo svg,
.play-embed .site-logo img{
  width: auto;
  max-height: 1.25rem;
}
.play-embed .site-title{
  font-size: 11px;
  color: #888;
  margin: 0 0.25rem;
}
.play-embed .entry-title{
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: normal;
  font-size: 1rem;
}
.play-embed .entry-meta{
  margin: 0.25rem 0 0 0;
  color: #888;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.play-embed figure{
  margin: 10px;
  width: 120px;
  height: 120px;
  border-radius: 4px;
}
.play-embed figure img{
  max-width: 100%;
  height: auto;
  border-radius: 4px;
}
.play-embed.user .avatar{
  border-radius: 100%;
  display: block;
  background-color: rgba(120,130,140,0.1);
  position: relative;
}
.play-embed.user .avatar:after{
  content: "";
  display: block;
  padding-top: 100%;
}
.play-embed.user .avatar img, 
.play-embed.user .avatar-name{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: bolder;
  text-transform: uppercase;
}
.play-embed.user .play-embed-footer{
  margin-top: -1.25rem;
}
.play-embed.user .play-embed-content{
  justify-content: center;
}
.play-embed-content{
  margin: 10px;
  flex: 1;
  width: 1%;
  display: flex;
  flex-direction: column;
}
.play-embed-header{
  display: flex;
}
.play-embed-header .btn-play{
  flex-shrink: 0;
}
.play-embed .waveform{
  margin: 1rem 0;
}
.play-embed .waveform canvas{
  height: 30px !important;
}
.play-embed .waveform .btn-play,
.play-embed .waveform .sep-1{
  display: none;
}
.play-embed-footer{
  display: flex;
  margin-top: auto;
  margin-bottom: 0.25rem;
  align-items: center;
}
.play-embed .posted-on{
  font-size: 10px;
  color: #888;
  margin-right: auto;
}
.share-embed{
  margin: -2rem -10px 0 -10px;
}

.play-embed-list{
  font-family: arial;
  font-size: 13px;
  font-weight: normal;
  margin: 0 10px;
  max-height: 66px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.play-embed-list a{
  color: inherit;
  text-decoration: none;
  pointer-events: none;
}
.play-embed-list .post-thumbnail{
  width: 1.5rem;
  line-height: 0;
  margin: 0;
  flex-shrink: 0;
}
.play-embed-list img{
  max-width: 100%;
  height: auto;
  border-radius: 2px;
}
.play-embed-list h3{
  font-weight: normal;
  font-size: 13px;
  margin: 0 0.5rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.play-embed-list .block-loop-title{
  display: none;
}
.play-embed-list .block-loop-item{
  display: flex;
  align-items: center;
  border-top: 1px solid rgba(150,160,170,0.2);
  padding: 0.25rem 0;
  min-height: 28px;
}

.play-embed-list .block-loop-item.active{
  background-color: rgba(150,160,170,0.075);
}

.play-embed-list .entry-action,
.play-embed-list .entry-footer,
.play-embed-list .btn-playlist{
  display: none;
}
.play-embed-list .entry-header-inner{
  display: flex;
}
.play-embed-list .entry-meta{
  color: #888;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 961px) {
  :root{
    --plyr-mini-player-height: 191px;
  }
}
@media (max-width: 960px) {
  .plyr-playlist .plyr__volume{
    display: none !important;
    margin: 0;
  }
}

@media (max-width: 768px) {
  .plyr-playlist .plyr__time,
  .plyr-playlist [data-plyr="mute"],
  .plyr-playlist [data-plyr="purchase"],
  .plyr-playlist .add_to_cart_button{
    display: none !important;
    margin: 0;
  }
  .plyr-playlist.plyr-muted [data-plyr="mute"]{
    display: block !important;
  }
  .plyr-playlist.fixed-bottom .plyr__progress {
    position: absolute;
    left: 0;
    right: 0;
    top: -8px;
    bottom: auto;
    margin: 0 !important;
  }
  .plyr-playlist.fixed-bottom .plyr-list {
    width: auto;
    left: 1rem;
  }
  .plyr button {
    display: block;
    height: auto;
    margin: 0;
  }
  .plyr-theme-0 .plyr__info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .plyr-theme-2 .plyr__info {
    max-width: calc(50% - 9.5rem);
  }
  .plyr .plyr__ads{
    right: 50%;
    transform: translateX(50%);
  }
}
@media (max-width: 480px) {
  :root {
    --plyr-mini-player-height: 90px;
  }
  .plyr-playlist [data-plyr="repeat"],
  .plyr-playlist [data-plyr="shuffle"]{
    display: none;
  }
  .plyr-theme-2 .plyr__info {
    max-width: calc(50% - 7.5rem);
  }
  .fixed-bottom.plyr-theme-3{
    width: 100%;
    left: 0 !important;
    right: 0 !important;
  }
}
@media (min-width: 768px) {
  :root {
    --plyr-control-spacing: 1rem;
  }
  .plyr-theme-3{
    --plyr-control-spacing: 0.5rem;
  }
}
@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  } 
}
