/* CSS Document */

.thm-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    padding: 0 22px;
    border-radius: var(--thm-radius-sm);
    font-size: 0.82rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    border: 1px solid transparent;
    cursor: pointer;
}


.thm-button--gold {
    background: linear-gradient(135deg, var(--thm-gold-500), var(--thm-gold-600));
    color: var(--thm-white);
    box-shadow: 0 10px 24px rgba(173, 126, 47, 0.28);
}

.thm-button--outline {
    border-color: rgba(255,255,255,0.55);
    color: var(--thm-white);
}

.thm-button--outline-dark {
    border-color: var(--thm-border);
    color: var(--thm-navy-900);
}

.thm-header-listen {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.thm-header-listen-icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.thm-card {
    background: var(--thm-white);
    border: 1px solid var(--thm-border);
    border-radius: var(--thm-radius-md);
    box-shadow: var(--thm-shadow-card);
}

.thm-section {
    padding: 48px 0;
}

.thm-section-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 18px;
}

.thm-section-title {
    margin: 0;
    color: var(--thm-navy-900);
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.thm-section-link {
    color: #005bd6;
    font-size: 0.8rem;
    font-weight: 800;
    text-transform: uppercase;
}



.thm-hero-section {
    min-height: 610px;
    display: flex;
    align-items: center;
    padding: 72px 0 96px;
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(
            90deg,
            rgba(3, 19, 38, 0.7) 0%,
            rgba(3, 19, 38, 0.66) 48%,
            rgba(3, 19, 38, 0.42) 100%
			
			
        ),
        url('/wp-content/themes/truehopemedia/assets/images/hero.jpg') center/cover no-repeat;
}

.thm-hero-grid {
    display: grid;
    grid-template-columns: 1fr 390px;
    gap: 86px;
    align-items: center;
}

.thm-hero-content {
    max-width: 620px;
}

.thm-hero-eyebrow {
    margin-bottom: 18px;
    color: var(--thm-gold-500);
    font-size: 0.78rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.15em;
}

.thm-hero-content h1 {
    margin-bottom: 22px;
    color: var(--thm-white);
    font-size: clamp(3.2rem, 6vw, 5.2rem);
    line-height: 0.98;
    letter-spacing: -0.045em;
    text-shadow: 0 8px 28px rgba(0,0,0,0.28);
}

.thm-hero-text {
    max-width: 560px;
    margin-bottom: 0;
    color: rgba(255,255,255,0.92);
    font-size: 1.08rem;
    line-height: 1.65;
}

.thm-hero-actions {
    display: flex;
    gap: 18px;
    margin-top: 34px;
}

.thm-live-card {
    position: relative;
    padding: 28px;
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(3,19,38,0.98), rgba(6,27,51,0.96));
    border: 1px solid rgba(255,255,255,0.14);
    box-shadow: 0 28px 80px rgba(0,0,0,0.34);
    color: var(--thm-white);
}

.thm-live-badge {
    position: absolute;
    top: -18px;
    left: 28px;
    padding: 10px 16px;
    border-radius: 6px;
    background: var(--thm-gold-500);
    color: var(--thm-navy-950);
    font-size: 0.72rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.thm-live-art {
    position: relative;
    width: 100%;
    height: 190px;
    margin: 0 auto 18px;
    padding: 0;
    overflow: hidden;
    border-radius: 14px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.14);
}

.thm-live-cover-bg {
    position: absolute;
    inset: -18px;
    width: calc(100% + 36px);
    height: calc(100% + 36px);
    object-fit: cover;
    filter: blur(8px);
    opacity: 0.45;
    transform: scale(1.08);
}

.thm-live-cover {
    position: relative;
    z-index: 2;
    width: 150px;
    height: 150px;
    margin: 20px auto;
    object-fit: cover;
    display: block;
    border-radius: 10px;
    box-shadow: 0 14px 34px rgba(0,0,0,0.28);
}


.thm-button-icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.thm-play-svg {
    width: 32px;
    height: 32px;
    fill: currentColor;
}

.thm-play-svg--pause {
    display: none;
}

.thm-play-button.is-playing .thm-play-svg--play {
    display: none;
}

.thm-play-button.is-playing .thm-play-svg--pause {
    display: block;
}



.thm-live-meta {
    margin: 24px 0 8px;
    color: var(--thm-gold-500);
    font-size: 0.72rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.thm-live-card h3 {
    margin-bottom: 4px;
    color: var(--thm-white);
    font-size: 1.55rem;
}

.thm-live-host {
    margin-bottom: 18px;
    color: rgba(255,255,255,0.78);
    font-size: 0.92rem;
}

.thm-play-button {
    width: 64px;
    height: 64px;
    margin: 0 auto 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--thm-gold-500), var(--thm-gold-600));
    color: var(--thm-white);
    font-size: 1.3rem;
    cursor: pointer;
    box-shadow: 0 14px 30px rgba(0,0,0,0.24);
}

