/*
Theme Name: Pastor Media App
Theme URI: https://vinebuilders.net
Author: Vinebuilders
Description: Standalone app-style media hub theme for pastor broadcasts, Bible teaching, livestreams, and mobile app wrapping.
Version: 1.0.0
Text Domain: pastor-media-app
*/

body.pastor-app-body {
  margin: 0;
  background: #0f0f0f;
  color: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.app-shell {
  max-width: 480px;
  min-height: 100vh;
  margin: 0 auto;
  padding: 24px 18px 96px;
  background: #111;
}

.hero-card {
  min-height: 260px;
  border-radius: 18px;
  background:
    linear-gradient(to top, rgba(0,0,0,.85), rgba(0,0,0,.15)),
    url('https://images.unsplash.com/photo-1507692049790-de58290a4334?auto=format&fit=crop&w=900&q=80');
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.hero-overlay {
  padding: 120px 22px 22px;
}

.eyebrow {
  color: #cc0000;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.hero-card h1 {
  font-size: 34px;
  line-height: 1;
  margin: 0 0 10px;
}

.hero-card p {
  color: #d0d0d0;
  font-weight: 600;
}

.primary-btn {
  display: inline-block;
  background: #cc0000;
  color: #fff;
  padding: 13px 18px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 800;
}

.section-row {
  margin-top: 34px;
}

.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section-heading h2 {
  font-size: 28px;
  margin: 0 0 18px;
}

.section-heading span {
  font-size: 42px;
  color: #888;
}

.media-slider {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  padding-bottom: 12px;
  scroll-snap-type: x mandatory;
}

.media-card {
  min-width: 210px;
  scroll-snap-align: start;
}

.thumb {
  height: 118px;
  border-radius: 12px;
  background: #2b2b2b;
}

.media-card h3 {
  font-size: 20px;
  margin: 10px 0 4px;
  line-height: 1.2;
}

.media-card p {
  color: #8f8f8f;
  font-weight: 800;
  margin: 0;
  text-transform: uppercase;
  font-size: 13px;
}

.bottom-nav {
  position: fixed;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 100%;
  max-width: 480px;
  background: #1d1d1d;
  display: flex;
  justify-content: space-around;
  padding: 14px 0 24px;
}

.bottom-nav a {
  color: #858585;
  text-decoration: none;
  font-weight: 800;
}

.bottom-nav a.active {
  color: #cc0000;
}





.app-page-header {
  padding: 32px 0 12px;
}

.app-page-header.centered {
  text-align: center;
}

.app-page-header h1,
.bible-header h1 {
  font-size: 34px;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.app-page-header p {
  color: #aaa;
  font-weight: 600;
}

.video-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.video-card {
  background: #242424;
  border: 1px solid #3a3a3a;
  border-radius: 16px;
  padding: 14px;
}

.video-thumb {
  height: 180px;
  border-radius: 12px;
  background: #333;
}

.video-card h3 {
  font-size: 24px;
  margin: 14px 0 6px;
}

.video-card p {
  margin: 0;
  color: #8f8f8f;
  font-weight: 800;
  text-transform: uppercase;
}

.search-box-wrap {
  background: #1f1f1f;
  border-radius: 18px;
  padding: 22px;
  margin-top: 30px;
}

.search-box-wrap h2 {
  font-size: 24px;
  line-height: 1.3;
}

.app-search-form {
  display: flex;
  border: 1px solid #555;
  border-radius: 14px;
  padding: 10px;
}

.app-search-form input {
  flex: 1;
  background: transparent;
  border: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  outline: none;
}

.app-search-form button {
  background: transparent;
  border: 0;
  color: #cc0000;
  font-size: 24px;
}

.empty-search-message {
  color: #777;
  text-align: center;
  margin-top: 140px;
  font-size: 24px;
  font-weight: 900;
}

.bible-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 28px;
}

.translation-tabs {
  display: flex;
  gap: 10px;
}

.translation-tabs button {
  background: #202020;
  border: 1px solid #555;
  color: #aaa;
  border-radius: 12px;
  padding: 12px 18px;
  font-weight: 900;
}

.translation-tabs button.active {
  background: #330000;
  border-color: #ffffff;
  color: #fff;
}

.bible-search input {
  width: 100%;
  margin: 24px 0;
  background: #1f1f1f;
  border: 1px solid #555;
  border-radius: 12px;
  padding: 18px;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
}

.testament-tabs {
  display: flex;
  gap: 36px;
  margin-bottom: 28px;
}

.testament-tabs button {
  background: transparent;
  border: 0;
  color: #aaa;
  font-size: 22px;
  font-weight: 900;
}

.testament-tabs button.active {
  color: #fff;
  border-bottom: 4px solid #cc0000;
}

.bible-books-list article {
  background: #262626;
  border: 1px solid #444;
  border-radius: 14px;
  padding: 18px;
}

.bible-books-list h2 {
  margin: 0 0 8px;
  font-size: 24px;
}

.bible-books-list p {
  margin: 0;
  color: #aaa;
  font-weight: 800;
}




.media-card a {
  color: #fff;
  text-decoration: none;
}

.video-detail-shell {
  padding-top: 0;
}

.back-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin: 16px 0;
  border-radius: 14px;
  background: rgba(255,255,255,.08);
  color: #fff;
  text-decoration: none;
  font-size: 34px;
}

.video-player-wrap {
  width: calc(100% + 36px);
  margin-left: -18px;
  background: #000;
}

.video-player-wrap iframe,
.video-player-wrap img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  object-fit: cover;
}

