.podcast-player,
.podcast-player * {
   box-sizing: border-box;
}
.podcast-player {
   width: 100%;
   color: #333;
   font: 400 16px/1.45 Arial, sans-serif;
}
.podcast-card {
   width: 100%;
   overflow: visible;
   background: #f0f0f0;
   border-radius: 3px;
}
.podcast-episode-title {
   margin: 0;
   color: #333;
   font-size: 1.75em;
   font-weight: 700;
   line-height: 1.45;
}
.podcast-title {
   margin: .65rem 0 0;
   color: #555;
   font-size: .72em;
   font-weight: 700;
   letter-spacing: 0;
   text-transform: uppercase;
}
.podcast-title i {
   margin-left: .75rem;
   font-style: normal;
   font-weight: 400;
   text-transform: none;
}
.podcast-meta {
   display: flex;
   align-items: flex-start;
   justify-content: space-between;
   gap: 1.5rem;
   margin-top: 2.5rem;
   background: #ddd;
}
.podcast-audio-wrap {
   flex: 1 1 auto;
   min-width: 0;
}
.podcast-artwork {
   flex: 0 0 auto;
   margin-bottom: -5rem;
   transform: translateY(-4.4rem);
}
.podcast-artwork img {
   width: 150px;
   height: 150px;
   display: block;
   object-fit: cover;
   border-radius: 3px;
   box-shadow: 0 4px 6px rgba(0,0,0,.1);
}
.podcast-player .mejs__container {
   width: 100% !important;
   height: auto !important;
   min-height: 92px;
   margin-top: .7rem;
}
.podcast-player .mejs__controls,
.podcast-player .mejs__container {
   background: none !important;
}
.podcast-player .mejs__controls {
   display: block;
   position: relative;
   height: auto;
   padding: 0;
}
.podcast-player .mejs__time {
   color: #777;
   font-weight: 400;
   height: auto;
   padding: 0 .45rem;
   line-height: 1;
}
.podcast-player .mejs-prepended-buttons,
.podcast-player .mejs-appended-buttons {
   display: flex;
   align-items: center;
   width: 100%;
   min-width: 0;
}
.podcast-player .mejs-prepended-buttons {
   gap: .5rem;
   flex-wrap: wrap;
   min-height: 40px;
}
.podcast-player .mejs-appended-buttons {
   gap: .5rem;
   justify-content: flex-start;
   margin-top: .75rem;
}
.podcast-player .mejs__time-rail {
   flex: 1 1 auto;
   width: auto !important;
   min-width: 0;
   max-width: 100%;
   height: 18px;
   margin: 0;
   padding: 0;
   display: flex;
   align-items: center;
}
.podcast-player .mejs__time-total {
   width: 100% !important;
   margin: 0;
   height: 8px;
   top: 5px;
}
.podcast-player .mejs__button > button {
   color: #555;
}
.podcast-player .mejs__horizontal-volume-slider {
   display: block;
   flex: 0 1 90px;
   width: 90px;
   min-width: 60px;
   height: 40px;
}
.podcast-player .mejs__horizontal-volume-total {
   width: 100% !important;
   height: 8px;
   top: 50%;
   transform: translateY(-50%);
}
.podcast-player .mejs__time-handle-content {
   transform: scale(1);
}
.podcast-player .mejs__horizontal-volume-handle {
   display: block;
   position: absolute;
   width: 12px;
   height: 12px;
   top: 50%;
   margin-left: 0 !important;
   border-radius: 50%;
   transform: translate(-50%, -50%);
}