.thm-page-player-button.thm-play-button {
    position: absolute;
    top: 50%;
    left: 50%;

    width: 40px;
    height: 40px;

    margin: 0;

    transform: translate(-50%, -50%);

    display: flex;
    align-items: center;
    justify-content: center;
}

.thm-live-schedule-link {
    display: block;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.14);
    color: var(--thm-white);
    text-align: center;
    font-size: 0.8rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

@media (max-width: 1000px) {
    .thm-hero-grid {
        grid-template-columns: 1fr;
        gap: 54px;
    }

    .thm-live-card {
        max-width: 440px;
    }
}


.thm-quick-links {
    position: relative;
    z-index: 10;
    margin-top: -42px;
}

.thm-quick-links-panel {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background: var(--thm-white);
    border: 1px solid rgba(3, 19, 38, 0.08);
    border-radius: 10px;
    box-shadow: 0 18px 46px rgba(3, 19, 38, 0.14);
    overflow: hidden;
}

.thm-quick-link-card {
    display: flex;
    align-items: center;
    gap: 18px;
    min-height: 128px;
    padding: 28px 32px;
    background: var(--thm-white);
    border-right: 1px solid rgba(3, 19, 38, 0.08);
    transition: transform 180ms ease, background 180ms ease;
}

.thm-quick-link-card:last-child {
    border-right: 0;
}

.thm-quick-link-card:hover {
    background: #fbfaf7;
}

.thm-quick-link-icon {
    width: 75px;
    height: 75px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border-radius: 999px;
    color: var(--thm-gold-500);
    font-size: 1.45rem;
}

.thm-quick-link-card strong {
    display: block;
    margin-bottom: 6px;
    color: var(--thm-navy-950);
    font-size: 1.02rem;
    font-weight: 900;
}

.thm-quick-link-card small {
    display: block;
    max-width: 160px;
    color: var(--thm-muted);
    font-size: 0.9rem;
    line-height: 1.55;
}

@media (max-width: 900px) {
    .thm-quick-links-panel {
        grid-template-columns: repeat(2, 1fr);
    }

    .thm-quick-link-card:nth-child(2) {
        border-right: 0;
    }

    .thm-quick-link-card:nth-child(-n+2) {
        border-bottom: 1px solid rgba(3, 19, 38, 0.08);
    }
}

@media (max-width: 560px) {
    .thm-quick-links-panel {
        grid-template-columns: 1fr;
    }

    .thm-quick-link-card,
    .thm-quick-link-card:nth-child(2) {
        border-right: 0;
        border-bottom: 1px solid rgba(3, 19, 38, 0.08);
    }

    .thm-quick-link-card:last-child {
        border-bottom: 0;
    }
}

.thm-program-episodes-inline {
    margin-top: 42px;
}

.thm-programs-section {
    padding-top: 26px;
    padding-bottom: 80px;
    background: var(--thm-soft);
}

.thm-program-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.thm-program-tile {
    overflow: hidden;
    border-radius: 10px;
    background: var(--thm-white);
    border: 1px solid rgba(3, 19, 38, 0.08);
}

.thm-program-tile-image {
    position: relative;
    height: 150px;
    overflow: hidden;
}

.thm-program-tile-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.thm-program-image-overlay {
    position: absolute;
    inset: 0;
}

/* Discovering God's Truth */
.thm-program-image-overlay--blue {
    background:
        linear-gradient(
            180deg,
            rgba(9, 42, 88, 0.30),
            rgba(9, 42, 88, 0.9)
        );
}

/* Words to Consider */
.thm-program-image-overlay--gold {
    background:
        linear-gradient(
            180deg,
            rgba(118, 84, 28, 0.24),
            rgba(118, 84, 28, 0.9)
        );
}

/* Equipped by the Word */
.thm-program-image-overlay--green {
    background:
        linear-gradient(
            180deg,
            rgba(18, 78, 58, 0.24),
            rgba(18, 78, 58, 0.9)
        );
}

/* Sacred Music Hour */
.thm-program-image-overlay--orange {
    background:
        linear-gradient(
            180deg,
            rgba(126, 58, 18, 0.22),
            rgba(126, 58, 18, 0.9)
        );
}

.thm-program-image-title {
    position: absolute;
    inset: 0;
    z-index: 2;

    display: flex;
    align-items: center;
    justify-content: center;

    margin: 0;
    padding: 24px;

    color: rgba(255,255,255,0.94);

    font-size: 1.38rem;
    font-weight: 600;
    line-height: 1.05;
    text-align: center;
    letter-spacing: 0.04em;

    text-shadow: 0 3px 16px rgba(0,0,0,0.28);
}

.thm-program-tile-content {
    padding: 18px 18px 20px;
}

.thm-program-tile-content h4 {
    margin: 0 0 8px;
    font-family: var(--thm-font-heading);
    color: var(--thm-navy-950);
    font-size: 1.2rem;
    line-height: 1.2;
}

.thm-program-tile-content p {
    margin-bottom: 14px;
    font-size: 0.9rem;
    line-height: 1.55;
}