.video-detail-content h1 {
  font-size: 31px;
  line-height: 1.18;
  margin: 28px 0 10px;
}

.video-meta {
  color: #cc0000;
  font-weight: 900;
  text-transform: uppercase;
}

.video-actions {
  display: flex;
  gap: 14px;
  margin: 24px 0 30px;
}

.video-actions .primary-btn {
  flex: 1;
  text-align: center;
}

.broadcast-description {
  color: #d0d0d0;
  font-size: 17px;
  line-height: 1.6;
}




.media-card a,
.media-card a:visited,
.media-card a:hover {
  color: #fff;
  text-decoration: none;
}

.media-card h3 {
  color: #fff;
  font-size: 20px;
  margin: 10px 0 4px;
  line-height: 1.2;
}

.media-card p {
  color: #8f8f8f;
}



.single-broadcast {
  background: #0f0f0f;
}

.single-broadcast .app-shell {
  color: #fff;
}

.video-detail-content h1,
.video-detail-content p,
.broadcast-description {
  color: #fff;
}

.video-meta {
  color: #8f8f8f;
}

.video-player-wrap iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}





body.pastor-app-body.single-broadcast-app {
  margin: 0;
  background: #0f0f0f;
  color: #fff;
}

.single-broadcast-app .app-shell {
  background: #111;
  color: #fff;
}

.single-broadcast-app h1,
.single-broadcast-app p,
.single-broadcast-app a,
.single-broadcast-app .broadcast-description {
  color: #fff;
}

.single-broadcast-app .video-meta {
  color: #8f8f8f;
}

.single-broadcast-app .video-player-wrap iframe,
.single-broadcast-app .video-player-wrap img {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
  border: 0;
  object-fit: cover;
}





.single-broadcast-app .video-detail-shell {
  max-width: 480px;
  margin: 0 auto;
  min-height: 100vh;
  padding-top: 24px;
}

.single-broadcast-app .video-player-wrap {
  width: 100%;
  margin: 0;
  border-radius: 0;
}

.single-broadcast-app .video-player-wrap iframe,
.single-broadcast-app .video-player-wrap img {
  border-radius: 0;
}

.related-videos {
  margin-top: 48px;
  padding-bottom: 120px;
}

.related-videos h2 {
  font-size: 32px;
  margin: 0 0 20px;
  color: #fff;
}

.media-card a,
.media-card a:link,
.media-card a:visited,
.media-card a:hover,
.media-card a:active {
  color: #fff !important;
  text-decoration: none !important;
}

.media-card h3 {
  color: #fff !important;
  font-weight: 700;
}

.media-card p {
  color: #8f8f8f !important;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
}



/* UI Polish Pass 1 */

.app-shell {
  max-width: 480px;
  min-height: 100vh;
  margin: 0 auto;
  padding: 28px 18px 110px;
  background: #101010;
  overflow-x: hidden;
}

.section-row {
  margin-top: 42px;
}

.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}

.section-heading h2 {
  font-size: 28px;
  line-height: 1.1;
  margin: 0;
  color: #fff;
}

.section-heading span {
  color: #cc0000;
  font-size: 38px;
  line-height: 1;
}

