.podcast-player {
  display: block;
  width: 100%;
  background: #000;
  color: #fff;
  margin: auto;
  padding: 12px 10px;
  line-height: 1;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  z-index: 9999;
}

.podcast-player p {
  margin: auto;
}

.podcast-player:after {
  content: "";
  display: block;
  clear: both;
}

.podcast-player .pc__container {
  max-width: 960px;
  position: relative;
  margin: auto;
}

.podcast-player .pc__container:after {
  content: "";
  display: block;
  clear: both;
}

.podcast-player .pc__play,
.podcast-player .pc__pause {
  display: inline-block;
  height: 12px;
  width: 12px;
  position: relative;
  z-index: 9999;
}

.podcast-player .pc__play:before,
.podcast-player .pc__play:after,
.podcast-player .pc__pause:before,
.podcast-player .pc__pause:after {
  display: block;
  content: "";
  clear: both;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999;
}

.podcast-player .pc__play:before {
  border: 6px solid transparent;
  border-left: 11px solid #1dad78;
}

.podcast-player .pc__pause:before,
.podcast-player .pc__pause:after {
  width: 4px;
  height: 12px;
  background: #1dad78;
}

.podcast-player .pc__pause:after {
  margin-left: 7px;
}

.podcast-player .pc__info {
  display: inline-block;
  margin-right: 75px;
  font-size: 13px;
  color: #2985b3;
  font-weight: bold;
}

.podcast-player .pc__info span {
  color: #a1a1a1;
  font-style: italic;
  font-weight: 400;
}

@media (max-width: 540px) {
  .podcast-player .pc__info span {
    display: none;
  }
}

.podcast-player .pc__player {
  text-align: right;
  position: absolute;
  right: 10px;
  top: 0;
}

.podcast-player .pc__player:after {
  content: "";
  display: block;
  clear: both;
}

.podcast-player .pc__timeline {
  width: 100%;
  background: green;
  border-radius: 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
  margin-left: 10px;
  display: inline-block;
  padding: 6px;
}

.podcast-player .pc__duration {
  font-size: 12px;
  margin: auto;
  margin-left: 5px;
  color: #a1a1a1;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}