.thm-program-tile-content a {
    color: var(--thm-gold-600);
    font-size: 0.78rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

@media (max-width: 1100px) {
    .thm-program-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .thm-program-grid {
        grid-template-columns: 1fr;
    }
}

.thm-button--dark {
    background: var(--thm-navy-950);
    color: var(--thm-white);
}

.thm-featured-content {
    padding: 42px 0 34px;
}

.thm-featured-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.thm-feature-card {
    min-height: 340px;
    border-radius: 10px;
    overflow: hidden;
	border: 0;
	box-shadow: none;
	position: relative;
}

.thm-feature-card-content {
    position: relative;
    z-index: 2;
    max-width: 360px;
    padding: 38px;
}

.thm-feature-title-part {
    display: block;
    margin-top: 8px;
    font-size: 0.42em;
    line-height: 1.2;
    letter-spacing: 0.04em;
    opacity: 0.72;
}

.thm-feature-card h2 {
    margin-bottom: 18px;
    font-size: clamp(2.1rem, 4vw, 3.05rem);
    line-height: 0.98;
    color: var(--thm-navy-950);
}

.thm-feature-card p {
    margin-bottom: 24px;
    font-size: 0.96rem;
    line-height: 1.7;
}

@media (max-width: 900px) {
    .thm-featured-grid {
        grid-template-columns: 1fr;
    }
}



.thm-feature-bg {
    position: absolute;
    inset: 0;
	border: 0;
	outline: none;
}

.thm-feature-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
		border: 0;
	outline: none;

}

.thm-feature-overlay {
    position: absolute;
    inset: 0;
}

.thm-feature-card--devotional .thm-feature-overlay {
    background:
        linear-gradient(
            90deg,
            rgba(247, 241, 228, 0.96) 0%,
            rgba(247, 241, 228, 0.88) 42%,
            rgba(247, 241, 228, 0.35) 100%
        );
}

.thm-feature-card--podcast .thm-feature-overlay {
    background:
        linear-gradient(
            90deg,
            rgba(222, 233, 246, 0.96) 0%,
            rgba(222, 233, 246, 0.86) 42%,
            rgba(222, 233, 246, 0.30) 100%
        );
}

.thm-feature-card--podcast h2 {
    color: var(--thm-navy-950);
}

.thm-feature-card--podcast p {
    color: var(--thm-muted);
}