.media-slider {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  padding: 2px 0 14px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.media-slider::-webkit-scrollbar {
  display: none;
}

.media-card {
  min-width: 215px;
  max-width: 215px;
  scroll-snap-align: start;
}

.media-card .thumb {
  position: relative;
  height: 121px;
  border-radius: 14px;
  background-color: #292929;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(0,0,0,.35);
}

.media-card .thumb::after {
  content: "▶";
  position: absolute;
  right: 10px;
  bottom: 9px;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(0,0,0,.72);
  color: #fff;
  font-size: 14px;
  padding-left: 2px;
}

.media-card h3 {
  margin: 11px 0 4px;
  font-size: 20px;
  line-height: 1.18;
  color: #fff !important;
}

.media-card p {
  margin: 0;
  color: #8e8e8e !important;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.bottom-nav {
  border-top: 1px solid rgba(255,255,255,.06);
  box-shadow: 0 -10px 30px rgba(0,0,0,.35);
}

.bottom-nav a {
  font-size: 14px;
  letter-spacing: .02em;
}


/* Hero polish */

.hero-card {
  min-height: 280px;
  border-radius: 22px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(0,0,0,.45);
}

.hero-overlay {
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
  background: linear-gradient(
    to top,
    rgba(0,0,0,.9),
    rgba(0,0,0,.35),
    rgba(0,0,0,.05)
  );
}

.hero-overlay .eyebrow {
  margin: 0 0 8px;
  color: #cc0000;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.hero-overlay h1 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 32px;
  line-height: 1.05;
}

.hero-overlay p {
  margin: 0 0 18px;
  color: #e6e6e6;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 700;
}

.primary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 12px;
  background: #cc0000;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(47,157,244,.25);
}



/* Bottom nav polish */

.bottom-nav {
  position: fixed;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 100%;
  max-width: 480px;
  z-index: 999;
  background: rgba(20,20,20,.96);
  backdrop-filter: blur(14px);
  display: flex;
  justify-content: space-around;
  padding: 13px 0 24px;
}

.bottom-nav a {
  flex: 1;
  text-align: center;
  color: #7d7d7d !important;
  text-decoration: none !important;
  font-size: 13px;
  font-weight: 900;
}

.bottom-nav a.active {
  color: #cc0000 !important;
}

.bottom-nav a::before {
  display: block;
  font-size: 20px;
  margin-bottom: 4px;
}

.bottom-nav a:nth-child(1)::before {
  content: "⌂";
}

.bottom-nav a:nth-child(2)::before {
  content: "📻";
}

.bottom-nav a:nth-child(3)::before {
  content: "⌕";
}


/* Slider polish (native app feel) */

.media-slider {
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  padding-left: 2px;
}

.media-card {
  transition: transform .25s ease, opacity .25s ease;
}

.media-card:hover {
  transform: scale(1.03);
}

.media-card:active {
  transform: scale(.97);
}

/* subtle fade edges (optional but nice) */
.section-row {
  position: relative;
}

.section-row::before,
.section-row::after {
  content: "";
  position: absolute;
  top: 40px;
  width: 24px;
  height: 140px;
  z-index: 2;
  pointer-events: none;
}

.section-row::before {
  left: 0;
  background: linear-gradient(to right, #101010, transparent);
}

.section-row::after {
  right: 0;
  background: linear-gradient(to left, #101010, transparent);
}


.media-card .meta {
  color: #8f8f8f;
  font-size: 12px;
  font-weight: 600;
  margin-top: 4px;
}

.media-card h3 {
  margin-top: 8px;
  margin-bottom: 4px;
}

.media-card .meta {
  margin-top: 0;
}


.live-stack,
.radio-stack {
  display: grid;
  gap: 14px;
}

.live-card,
.radio-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  background: #1d1d1d;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 18px;
  padding: 16px;
  box-shadow: 0 12px 28px rgba(0,0,0,.28);
}

.live-card h3,
.radio-card h3 {
  color: #fff;
  margin: 4px 0 5px;
  font-size: 20px;
  line-height: 1.15;
}

.live-time,
.radio-card p {
  color: #9d9d9d;
  margin: 0;
  font-size: 13px;
  font-weight: 800;
}

.live-status {
  display: inline-flex;
  margin: 0;
  padding: 5px 8px;
  border-radius: 999px;
  background: #333;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
}

.live-status.live {
  background: #d71920;
}

.live-status.upcoming {
  background: #1f5f99;
}

.live-status.replay {
  background: #414141;
}

.mini-btn {
  flex-shrink: 0;
  background: #cc0000;
  border: 1px solid #ffffff;
  color: #ffffff !important;
  text-decoration: none !important;
  border-radius: 12px;
  padding: 11px 14px;
  font-size: 13px;
  font-weight: 900;
}

.radio-icon {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: rgba(204,0,0,.18);
  font-size: 24px;
}

.radio-content {
  flex: 1;
}

.live-card {
  position: relative;
}

.live-left {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.live-status.live {
  background: #ff2d2d;
  box-shadow: 0 0 10px rgba(255,0,0,.6);
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.05); }
  100% { transform: scale(1); }
}