.thm-card-kicker {
    margin-bottom: 14px;
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.thm-feature-card--devotional .thm-card-kicker {
    color: #9b7b4b;
}

.thm-feature-card--podcast .thm-card-kicker {
    color: #4f6f97;
}

.thm-schedule-page-item.is-on-air {
    background: #fffaf0;
    border-left: 4px solid var(--thm-gold-500);
}

.thm-on-air-now-badge {
    display: inline-flex;
    margin-bottom: 8px;
    padding: 5px 9px;
    border-radius: 999px;
    background: var(--thm-gold-500);
    color: var(--thm-navy-950);
    font-size: 0.65rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.thm-schedule-section {
    padding-top: 22px;
    background: var(--thm-soft);
}

.thm-schedule-strip {
    display: grid;
    grid-template-columns: 280px repeat(3, 1fr);
    border-radius: 12px;
    overflow: hidden;
    background: var(--thm-white);
    box-shadow: 0 10px 28px rgba(3, 19, 38, 0.06);
}

.thm-schedule-now {
    padding: 28px;
    background:
        linear-gradient(
            180deg,
            rgba(3,19,38,0.98),
            rgba(8,30,56,0.96)
        );
    color: var(--thm-white);
}

.thm-schedule-now-label {
    display: inline-block;
    margin-bottom: 18px;
    color: var(--thm-gold-500);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.thm-schedule-now h3 {
    margin-bottom: 10px;
    color: var(--thm-white);
    font-size: 2rem;
    line-height: 0.95;
}

.thm-schedule-now p {
    margin-bottom: 26px;
    color: rgba(255,255,255,0.78);
    font-size: 0.92rem;
}

.thm-schedule-time-range {
    color: var(--thm-gold-500);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.04em;
}

.thm-schedule-upcoming {
    padding: 28px;
    border-left: 1px solid rgba(3, 19, 38, 0.08);
    background: var(--thm-white);
}

.thm-schedule-hour {
    margin-bottom: 16px;
    color: #2962c9;
    font-size: 0.82rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.thm-schedule-upcoming h3 {
    margin-bottom: 10px;
    font-size: 1.15rem;
    line-height: 1.2;
}

.thm-schedule-upcoming p {
    margin-bottom: 0;
    font-size: 0.92rem;
    line-height: 1.65;
}

@media (max-width: 1000px) {

    .thm-schedule-strip {
        grid-template-columns: 1fr;
    }

    .thm-schedule-upcoming {
        border-left: 0;
        border-top: 1px solid rgba(3, 19, 38, 0.08);
    }

}

.thm-verse-section {
    padding: 34px 0;
    background: var(--thm-soft);
}

.thm-verse-banner {
    position: relative;
    overflow: hidden;
    min-height: 170px;
    padding: 38px 56px;
    border-radius: 12px;
    background:
        linear-gradient(
            90deg,
            rgba(3, 19, 38, 0.98) 0%,
            rgba(3, 19, 38, 0.88) 45%,
            rgba(3, 19, 38, 0.46) 100%
        ),
        url('/wp-content/themes/truehopemedia/assets/images/Bible-banner.png') right 50% bottom -60px/cover no-repeat;
    color: var(--thm-white);
}

.thm-verse-mark {
    position: absolute;
    top: 22px;
    left: 34px;
    color: var(--thm-gold-500);
    font-family: var(--thm-font-heading);
    font-size: 4rem;
    line-height: 1;
}

.thm-verse-banner blockquote {
    position: relative;
    z-index: 2;
    max-width: 620px;
    margin: 0 0 14px 42px;
    color: var(--thm-white);
    font-family: var(--thm-font-heading);
    font-size: clamp(1.7rem, 3vw, 2.35rem);
    line-height: 1.2;
}

.thm-verse-banner cite {
    position: relative;
    z-index: 2;
    display: block;
    margin-left: 42px;
    color: var(--thm-gold-500);
    font-style: normal;
    font-weight: 800;
}

.thm-quick-icon {
    width: 42px;
    height: 42px;
    color: var(--thm-navy-700);
    flex-shrink: 0;
}

.thm-page-hero {
    padding: 34px 0;
    background:
        linear-gradient(
            90deg,
            rgba(3, 19, 38, 0.95),
            rgba(3, 19, 38, 0.72)
        ),
        url('/wp-content/themes/truehopemedia/assets/images/hero.jpg') center/cover no-repeat;
    color: var(--thm-white);
}

.thm-page-title-part {
    display: block;
    margin-top: 14px;
    font-size: 0.42em;
    line-height: 1.2;
    letter-spacing: 0.06em;
    opacity: 0.72;
    font-weight: 600;
}

.thm-page-hero-grid {
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 56px;
    align-items: center;
}

.thm-page-hero-content h1 {
    margin-bottom: 10px;
    color: var(--thm-white);
    font-size: clamp(2rem, 4vw, 3.2rem);
}

.thm-page-hero-content p {
    max-width: 560px;
    color: rgba(255,255,255,0.86);
    font-size: 1.08rem;
}
.thm-player-progress {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 10px;
    align-items: center;
    margin-top: 10px;
}

.thm-player-progress span {
   color: rgba(255,255,255,0.92);
    font-size: 0.72rem;
    font-weight: 700;
}

.thm-player-progress input {
    width: 100%;
}

.thm-player-progress[hidden] {
    display: none !important;
}

.thm-player-progress input[type="range"] {
    appearance: none;
    -webkit-appearance: none;

    width: 100%;
    height: 4px;

    background: rgba(255,255,255,0.22);
    border-radius: 999px;

    outline: none;
    cursor: pointer;
}

/* Webkit Track */
.thm-player-progress input[type="range"]::-webkit-slider-runnable-track {
    height: 4px;
    background: rgba(255,255,255,0.28);
    border-radius: 999px;
}

/* Webkit Thumb */
.thm-player-progress input[type="range"]::-webkit-slider-thumb {
    appearance: none;
    -webkit-appearance: none;

    width: 14px;
    height: 14px;

    border-radius: 50%;
    background: #fff;

    margin-top: -5px;

    border: none;

    box-shadow: 0 2px 10px rgba(0,0,0,0.24);
}

/* Firefox Track */
.thm-player-progress input[type="range"]::-moz-range-track {
    height: 4px;
    background: rgba(255,255,255,0.28);
    border-radius: 999px;
}

/* Firefox Thumb */
.thm-player-progress input[type="range"]::-moz-range-thumb {
    width: 14px;
    height: 14px;

    border: none;
    border-radius: 50%;

    background: #fff;

    box-shadow: 0 2px 10px rgba(0,0,0,0.24);
}

.thm-page-player-card {
    display: flex;
	margin-top: 14px;
    align-items: center;
	padding: 14px;
	padding-top: 26px;
    gap: 16px;
	position: relative;
    overflow: visible;

    border-radius: 14px;

    background:
        linear-gradient(
            180deg,
            rgba(3,19,38,0.98),
            rgba(6,27,51,0.96)
        );

    border: 1px solid rgba(255,255,255,0.14);

    box-shadow: 0 18px 50px rgba(0,0,0,0.24);

    color: var(--thm-white);
}

.thm-page-player-art-wrap {
    position: relative;
    flex-shrink: 0;
}

.thm-page-player-art {
	width: 88px;
    height: 88px;
	object-fit: cover;
    border-radius: 12px;
    display: block;
}

.thm-page-player-button {
    position: absolute;

    top: 50%;
    left: 50%;

    transform: translate(-50%, -50%);

    width: 40px;
    height: 40px;

    border: none;
    border-radius: 50%;

    background:
        linear-gradient(
            135deg,
            var(--thm-gold-500),
            var(--thm-gold-600)
        );

    color: var(--thm-white);

    display: flex;
    align-items: center;
    justify-content: center;

    cursor: pointer;

    box-shadow: 0 14px 30px rgba(0,0,0,0.24);
}

.thm-page-player-content {
    min-width: 0;
}

.thm-page-player-content h3 {
    color: var(--thm-white);
	margin: 8px 0 4px;
    font-size: 1.2rem;
	line-height: 1.15;
}

.thm-page-player-content p {
    margin: 0;
    color: rgba(255,255,255,0.78);
	font-size: 0.86rem;
}

.thm-play-button,
.thm-episode-play-button {
    position: relative;
}

/* Hide icons while loading */
.thm-play-button.is-loading .thm-play-svg,
.thm-episode-play-button.is-loading .thm-play-svg,
.thm-page-player-button.is-loading .thm-play-svg {
    opacity: 0;
}

/* Spinner */
.thm-play-button.is-loading::after,
.thm-episode-play-button.is-loading::after,
.thm-page-player-button.is-loading::after {
    content: '';

    position: absolute;
    inset: 0;
    margin: auto;

    width: 18px;
    height: 18px;

    border-radius: 50%;

    border: 2px solid rgba(255,255,255,0.28);
    border-top-color: #fff;

    animation: thm-spin 0.7s linear infinite;
}

@keyframes thm-spin {
    to {
        transform: rotate(360deg);
    }
}

.thm-page-player-card .thm-live-badge {
    position: absolute;
    top: -12px;
    left: 26px;
    display: inline-flex;
    width: fit-content;
    padding: 7px 11px;
    border-radius: 5px;
    font-size: 0.62rem;
    z-index: 3;
}

.thm-page-eyebrow {
    margin-bottom: 12px;
    color: var(--thm-gold-500);
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.thm-program-host {
    margin-top: 18px;
    color: var(--thm-gold-500) !important;
    font-weight: 800;
}



.thm-program-single-art img {
    width: 100%;
    border-radius: 14px;
    box-shadow: 0 18px 45px rgba(3, 19, 38, 0.14);
}

.thm-program-single-content {
    max-width: 760px;
}

.thm-program-single-content h2 {
    margin-bottom: 18px;
}

.thm-scripture-list-item{
	margin-top: 20px;
}

.thm-series-episode-list {
    display: grid;
    gap: 8px;
}

.thm-series-episode {
    display: block;
    padding: 9px 10px;
    border-radius: 8px;
    background: rgba(3, 19, 38, 0.04);
    color: var(--thm-navy-950);
    font-size: 0.82rem;
    font-weight: 700;
}

.thm-series-episode.is-current {
    background: var(--thm-gold-500);
    color: var(--thm-navy-950);
}

.thm-episode-play-card h3{
	margin-bottom: 10px;
}

.thm-episode-list {
    display: grid;
    gap: 14px;
}

.thm-episode-card {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    padding: 22px 24px;
    border-radius: 12px;
    background: var(--thm-white);
    border: 1px solid rgba(3, 19, 38, 0.08);
}

.thm-episode-card h3 {
    margin-bottom: 8px;
    font-size: 1.15rem;
}

.thm-episode-card p {
    margin: 0;
    font-size: 0.92rem;
}

.thm-episode-link {
    flex-shrink: 0;
    color: var(--thm-gold-600);
    font-size: 0.78rem;
    font-weight: 900;
    text-transform: uppercase;
}

.thm-episode-hero-grid {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 48px;
    align-items: center;
}

.thm-episode-art-wrap {
    position: relative;
}

.thm-episode-art {
    width: 100%;
    border-radius: 16px;
    display: block;
    box-shadow: 0 20px 50px rgba(0,0,0,0.24);
}

.thm-episode-play-button {
    position: absolute;
    top: 50%;
    left: 50%;

    transform: translate(-50%, -50%);

    width: 72px;
    height: 72px;

    border: none;
    border-radius: 50%;

    background:
        linear-gradient(
            135deg,
            var(--thm-gold-500),
            var(--thm-gold-600)
        );

    color: var(--thm-white);

    display: flex;
    align-items: center;
    justify-content: center;

    cursor: pointer;

    box-shadow: 0 18px 40px rgba(0,0,0,0.24);
}

.thm-episode-scriptures {
    margin-top: 46px;
}

.thm-episode-scripture-list {
    display: grid;
    gap: 16px;
}

.thm-episode-scripture-item {
    padding: 24px;
    border-radius: 14px;
    background: var(--thm-white);
    border: 1px solid rgba(3, 19, 38, 0.08);
}

.thm-episode-scripture-item h3 {
    margin-bottom: 10px;
    color: var(--thm-gold-600);
    font-size: 0.9rem;
    font-weight: 900;
}

.thm-episode-scripture-item p {
    margin: 0;
    line-height: 1.75;
}


/* =========================================
   BIBLE LAYOUT
========================================= */

.thm-bible-page {
    background: var(--thm-soft);
    padding-top: 36px;
    padding-bottom: 76px;
}

.thm-bible-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 26px;
    align-items: start;
}

.thm-bible-study-shell {
    display: grid;
    grid-template-columns: 210px minmax(0, 1fr);
    min-height: 680px;

    overflow: hidden;

    border-radius: 18px;
    background: var(--thm-white);
    border: 1px solid rgba(3, 19, 38, 0.08);
    box-shadow: 0 16px 42px rgba(3, 19, 38, 0.07);
}

.thm-bible-books {
    min-width: 0;
    padding: 16px 14px;
    background: #f7f9fc;
    border-right: 1px solid rgba(3, 19, 38, 0.08);
}

.thm-bible-books h3 {
    margin-bottom: 16px;
    color: var(--thm-navy-950);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.thm-bible-book-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3px;
    max-height: none;
    overflow: visible;

    padding-right: 0;
}

.thm-bible-book-list button {
    width: 100%;
 	padding: 5px 7px;
    font-size: 0.78rem;
	line-height: 1.2;
    border: 0;
    border-radius: 8px;

    background: transparent;
    color: var(--thm-navy-900);

    font-weight: 700;
    text-align: left;

    cursor: pointer;
}

.thm-bible-book-list button:hover,
.thm-bible-book-list button.is-active {
    background: var(--thm-navy-950);
    color: var(--thm-white);
}

.thm-bible-reader {
    min-width: 0;
    background: var(--thm-white);
}

.thm-bible-toolbar {
    display: flex;
    gap: 10px;

    padding: 18px;

    background: var(--thm-white);
    border-bottom: 1px solid rgba(3, 19, 38, 0.08);
}

.thm-bible-toolbar input {
    flex: 1;
    min-height: 44px;

    padding: 0 14px;

    border: 1px solid rgba(3, 19, 38, 0.12);
    border-radius: 10px;

    font-size: 0.92rem;
}

.thm-bible-toolbar button {
    min-height: 44px;
    padding: 0 18px;

    border: 0;
    border-radius: 10px;

    background: var(--thm-gold-500);
    color: var(--thm-navy-950);

    font-size: 0.78rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.06em;

    cursor: pointer;
}

.thm-bible-passage {
    padding: 36px 42px;
}

.thm-bible-passage h2 {
    margin-bottom: 22px;

    color: var(--thm-navy-950);

    font-size: 2.1rem;
    line-height: 1.1;
}

.thm-bible-verses {
    color: var(--thm-navy-900);

    font-size: 1.08rem;
    line-height: 1.95;
}

.thm-bible-sidebar {
    position: sticky;
    top: 110px;
    min-width: 0;
}

.thm-bible-verses sup {
    margin-right: 6px;
    color: var(--thm-gold-600);
    font-size: 0.68rem;
    font-weight: 900;
}

.thm-bible-verse {
    display: inline;
    transition:
        background-color 0.35s ease,
        color 0.35s ease;
}

.thm-bible-verse.is-highlighted {
    background: rgba(255, 215, 0, 0.18);
    border-radius: 6px;
}

.thm-bible-verse::after {
    content: ' ';
}

.thm-bible-passage.is-verse-lines .thm-bible-verse {
    display: block;
    margin-bottom: 14px;
}

.thm-bible-passage.is-verse-lines .thm-bible-verse::after {
    content: '';
}

.thm-bible-tool-button {
    width: 44px;
    min-width: 44px;
    height: 44px;
    padding: 0;

    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.thm-bible-tool-button.is-active {
    background: var(--thm-navy-950);
    color: var(--thm-white);
}

.thm-bible-books {
    width: 210px;
    transition:
        opacity 0.18s ease,
        transform 0.18s ease;
}

.thm-bible-reader {
    transition: width 0.18s ease;
}

.thm-bible-study-shell.is-books-collapsed .thm-bible-books {
    display: none;
}

.thm-bible-study-shell.is-books-collapsed {
    grid-template-columns: minmax(0, 1fr);
}

.thm-bible-book-button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 7px 8px;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: var(--thm-navy-900);
    font-size: 0.8rem;
    font-weight: 800;
    text-align: left;
    cursor: pointer;
}

.thm-bible-book-group.is-open .thm-bible-book-button {
    background: var(--thm-navy-950);
    color: var(--thm-white);
}

.thm-bible-book-arrow {
    transition: transform 0.18s ease;
    opacity: 0.7;
}

.thm-bible-book-group.is-open .thm-bible-book-arrow {
    transform: rotate(180deg);
}

.thm-bible-chapter-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 5px;
    padding: 8px 4px 10px;
}

.thm-bible-chapter-list[hidden] {
    display: none;
}

.thm-bible-chapter-list button {
    min-height: 28px;
    padding: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid rgba(3, 19, 38, 0.08);
    border-radius: 7px;

    background: var(--thm-white);
    color: var(--thm-navy-900);

    font-size: 0.74rem;
    font-weight: 800;

    cursor: pointer;
}



.thm-bible-chapter-list button:hover,
.thm-bible-chapter-list button.is-active {
    background: var(--thm-gold-500);
    color: var(--thm-navy-950);
}


.thm-bible-search-reference {
    padding: 0;
    border: 0;
    background: transparent;

    color: var(--thm-gold-600);

    font-size: 0.82rem;
    font-weight: 900;
    letter-spacing: 0.02em;

    cursor: pointer;
}

.thm-bible-search-reference:hover {
    text-decoration: underline;
}

.thm-bible-search-result mark {
    background: rgba(255, 215, 0, 0.22);
    color: inherit;
    padding: 0 2px;
    border-radius: 3px;
    font-weight: 700;
}

.thm-related-episodes {
    display: grid;
    gap: 10px;
}

.thm-related-episode {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    text-decoration: none;
}

.thm-related-episode-art {
    width: 46px;
    height: 46px;
    border-radius: 8px;
    object-fit: cover;
}

.thm-related-episode-content {
    min-width: 0;
}

.thm-related-episode-content strong {
    display: block;
    color: var(--thm-navy-950);
    font-size: 0.84rem;
    line-height: 1.25;
}

.thm-related-episode-content span {
    display: block;
    margin-top: 3px;
    color: var(--thm-gold-600);
    font-size: 0.68rem;
    font-weight: 800;
    text-transform: uppercase;
}

.sidebar-bible-related-holder{
	margin-top: 20px;
}

.thm-bible-reader-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 22px;
}

.thm-bible-reader-heading h2 {
    margin-bottom: 0;
}

.thm-bible-reader-nav {
    display: flex;
    gap: 8px;
}

.thm-bible-reader-nav button {
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 999px;
    background: var(--thm-gold-500);
    color: var(--thm-navy-950);
    font-weight: 900;
    cursor: pointer;
}

@media (max-width: 1100px) {
    .thm-bible-layout {
        grid-template-columns: 1fr;
    }

    .thm-bible-sidebar {
        display: none;
    }
}

@media (max-width: 760px) {
    .thm-bible-study-shell {
        grid-template-columns: 1fr;
    }

    .thm-bible-books {
        border-right: 0;
        border-bottom: 1px solid rgba(3, 19, 38, 0.08);
    }

    .thm-bible-book-list {
        max-height: 260px;
    }

    .thm-bible-toolbar {
        flex-direction: column;
    }

    .thm-bible-passage {
        padding: 28px 22px;
    }
}



/* =========================================
   END BIBLE LAYOUT
========================================= */






.thm-episode-scripture {
    margin-top: 22px;
    color: var(--thm-gold-500);
    font-weight: 800;
}

.thm-episode-body {
    max-width: 760px;
}



.thm-episode-body {
    max-width: 820px;
    font-size: 1.05rem;
}



.thm-episode-art-wrap {
    position: relative;
}

.thm-episode-art {
    width: 100%;
    border-radius: 14px;
    display: block;
}

.thm-episode-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 64px;
    height: 64px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--thm-gold-500), var(--thm-gold-600));
    color: var(--thm-white);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.thm-sidebar-card {
    padding: 22px;
    border-radius: 12px;
    background: var(--thm-white);
    border: 1px solid rgba(3, 19, 38, 0.08);
}

.thm-episode-program {
    margin-bottom: 6px;
    color: var(--thm-gold-600);
    font-size: 0.74rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.thm-episode-play-button .thm-play-svg--pause {
    display: none;
}

.thm-episode-play-button.is-playing .thm-play-svg--play {
    display: none;
}

.thm-episode-play-button.is-playing .thm-play-svg--pause {
    display: block;
}

/* =========================================
   SHARED CONTENT LAYOUT
========================================= */

.thm-content-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 32px;
    align-items: start;
}

.thm-content-main {
    min-width: 0;
}

.thm-content-sidebar {
    position: sticky;
    top: 110px;
    display: grid;
    gap: 18px;
}

.thm-sidebar-card {
    padding: 24px;
    border-radius: 14px;
    background: var(--thm-white);
    border: 1px solid rgba(3, 19, 38, 0.08);
    box-shadow: 0 12px 34px rgba(3, 19, 38, 0.05);
}

.thm-sidebar-card h3 {
    margin-bottom: 10px;
}

.thm-sidebar-card p:last-child {
    margin-bottom: 0;
}

.thm-sidebar-card--dark {
    background:
        linear-gradient(
            180deg,
            rgba(3,19,38,0.98),
            rgba(6,27,51,0.96)
        );

    color: var(--thm-white);
}