.radio-card:hover {
  transform: translateY(-2px);
  transition: .2s ease;
}

.radio-card {
  cursor: pointer;
}


/* Play overlay + hover polish */

.media-card .thumb {
  transition: transform .25s ease, filter .25s ease;
}

.media-card:hover .thumb {
  transform: scale(1.035);
  filter: brightness(1.08);
}

.media-card .thumb::after {
  content: "▶";
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(0,0,0,.72);
  color: #fff;
  font-size: 15px;
  padding-left: 2px;
  box-shadow: 0 8px 18px rgba(0,0,0,.35);
  transition: transform .2s ease, background .2s ease;
}

.media-card:hover .thumb::after {
  transform: scale(1.12);
  background: #cc0000;
}

.media-card:active .thumb {
  transform: scale(.97);
}


/* Duration badge */

.media-card .thumb {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}

.media-card .duration {
  position: absolute;
  left: 10px;
  bottom: 10px;
  background: rgba(0,0,0,.75);
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  padding: 4px 6px;
  border-radius: 6px;
  letter-spacing: .5px;
}

/* Move play button so it doesn't collide */
.media-card .thumb::after {
  right: 10px;
  bottom: 10px;
}

/* Real horizontal app slider */

.media-slider {
  display: flex;
  flex-wrap: nowrap;
  gap: 16px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-padding-left: 0;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 2px 0 18px;
}

.media-slider::-webkit-scrollbar {
  display: none;
}

.media-card {
  flex: 0 0 235px;
  max-width: 235px;
  scroll-snap-align: start;
}

.media-card .thumb {
  width: 100%;
  height: 132px;
}

.pastor-app-body {
  margin: 0;
  background: #0f0f0f;
  color: #fff;
}

.pastor-app-body h1,
.pastor-app-body h2,
.pastor-app-body h3,
.pastor-app-body p,
.pastor-app-body label {
  color: #fff;
}

.pastor-app-body input {
  color: #fff;
}

.watch-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  padding-bottom: 120px;
}

.watch-grid .media-card {
  max-width: none;
  width: 100%;
}

.watch-grid .thumb {
  height: 210px;
}


.empty-player {
  aspect-ratio: 16 / 9;
  display: grid;
  place-items: center;
  background: #050505;
  color: #8f8f8f;
  font-weight: 800;
  text-align: center;
  padding: 20px;
}

/* APP HEADER */
.app-header {
  position: sticky;
  top: 0;
  z-index: 9999;
  background: #07111c;
  border-bottom: 1px solid rgba(255,255,255,.04);
}

.app-header-inner {
  max-width: 480px;
  margin: 0 auto;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.app-logo {
  height: 38px;
  width: auto;
  display: block;
}

.app-header-actions{
  display:flex;
  align-items:center;
  gap:14px;
}

.header-icon{
  width:42px;
  height:42px;

  border-radius:50%;

  background:rgba(255,255,255,0.06);

  display:flex;
  align-items:center;
  justify-content:center;

  color:#fff;

  text-decoration:none;

  transition:0.25s ease;
}

.header-icon:hover{
  background:#cc0000;
  transform:translateY(-2px);
}

.header-icon .dashicons{
  font-size:20px;
  width:20px;
  height:20px;
}


/* Hero carousel */

.hero-carousel {
  position: relative;
  margin-bottom: 42px;
  overflow: hidden;
}

.hero-track {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.hero-track::-webkit-scrollbar {
  display: none;
}

.hero-slide {
  flex: 0 0 100%;
  min-height: 300px;
  border-radius: 24px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  scroll-snap-align: start;
  box-shadow: 0 18px 40px rgba(0,0,0,.45);
}

.hero-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 14px;
}

.hero-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #6d6d6d;
  transition: .25s ease;
}