.thm-sidebar-card--dark h3 {
    color: var(--thm-white);
}

.thm-sidebar-card--dark p {
    color: rgba(255,255,255,0.76);
}

@media (max-width: 950px) {

    .thm-content-layout {
        grid-template-columns: 1fr;
    }

    .thm-content-sidebar {
        position: static;
    }

}

/* =========================================
   PUBLIC SCHEDULE PAGE
========================================= */

.thm-schedule-page {
    background: var(--thm-soft);
    padding-top: 28px;
    padding-bottom: 70px;
}

.thm-schedule-tabs {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    margin-bottom: 10px;
    max-width: 820px;
    border: 1px solid rgba(3, 19, 38, 0.10);
    border-radius: 10px;
    overflow: hidden;
    background: var(--thm-white);
}

.thm-schedule-tab {
    min-height: 58px;
    border: 0;
    border-right: 1px solid rgba(3, 19, 38, 0.08);
    background: var(--thm-white);
    color: var(--thm-navy-900);
    font-size: 0.76rem;
    font-weight: 900;
    text-transform: uppercase;
    cursor: pointer;
}

.thm-schedule-tab:last-child {
    border-right: 0;
}

.thm-schedule-tab.is-active {
    background: var(--thm-navy-950);
    color: var(--thm-white);
}

.thm-schedule-day {
    display: none;
}

.thm-schedule-day.is-active {
    display: block;
}

.thm-schedule-page-list {
    max-width: 820px;
    overflow: hidden;
    border: 1px solid rgba(3, 19, 38, 0.10);
    border-radius: 12px;
    background: var(--thm-white);
    box-shadow: 0 12px 34px rgba(3, 19, 38, 0.06);
}

.thm-schedule-page-item {
    display: grid;
    grid-template-columns: 110px 1fr;
    gap: 24px;
    padding: 22px 26px;
    border-bottom: 1px solid rgba(3, 19, 38, 0.08);
    background: var(--thm-white);
}

.thm-schedule-page-item:last-child {
    border-bottom: 0;
}

.thm-schedule-page-time {
    color: #005bd6;
    font-size: 0.95rem;
    font-weight: 900;
}

.thm-schedule-page-time span {
    display: block;
    margin-top: 4px;
    color: var(--thm-muted);
    font-size: 0.76rem;
    font-weight: 700;
}

.thm-schedule-page-info h3 {
    margin: 0 0 6px;
    color: var(--thm-navy-950);
    font-size: 1.15rem;
    line-height: 1.2;
}

.thm-schedule-page-info p {
    margin: 0;
    color: var(--thm-muted);
    font-size: 0.9rem;
    line-height: 1.55;
}