.hero-dot.active {
  width: 30px;
  background: #cc0000;
}

.section-heading span {
  font-size: 16px;
  color: #cc0000;
  font-weight: 900;
}


/* Discover */

.discover-bar {
  margin: 34px 0;
}

.discover-tabs {
  display: flex;
  gap: 12px;
  margin-top: 18px;
  overflow-x: auto;
  scrollbar-width: none;
}

.discover-tabs::-webkit-scrollbar {
  display: none;
}

.discover-tabs a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.03);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  white-space: nowrap;
  transition: .25s ease;
}

.discover-tabs a.active {
  background: #cc0000;
  border-color: #ffffff;
  box-shadow: 0 0 20px rgba(47,157,244,.35);
}

.discover-tabs a:hover {
  transform: translateY(-2px);
}

/* Channel circles */

.channel-row {
  margin: 10px 0 42px;
}

.channel-scroller {
  display: flex;
  gap: 26px;
  overflow-x: auto;
  padding: 4px 0 8px;
  scrollbar-width: none;
}

.channel-scroller::-webkit-scrollbar {
  display: none;
}

.channel-card {
  flex: 0 0 88px;
  text-align: center;
  color: #aaa !important;
  text-decoration: none !important;
  font-weight: 900;
}

.channel-avatar {
  width: 74px;
  height: 74px;
  margin: 0 auto 10px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: #1d1d1d;
  border: 1px solid rgba(255,255,255,.08);
  color: #fff;
  font-size: 26px;
  box-shadow: 0 12px 24px rgba(0,0,0,.28);
}

.channel-card span {
  display: block;
  font-size: 14px;
  line-height: 1.2;
}

.channel-avatar {
  width: 74px;
  height: 74px;
  margin: 0 auto 10px;
  border-radius: 999px;
  overflow: hidden;
  border: 2px solid rgba(255,255,255,.08);
  box-shadow: 0 12px 24px rgba(0,0,0,.28);
  background: #1d1d1d;
}

.channel-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Continue Watching */

.continue-slider {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  padding-bottom: 8px;
  scrollbar-width: none;
}

.continue-slider::-webkit-scrollbar {
  display: none;
}

.continue-card {
  flex: 0 0 260px;
}

.continue-card a {
  text-decoration: none;
}

.continue-thumb {
  position: relative;
  height: 150px;
  border-radius: 18px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  margin-bottom: 12px;
}

.play-overlay {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: transparent;
  color: transparent;
  font-size: 0;
}

.play-overlay::before {
  content: "▶";
  width: 58px;
  height: 58px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: #cc0000;
  color: #fff;
  font-size: 24px;
  padding-left: 4px;
  box-shadow: 0 0 24px rgba(204,0,0,.45);
}

.progress-wrap {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  height: 5px;
  border-radius: 999px;
  background: rgba(255,255,255,.18);
  overflow: hidden;
}

.progress-bar {
  width: 48%;
  height: 100%;
  background: cc0000;
  border-radius: 999px;
  box-shadow: 0 0 10px rgba(204,0,0,.45);
}

.continue-card h3 {
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
}

.video-player-wrap iframe,
.video-player-wrap video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  object-fit: cover;
  background: #000;
}

.thumbnail-play-link {
  position: relative;
  display: block;
  width: 100%;
  color: #fff;
  text-decoration: none;
}

.large-play-button {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 68px;
  height: 68px;
  border-radius: 999px;
  background: #cc0000;
  border: 2px solid #ffffff;
  color: #ffffff;
  display: grid;
  place-items: center;
  font-size: 28px;
  padding-left: 4px;
  box-shadow: 0 0 28px rgba(204,0,0,.55);
}

.audio-player-box {
  background: #050505;
}

.audio-player-box img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.audio-player-box audio {
  width: calc(100% - 28px);
  margin: 14px;
}


.audio-card .thumb::after {
  content: "▶";
  background: #cc0000;
}

.audio-thumb {
  background-color: #261111;
}

.audio-card .duration {
  background: rgba(204,0,0,.9);
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
}



.pmh-app-copyright{
    text-align:center;
    font-size:10px;
    color:#777;
    padding:8px 15px 35px;
    background:#000;
    line-height:1.4;
}