/* Optional small color marker */
.thm-schedule-page-info h3::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 8px;
    border-radius: 999px;
    background: var(--program-color);
}


/* =========================================
   SIDEBAR VERSE
========================================= */

.thm-sidebar-verse {
    position: relative;
    overflow: hidden;

    background:
        linear-gradient(
            180deg,
            rgba(3,19,38,0.4),
            rgba(8,30,56,0.6)
        ),
        url('/wp-content/themes/truehopemedia/assets/images/Bible-banner.png')
        center bottom / cover no-repeat;

    color: var(--thm-white);
}

.thm-sidebar-verse::after {
    content: '';

    position: absolute;
    inset: 0;

    background:
        radial-gradient(
            circle at top right,
            rgba(255,255,255,0.08),
            transparent 46%
        );

    pointer-events: none;
}

.thm-sidebar-verse-kicker {
    position: relative;
    z-index: 2;

    display: inline-block;

    margin-bottom: 16px;

    color: var(--thm-gold-500);

    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.thm-sidebar-verse-mark {
    position: absolute;
    top: 28px;
    left: 18px;

    color: rgba(255,255,255,0.06);

    font-family: var(--thm-font-heading);
    font-size: 5rem;
    line-height: 1;
}

.thm-sidebar-verse-text {
    position: relative;
    z-index: 2;

    margin: 0 0 18px;

    color: rgba(255,255,255,0.94);

    font-size: 1rem;
    line-height: 1.8;
}

.thm-sidebar-verse-reference {
    position: relative;
    z-index: 2;

    color: var(--thm-gold-500);

    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}


@media (max-width: 900px) {
    .thm-schedule-tabs {
        grid-template-columns: repeat(2, 1fr);
    }

    .thm-schedule-page-item {
        grid-template-columns: 1fr;
        gap: 8px;
    }
}



@media (max-width: 900px) {
    .thm-episode-hero-grid {
        grid-template-columns: 1fr;
    }

    .thm-episode-art-wrap {
        max-width: 320px;
    }
}

@media (max-width: 800px) {
    

    .thm-program-single-art {
        max-width: 320px;
    }
}

@media (max-width: 900px) {
    .thm-page-player-card {
        max-width: 100%;
    }
}

@media (max-width: 900px) {
    .thm-page-hero-grid {
        grid-template-columns: 1fr;
    }

    .thm-page-player-card {
        max-width: 460px;
    }
}


@media (max-width: 600px) {
    .thm-schedule-item {
        grid-template-columns: 1fr;
        gap: 8px;
    }
}





@media (max-width: 1000px) {

    .thm-hero-grid {
        grid-template-columns: 1fr;
    }

    .thm-live-card {
        max-width: 500px;
    }

    .thm-hero-actions {
        flex-wrap: wrap;
    }

}