/*
Theme Name: The Deen Show
Theme URI: https://www.thedeenshow.com
Author: Abdul Wahid
Author URI: https://www.thedeenshow.com
Description: A custom WordPress theme for The Deen Show video platform. This theme contains only the front-end design and rss feed for podcast.
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: deen
Tags: responsive, custom-menu, featured-images, video-platform
*/

/* ============================================================================
   TABLE OF CONTENTS
   ============================================================================
   1. RESET & BASE STYLES
   2. LAYOUT
   3. COMPONENTS
      3.1 Top Bar & Header
      3.2 Navigation
      3.3 Video Cards & Thumbnails
      3.4 Buttons & Forms
      3.5 Modals & Overlays
   4. PAGE-SPECIFIC STYLES
      4.1 Homepage
      4.2 Single Posts
      4.3 Archive Pages
      4.4 Search Results
      4.5 Contact Page
   5. UTILITIES
   6. MEDIA QUERIES
   ============================================================================ */

/* ============================================================================
   1. RESET & BASE STYLES
   ============================================================================ */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    background-color: #fff;
    overflow-x: hidden;
    width: 100%;
}

/* Typography */
h1, h2, h3, h4, h5, h6,
.site-title,
.entry-title,
.page-title,
.widget-title,
.section-title {
    font-family: 'Poppins', sans-serif;
}

h1, h2 {
    color: #333;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    color: #0073aa;
    text-decoration: none;
    transition: all 0.3s ease;
}

a:hover {
    color: #00a0d2;
}

/* Screen Reader Text */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

/* ============================================================================
   2. LAYOUT
   ============================================================================ */

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Video Grid System */
.video-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 30px;
}

/* Sidebar video grid - always 1 column */
.related-videos .video-grid {
    grid-template-columns: 1fr;
}

.archive-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 30px;
}

.search-results-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 30px;
}

/* ============================================================================
   3. COMPONENTS
   ============================================================================ */

/* 3.1 Top Bar & Header
   -------------------------------------------------------------------------- */

.top-bar {
    background-color: #fff;
    padding: 10px 10px;
    color: #333;
}

.top-bar-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-links {
    display: flex;
    gap: 10px;
}

.top-link, .top-links a, .top-links div, .top-links span {
    text-decoration: none;
    border-bottom: none;
    background: none;
    box-shadow: none;
    text-shadow: none;
}

.top-link {
    cursor: pointer;
    display: inline-block;
    color: #333;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    padding: 0 5px;
    position: relative;
    border-bottom: 2px solid transparent;
    text-decoration: none;
}

.top-link:hover, .top-link:focus, .top-link:active {
    text-decoration: none;
    color: #0be6af;
}

/* Support Section */
.support-section {
    display: flex;
    align-items: center;
    gap: 15px;
}

.support-text {
    display: flex;
    flex-direction: column;
    text-align: right;
}

.support-title {
    color: #333;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
}

.support-subtitle {
    color: #666;
    font-size: 12px;
    line-height: 1.2;
    margin-top: 2px;
}

.support-button {
    background-color: #0be6af;
    color: #fff;
    padding: 8px 16px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 14px;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
    transition: all 0.3s ease;
}

.support-button:hover {
    background-color: #09c794;
    color: #000;
    text-decoration: none;
    transform: translateY(-2px);
}

/* Header */
.site-header {
    background-color: #fff;
    padding: 15px 0;
}

.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.site-branding {
    padding-left: 10px;
}

/* Header Menu */
.header-menu-container {
    display: flex;
    align-items: flex-start;
}

.header-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 10px;
    align-items: flex-start;
}

.header-menu li {
    margin: 0;
    display: flex;
    align-items: flex-start;
}

.header-menu a {
    color: #333;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    position: relative;
    transition: all 0.3s ease;
    vertical-align: top;
}

.header-menu a:hover,
.header-menu a:focus,
.header-menu a:active {
    text-decoration: none;
    color: #0be6af;
    transform: translateY(-2px);
}

/* 3.2 Navigation
   -------------------------------------------------------------------------- */

.main-navigation {
    background-color: #fff;
    padding: 0;
    margin-top: 0;
    border-top: none;
}

.main-menu-container {
    display: block;
    position: static;
    padding: 0;
    width: 100%;
    background-color: #fff;
}

.menu-search-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.primary-menu {
    display: flex;
    flex-direction: row;
    list-style: none;
    overflow-x: auto;
    white-space: nowrap;
    padding: 5px 10px;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
    justify-content: flex-start;
}

.primary-menu li {
    margin: 0;
}

.primary-menu a {
    color: #333;
    font-weight: 720;
    padding: 8px 12px;
    text-transform: uppercase;
    font-size: 12px;
    position: relative;
    border-bottom: none;
    text-decoration: none;
    transition: all 0.3s ease;
}

.primary-menu a:hover {
    color: #0be6af;
    transform: translateY(-2px);
}

.primary-menu a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
    height: 2px;
    background-color: #ff005b;
    transition: all 0.3s ease;
    display: block;
}

.primary-menu a:hover::after {
    width: 90%;
}

.primary-menu li:nth-child(1) a::after {
    background-color: #ff005b;
}

.primary-menu li:nth-child(2) a::after {
    background-color: #3498db;
}

.primary-menu li:nth-child(3) a::after {
    background-color: #2ecc71;
}

/* Navigation Search */
.nav-search {
    display: flex;
    align-items: center;
    margin-left: 10px;
    position: relative;
}

.nav-search-toggle {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 8px 12px;
    background-color: #333;
    border-radius: 4px;
    margin-left: 15px;
    position: relative;
    z-index: 101;
}

.search-text {
    font-size: 14px;
}

.nav-search-box {
    width: 0;
    overflow: hidden;
    transition: all 0.3s ease;
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    background-color: #000;
    padding: 10px;
    z-index: 100;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}

.nav-search-box.active {
    width: 300px;
    display: flex;
}

.nav-search-form {
    display: flex;
    width: 100%;
    align-items: center;
}

.nav-search-field {
    width: 100%;
    padding: 8px 12px;
    border: none;
    background-color: #333;
    color: #fff;
    border-radius: 4px 0 0 4px;
    font-size: 14px;
}

.nav-search-submit {
    background-color: #ff005b;
    color: #fff;
    border: none;
    padding: 8px 12px;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
    margin-left: -1px;
}

.nav-search-close {
    color: #fff;
    font-size: 16px;
    margin-left: 10px;
    text-decoration: none;
}

.menu-toggle {
    display: none;
}

.menu-toggle-icon {
    display: flex;
    flex-direction: column;
    width: 24px;
    height: 18px;
    justify-content: space-between;
}

.menu-toggle-icon span {
    display: block;
    height: 3px;
    width: 100%;
    background-color: #fff;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.main-navigation.toggled .menu-toggle-icon span:nth-child(1) {
    transform: translateY(7.5px) rotate(45deg);
}

.main-navigation.toggled .menu-toggle-icon span:nth-child(2) {
    opacity: 0;
}

.main-navigation.toggled .menu-toggle-icon span:nth-child(3) {
    transform: translateY(-7.5px) rotate(-45deg);
}

/* Social Links */
.social-links {
    display: flex;
    gap: 10px;
}

.social-link {
    color: #fff;
    font-size: 16px;
}

/* 3.3 Video Cards & Thumbnails
   -------------------------------------------------------------------------- */

.video-card {
    background-color: #fff;
    border-radius: 8px;
    overflow: visible;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.video-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.video-thumbnail {
    position: relative;
    padding-top: 56.25%; /* 16:9 aspect ratio */
    overflow: hidden;
    display: block;
    width: 100%;
    background-color: #000;
}

.video-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    z-index: 1;
}

.play-icon {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

.episode-number {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 3px 6px;
    font-size: 12px;
    border-radius: 4px;
    z-index: 2;
}

.video-content {
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 0;
}

.video-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    height: auto;
}

.video-meta {
    font-size: 14px;
    color: #777;
}

.video-card-link {
    color: inherit;
    text-decoration: none;
    display: block;
}

.video-views {
    display: inline-flex;
    align-items: center;
    color: #777;
    font-size: 14px;
}

.video-views i {
    margin-right: 5px;
    font-size: 12px;
}

/* 3.4 Buttons & Forms
   -------------------------------------------------------------------------- */

.btn {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 4px;
    font-weight: 600;
    text-align: center;
    transition: all 0.3s ease;
}

.btn-primary {
    background-color: #ff005b;
    color: #fff;
}

.btn-primary:hover {
    background-color: #d60049;
}

.btn-secondary {
    background-color: #333;
    color: #fff;
}

.btn-secondary:hover {
    background-color: #555;
}

.load-more-btn {
    padding: 16px 32px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(135deg, #0be6af 0%, #0ac99a 100%);
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    white-space: nowrap;
    letter-spacing: 0.5px;
}

.load-more-btn:hover {
    background: linear-gradient(135deg, #0ac99a 0%, #0be6af 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(11, 230, 175, 0.3);
}

.load-more-container {
    text-align: center;
    margin: 30px;
}

/* Search Form */
.search-input-wrapper {
    display: flex;
    position: relative;
}

.search-field {
    flex: 1;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 4px 0 0 4px;
    font-size: 16px;
    outline: none;
    transition: border-color 0.3s;
}

.search-field:focus {
    border-color: #ff005b;
}

.search-submit {
    background-color: #ff005b;
    color: #fff;
    border: none;
    padding: 0 15px;
    border-radius: 0 4px 4px 0;
    font-size: 0;
    cursor: pointer;
    transition: background-color 0.3s;
}

.search-submit i {
    font-size: 16px;
}

.search-submit:hover {
    background-color: #c0392b;
}

/* 3.5 Modals & Overlays
   -------------------------------------------------------------------------- */

/* Share Modal */

.share-modal {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    animation: fadeIn 0.2s ease;
}

.share-modal.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.share-modal-content {
    background-color: #fff;
    border-radius: 12px;
    width: 90%;
    max-width: 500px;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    animation: slideUp 0.3s ease;
}

@keyframes slideUp {
    from {
        transform: translateY(20px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.share-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px;
}

.share-modal-header h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    color: #333;
}

.share-modal-close {
    background: none;
    border: none;
    font-size: 24px;
    color: #666;
    cursor: pointer;
    padding: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background-color 0.2s ease;
}

.share-modal-close:hover {
    background-color: #f0f0f0;
}

.share-platforms {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    padding: 16px;
}

.share-platform {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 16px;
    border-radius: 8px;
    text-decoration: none;
    color: #333;
    transition: background-color 0.2s ease;
    border: 1px solid transparent;
}

.share-platform:hover {
    background-color: #f5f5f5;
    border-color: #e0e0e0;
}

.share-platform-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #fff;
}

.share-platform[data-platform="facebook"] .share-platform-icon {
    background-color: #1877f2;
}

.share-platform[data-platform="twitter"] .share-platform-icon {
    background-color: #1da1f2;
}

.share-platform[data-platform="linkedin"] .share-platform-icon {
    background-color: #0077b5;
}

.share-platform[data-platform="whatsapp"] .share-platform-icon {
    background-color: #25d366;
}

.share-platform[data-platform="email"] .share-platform-icon {
    background-color: #666;
}

.share-platform[data-platform="reddit"] .share-platform-icon {
    background-color: #ff4500;
}

.share-platform span {
    font-size: 13px;
    font-weight: 400;
}

.share-url-section {
    padding: 16px 24px 24px;
}

.share-url-section label {
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: #666;
    margin-bottom: 8px;
}

.share-url-input-wrapper {
    display: flex;
    gap: 8px;
    align-items: center;
}

.share-url-input {
    flex: 1;
    padding: 10px 12px;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    font-size: 14px;
    background-color: #f9f9f9;
    color: #333;
}

.share-url-input:focus {
    outline: none;
    border-color: #000;
    background-color: #fff;
}

.share-copy-btn {
    background-color: #000;
    color: #fff;
    border: none;
    padding: 10px 16px;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: background-color 0.2s ease;
    white-space: nowrap;
}

.share-copy-btn:hover {
    background-color: #333;
}

.share-copy-feedback {
    display: none;
    font-size: 13px;
    color: #0f9d58;
    margin-top: 8px;
}

.share-copy-feedback.show {
    display: block;
}

/* ============================================================================
   4. PAGE-SPECIFIC STYLES
   ============================================================================ */

/* 4.1 Homepage
   -------------------------------------------------------------------------- */

/* Featured Video Section */
.featured-video-section {
    background-color: #fff;
    margin-bottom: 0;
    padding: 60px 0;
}

.home .featured-video-section,
.front-page .featured-video-section {
    padding-bottom: 60px;
}

.featured-video-wrapper {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
}

.video-embed {
    position: relative;
    flex: 0 0 66.67%;
    max-width: 66.67%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.video-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.featured-video-poster {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    overflow: hidden;
}

.featured-video-poster img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.featured-video-play-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease;
}

.featured-video-poster:hover .featured-video-play-overlay {
    background-color: rgba(0, 0, 0, 0.4);
}

.featured-video-play-button {
    position: relative;
    z-index: 10;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.featured-video-poster:hover .featured-video-play-button {
    transform: scale(1.1);
}

.featured-video-play-button svg {
    display: block;
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.5));
}

.featured-video-iframe-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.featured-video-info {
    background-color: #fff;
    color: #333;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 30px;
}

.featured-video-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #333;
    line-height: 1.3;
}

.featured-episode-number {
    color: #666;
    font-size: 14px;
    display: block;
    margin-bottom: 15px;
}

.featured-video-description {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
    margin-top: 15px;
}

.featured-video-description .description-text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    margin-bottom: 10px;
    max-height: none;
}

.featured-video-description .description-text p {
    margin-bottom: 0.5em;
}

.featured-video-description .description-text p:last-child {
    margin-bottom: 0;
}

.read-more-link {
    display: inline-block;
    color: #0be6af;
    font-weight: 600;
    text-decoration: none;
    margin-top: 8px;
    transition: color 0.3s ease;
}

.read-more-link:hover {
    color: #0ac99a;
    text-decoration: underline;
}

.featured-video-label {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.featured-episode-number {
    display: block;
    font-size: 13px;
    color: #ff005b;
    font-weight: 500;
}

/* Tabs Section */
.tabs-section {
    padding: 20px 0;
}

.tabs-container {
    margin-bottom: 30px;
}

/* Support Mission Section */
.support-mission-section {
    padding: 30px 0;
    background-color: #f9f9f9;
    margin-bottom: 30px;
}

.support-mission-content {
    display: flex;
    gap: 30px;
    align-items: center;
}

.support-mission-text {
    flex: 1;
}

.support-mission-text h2 {
    font-size: 24px;
    margin-bottom: 15px;
}

.support-buttons {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.support-mission-image {
    flex: 1;
}

.support-mission-image img {
    border-radius: 8px;
    width: 100%;
}

/* About Eddie Hero Section - Inspired by David Pakman */
.about-eddie-hero {
    padding: 140px 20px 80px;
    background-color: #fff;
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
    position: relative;
    border-bottom: none;
    min-height: 600px;
}

.about-eddie-hero-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 80px;
    max-width: 1200px;
    margin: 0 auto;
}

.about-eddie-hero-content {
    flex: 0 0 auto;
    max-width: 550px;
}

.about-eddie-hero-title {
    font-size: 56px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
    line-height: 1.1;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.about-eddie-hero-subtitle {
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 40px;
    line-height: 1.4;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8),
                 0px 0px 20px rgba(0, 0, 0, 0.6);
}

.about-eddie-hero-stats {
    display: flex;
    gap: 0;
    margin-bottom: 40px;
    background-color: rgba(0, 0, 0, 0.75);
    border: none;
    border-radius: 50px;
    overflow: hidden;
    width: fit-content;
}

.hero-stat-item {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    gap: 6px;
    padding: 12px 24px;
    text-align: center;
    min-width: 120px;
    flex: 1;
    justify-content: center;
}

.hero-stat-item:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.hero-stat-number {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
}

.hero-stat-label {
    font-size: 14px;
    font-weight: 500;
    color: #0be6af;
    text-transform: capitalize;
    letter-spacing: 0;
}

.hero-membership-button {
    display: inline-block;
    background-color: #0be6af;
    color: #fff;
    padding: 16px 32px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-bottom: 10px;
}

.hero-membership-button:hover {
    background-color: #09c794;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(11, 230, 175, 0.3);
}

.hero-membership-text {
    font-size: 14px;
    color: #fff;
    margin-bottom: 10px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.hero-substack-button {
    display: inline-block;
    background-color: transparent;
    color: #333;
    padding: 14px 28px;
    border: 2px solid #333;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-bottom: 50px;
}

.hero-substack-button:hover {
    background-color: #333;
    color: #fff;
}

.hero-listen-follow-sections {
    display: flex;
    gap: 60px;
    margin-top: 50px;
}

.hero-listen-section,
.hero-follow-section {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.hero-section-title {
    font-size: 12px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.hero-social-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.hero-social-link {
    color: #666;
    font-size: 14px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.hero-social-link:hover {
    color: #0be6af;
}

.about-eddie-hero-image {
    display: none;
}

/* About Eddie Description Section */
.about-eddie-description {
    padding: 80px 20px;
    background-color: #f9f9f9;
}

.about-eddie-description .container {
    max-width: 900px;
    margin: 0 auto;
}

.about-eddie-heading {
    font-size: 32px;
    font-weight: 700;
    color: #333;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
}

.about-eddie-text {
    font-size: 18px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 30px;
    text-align: center;
}

.more-about-eddie-link {
    display: inline-block;
    color: #0be6af;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 2px solid #0be6af;
    transition: all 0.3s ease;
}

.more-about-eddie-link:hover {
    color: #09c794;
    border-bottom-color: #09c794;
}

/* Stats and Membership Section */
.stats-membership-section {
    text-align: center;
    padding: 40px 20px;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
}

.stats-heading {
    font-size: 36px;
    font-weight: 700;
    color: #333;
    margin-bottom: 30px;
    line-height: 1.3;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: -0.5px;
}

.stats-membership-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 60px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.stats-column-left {
    flex: 0 0 auto;
    min-width: 300px;
}

.stats-column {
    display: flex;
    justify-content: center;
    gap: 80px;
    flex: 0 0 auto;
    position: relative;
}

.stats-column::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1px;
    height: 80px;
    background: linear-gradient(180deg, transparent 0%, #ddd 50%, transparent 100%);
}

.membership-column {
    flex: 1 1 400px;
    text-align: left;
    max-width: 500px;
}

.stats-combined {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 60px;
    margin-top: 0;
    padding-top: 0;
    border-top: none;
    max-width: 100%;
    align-items: start;
}

.stats-combined .stat-item {
    text-align: center;
}

.stat-established {
    text-align: center;
    margin-top: 30px;
    padding-top: 30px;
}

.stat-established .stat-label {
    font-size: 16px;
    color: #666;
    text-transform: none;
    letter-spacing: 1px;
    font-weight: 500;
}

.membership-description {
    font-size: 18px;
    line-height: 1.7;
    color: #666;
    margin-bottom: 20px;
}

.stat-item {
    text-align: center;
    position: relative;
    padding: 10px 30px;
}

.stat-number {
    font-size: 48px;
    font-weight: 900;
    color: #333;
    line-height: 1.2;
    margin-bottom: 8px;
    background: linear-gradient(135deg, #0be6af 0%, #ff005b 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: -1px;
    word-break: break-word;
}

.stat-label {
    font-size: 18px;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
}

.membership-button {
    display: inline-block;
    background: linear-gradient(135deg, #0be6af 0%, #0ac99a 100%);
    color: #fff;
    padding: 16px 40px;
    font-size: 18px;
    font-weight: 800;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 8px 20px rgba(11, 230, 175, 0.3);
    position: relative;
    overflow: hidden;
}

.membership-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s;
}

.membership-button:hover::before {
    left: 100%;
}

.membership-button:hover {
    background: linear-gradient(135deg, #0ac99a 0%, #0be6af 100%);
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 12px 30px rgba(11, 230, 175, 0.4);
    color: #333;
    text-decoration: none;
}

.membership-text {
    margin-top: 12px;
    font-size: 16px;
    color: #666;
    font-weight: 500;
    letter-spacing: 0.5px;
}

/* Subscribe and Social Section at Top */
.subscribe-social-section-top {
    padding: 40px 0 80px;
    background-color: #fff;
    text-align: center;
    border-top: none;
}

.subscribe-social-section-top .subscribe-section-heading {
    font-size: 28px;
    font-weight: 600;
    color: #333;
    margin-bottom: 30px;
}

.subscribe-social-section-top .subscribe-social-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.subscribe-social-section-top .email-subscribe-section {
    max-width: 500px;
    width: 100%;
}

.subscribe-social-section-top .email-subscribe-form {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.subscribe-social-section-top .email-subscribe-input {
    flex: 1;
    padding: 14px 20px;
    border: 2px solid #ddd;
    border-radius: 6px;
    font-size: 16px;
    transition: all 0.3s ease;
}

.subscribe-social-section-top .email-subscribe-input:focus {
    outline: none;
    border-color: #0be6af;
}

.subscribe-social-section-top .email-subscribe-button {
    background-color: #0be6af;
    color: #fff;
    padding: 14px 30px;
    border: none;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.subscribe-social-section-top .email-subscribe-button:hover {
    background-color: #09c794;
    transform: translateY(-2px);
}

/* Old Subscribe Section (keep for compatibility) */
.subscribe-social-section {
    padding: 60px 0;
    background-color: #fff;
    text-align: center;
}

.subscribe-section-heading {
    font-size: 32px;
    font-weight: 700;
    color: #333;
    margin-bottom: 30px;
    text-align: center;
    width: 100%;
}

.subscribe-social-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.email-subscribe-section {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
}

.email-subscribe-form {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    max-width: 100%;
    width: 100%;
}

.email-subscribe-input {
    flex: 0 0 66.666%;
    padding: 16px 24px;
    font-size: 16px;
    border: 2px solid #ddd;
    border-radius: 50px;
    outline: none;
    transition: all 0.3s ease;
    background-color: #fff;
    color: #333;
    width: 66.666%;
    box-sizing: border-box;
}

.email-subscribe-input:focus {
    border-color: #0be6af;
    box-shadow: 0 0 0 3px rgba(11, 230, 175, 0.1);
}

.email-subscribe-input::placeholder {
    color: #999;
}

.email-subscribe-button {
    padding: 16px 32px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(135deg, #0be6af 0%, #0ac99a 100%);
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    white-space: nowrap;
    flex: 0 0 auto;
    letter-spacing: 0.5px;
}

.email-subscribe-button:hover {
    background: linear-gradient(135deg, #0ac99a 0%, #0be6af 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(11, 230, 175, 0.3);
}

/* Social Links Sections */
.social-links-sections {
    display: flex;
    flex-direction: row;
    gap: 30px;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-top: 20px;
}

.social-section {
    text-align: center;
    flex: 0 0 auto;
}

.social-section-title {
    font-size: 14px;
    font-weight: 700;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 12px;
    text-align: center;
}

.homepage-platforms {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin: 0;
}

.homepage-platforms .social-platform-button {
    min-width: auto;
    text-align: center;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #fff;
    border-radius: 6px;
}

.homepage-platforms .social-platform-button:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(0,0,0,0.2);
}

.homepage-platforms .social-platform-button i {
    font-size: 20px;
    color: #fff;
}

.follow-us-title {
    text-align: center;
    font-size: 32px;
    margin-bottom: 0;
    font-weight: 700;
    position: relative;
    padding-bottom: 0;
}

.follow-us-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background-color: #ff005b;
}

.follow-us-section {
    padding: 0;
    background-color: #fff;
}



.shorts-playlist-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #333;
}

.shorts-playlist-subtitle {
    font-size: 16px;
    color: #666;
    margin-bottom: 30px;
}

/* 4.2 Single Posts
   -------------------------------------------------------------------------- */

.single .entry-header {
    margin-top: 20px;
}

.single .entry-title {
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 15px;
    padding-left: 20px;
    border-left: 4px solid #0be6af;
    border-radius: 4px 0 0 4px;
}

.single .entry-meta {
    font-size: 14px;
    color: #999;
    margin-bottom: 15px;
}

.single .entry-meta .posted-on {
    margin-right: 15px;
}

.single .entry-content {
    padding-bottom: 30px;
    max-width: 100%;
    line-height: 1.8;
}

.single .entry-content p {
    margin-bottom: 1.5em;
    line-height: 1.5;
}

.single .entry-content p:last-child {
    margin-bottom: 0;
}

.single .entry-content h1 {
    font-size: 2em;
    font-weight: 700;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3;
    color: #333;
}

.single .entry-content h1:first-child {
    margin-top: 0;
}

.single .entry-content h2 {
    font-size: 22px;
    font-weight: 700;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3;
    color: #333;
}

.single .entry-content h2:first-child {
    margin-top: 0;
}

.single .entry-content h3 {
    font-size: 1.5em;
    font-weight: 700;
    margin-top: 1.75em;
    margin-bottom: 0.75em;
    line-height: 1.3;
    color: #333;
}

.single .entry-content h4 {
    font-size: 1.25em;
    font-weight: 700;
    margin-top: 1.5em;
    margin-bottom: 0.75em;
    line-height: 1.3;
    color: #333;
}

.single .entry-content h5 {
    font-size: 1.1em;
    font-weight: 700;
    margin-top: 1.25em;
    margin-bottom: 0.5em;
    line-height: 1.3;
    color: #333;
}

.single .entry-content h6 {
    font-size: 1em;
    font-weight: 700;
    margin-top: 1em;
    margin-bottom: 0.5em;
    line-height: 1.3;
    color: #333;
}

.single .entry-content hr {
    margin: 2.5em 0;
    border: 0;
    border-top: 1px solid #ddd;
    padding: 0;
    clear: both;
}

.single .entry-content blockquote {
    margin: 1.5em 0;
    padding: 1em 1.5em;
    padding-left: 2em;
    border-left: 4px solid #0073aa;
    background-color: #f9f9f9;
    font-style: italic;
    color: #555;
    line-height: 1.8;
}

.single .entry-content blockquote p {
    margin-bottom: 1em;
}

.single .entry-content blockquote p:last-child {
    margin-bottom: 0;
}

.single .entry-content blockquote cite {
    display: block;
    margin-top: 0.75em;
    font-size: 0.9em;
    font-style: normal;
    color: #666;
}

.single .entry-content blockquote cite:before {
    content: "— ";
}

.single .entry-content ul,
.single .entry-content ol {
    margin: 1.5em 0;
    padding-left: 2em;
    line-height: 1.8;
    margin-left: 20px;
    margin-bottom: 1em;
}

.single .entry-content li {
    margin-bottom: 0;
    line-height: 1.6;
}

.single .entry-content ul li {
    list-style-type: disc;
}

.single .entry-content ol li {
    list-style-type: decimal;
}

.single .entry-content ul ul,
.single .entry-content ol ol,
.single .entry-content ul ol,
.single .entry-content ol ul {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.single .entry-content strong {
    font-weight: 700;
    color: #333;
}

.single .entry-content em {
    font-style: italic;
}

.single .entry-content a {
    color: #0073aa;
    text-decoration: underline;
}

.single .entry-content a:hover {
    color: #00a0d2;
    text-decoration: none;
}

.single .entry-content img {
    max-width: 100%;
    height: auto;
    margin: 1.5em 0;
}

/* Page Content Styles - Same as single posts */
.page .entry-content {
    padding-bottom: 30px;
    max-width: 100%;
    line-height: 1.8;
}

.page .entry-content p {
    margin-bottom: 1.5em;
    line-height: 1.5;
}

.page .entry-content p:last-child {
    margin-bottom: 0;
}

.page .entry-content h1 {
    font-size: 2em;
    font-weight: 700;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3;
    color: #333;
}

.page .entry-content h1:first-child {
    margin-top: 0;
}

.page .entry-content h2 {
    font-size: 22px;
    font-weight: 700;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3;
    color: #333;
}

.page .entry-content h2:first-child {
    margin-top: 0;
}

.page .entry-content h3 {
    font-size: 1.5em;
    font-weight: 700;
    margin-top: 1.75em;
    margin-bottom: 0.75em;
    line-height: 1.3;
    color: #333;
}

.page .entry-content h4 {
    font-size: 1.25em;
    font-weight: 700;
    margin-top: 1.5em;
    margin-bottom: 0.75em;
    line-height: 1.3;
    color: #333;
}

.page .entry-content h5 {
    font-size: 1.1em;
    font-weight: 700;
    margin-top: 1.25em;
    margin-bottom: 0.5em;
    line-height: 1.3;
    color: #333;
}

.page .entry-content h6 {
    font-size: 1em;
    font-weight: 700;
    margin-top: 1em;
    margin-bottom: 0.5em;
    line-height: 1.3;
    color: #333;
}

.page .entry-content hr {
    margin: 2.5em 0;
    border: 0;
    border-top: 1px solid #ddd;
    padding: 0;
    clear: both;
}

.page .entry-content blockquote {
    margin: 1.5em 0;
    padding: 1em 1.5em;
    padding-left: 2em;
    border-left: 4px solid #0073aa;
    background-color: #f9f9f9;
    font-style: italic;
    color: #555;
    line-height: 1.8;
}

.page .entry-content blockquote p {
    margin-bottom: 1em;
}

.page .entry-content blockquote p:last-child {
    margin-bottom: 0;
}

.page .entry-content blockquote cite {
    display: block;
    margin-top: 0.75em;
    font-size: 0.9em;
    font-style: normal;
    color: #666;
}

.page .entry-content blockquote cite:before {
    content: "— ";
}

.page .entry-content ul,
.page .entry-content ol {
    margin: 1.5em 0;
    padding-left: 2em;
    line-height: 1.8;
    margin-left: 20px;
    margin-bottom: 1em;
}

.page .entry-content li {
    margin-bottom: 0.5em;
    line-height: 1.6;
}

.page .entry-content ul li {
    list-style-type: disc;
}

.page .entry-content ol li {
    list-style-type: decimal;
}

.page .entry-content ul ul,
.page .entry-content ol ol,
.page .entry-content ul ol,
.page .entry-content ol ul {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.page .entry-content strong {
    font-weight: 700;
    color: #333;
}

.page .entry-content em {
    font-style: italic;
}

.page .entry-content a {
    color: #0073aa;
    text-decoration: underline;
}

.page .entry-content a:hover {
    color: #00a0d2;
    text-decoration: none;
}

.page .entry-content img {
    max-width: 100%;
    height: auto;
    margin: 1.5em 0;
}

.tags-container {
    margin-bottom: 15px;
}

.tags-links {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.single .tags-links {
    font-size: 8px;
    color: #666;
}

.single .tags-links a {
    display: inline-block;
    background-color: #eee;
    color: #555;
    padding: 3px 8px;
    border-radius: 4px;
    margin: 0 4px 4px 0;
    font-size: 12px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.single .tags-links a:hover {
    background-color: #e0e0e0;
    color: #333;
}

/* Single Video Layout */
.single-video-wrapper {
    display: flex;
    gap: 30px;
    align-items: flex-start;
    width: 100%;
    box-sizing: border-box;
}

.single-video-main {
    flex: 0 0 66%;
    max-width: 66%;
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
}

.single-video-main article.single-video {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}



/* Video Container */
.single .video-container {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.single .video-embed,
.single .youtube-embed {
    width: 100%;
    max-width: 100%;
    padding-bottom: 56.25%;
    box-sizing: border-box;
    position: relative;
}

.single .video-embed iframe,
.single .youtube-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.single-video-poster {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.single-video-poster img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.single-video-play-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.single-video-play-button {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.single-video-poster:hover .single-video-play-button {
    transform: scale(1.1);
}

.single-video-play-button svg {
    width: 80px;
    height: 80px;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
}

.single-video-iframe-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Video Meta Section */
.single .video-meta-section {
    margin-top: 10px;
    margin-bottom: 10px;
}

.single .video-meta-top {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    margin-bottom: 0;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
}

.single .view-count {
    display: block;
    flex: 0 0 auto;
    color: #999;
    font-size: 14px;
}

/* Listen Platforms */
.single .listen-platforms-icons.desktop-socials {
    display: flex;
    margin-left: auto;
    gap: 1px;
}

.single .listen-platforms-icons.desktop-socials .share-button,
.single .listen-platforms-icons.desktop-socials .download-button-popup {
    color: #999;
    text-decoration: none;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 2px 4px;
    transition: color 0.3s ease;
}

.single .listen-platforms-icons.desktop-socials .share-button:hover,
.single .listen-platforms-icons.desktop-socials .download-button-popup:hover {
    color: #666;
}

/* Listen and Follow Sections - Base Styles (Visible on ALL devices) */
.listen-follow-sections {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin: 30px 0;
}

.listen-section,
.follow-section {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.listen-section .section-title,
.follow-section .section-title {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0;
}

.listen-platforms-list,
.follow-platforms-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin: 0;
}

.listen-platform-link,
.follow-platform-link {
    min-width: auto;
    text-align: center;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
    border: none;
}

.listen-platform-link:hover,
.follow-platform-link:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(0,0,0,0.2);
}

.listen-platform-link i,
.follow-platform-link i {
    font-size: 20px;
    color: #fff;
}

/* MP3 Player */
.single .mp3-player-standalone {
    margin: 0 0 15px 0;
    padding: 0 15px;
}

.single .mp3-player-container {
    padding: 15px;
    margin-bottom: 20px;
}

.single .mp3-player {
    height: 44px;
}

.single .mp3-player-compact {
    margin-bottom: 12px;
    padding-bottom: 10px;
}

.single .mp3-player-compact .mp3-player {
    height: 48px;
}

.single .mp3-player-info-compact {
    font-size: 11px;
    gap: 10px;
}

/* Download Links */
.single .video-downloads {
    padding: 10px;
}

.single .download-links {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
}

.single .download-button {
    padding: 12px 14px;
}

.single .download-button i {
    font-size: 15px;
}

.single .download-button .download-text {
    font-size: 13px;
}

.single .download-button .download-size {
    font-size: 10px;
}

/* Download Modal */
.download-modal {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.download-modal.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

.download-modal-content {
    background-color: #fff;
    border-radius: 12px;
    width: 90%;
    max-width: 500px;
    max-height: 85vh;
    overflow-y: auto;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.download-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px;
}

.download-modal-header h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    color: #333;
}

.download-modal-close {
    background: none;
    border: none;
    font-size: 24px;
    color: #666;
    cursor: pointer;
    padding: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background-color 0.2s ease;
}

.download-modal-close:hover {
    background-color: #f0f0f0;
}

.download-options {
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.download-option {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px;
    background-color: #f9f9f9;
    border-radius: 8px;
    text-decoration: none;
    color: #333;
    transition: background-color 0.2s ease;
}

.download-option:hover {
    background-color: #f0f0f0;
}

.download-option-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #0be6af;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #fff;
    flex-shrink: 0;
}

.download-option-content {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.download-option-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.download-option-size {
    font-size: 14px;
    color: #666;
}

/* Listen Modal */
.listen-modal {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.listen-modal.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Listen Modal */
.listen-modal-content {
    width: 95%;
    max-height: 85vh;
}

.listen-platforms {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}



/* 4.3 Archive Pages
   -------------------------------------------------------------------------- */

.archive .video-thumbnail {
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    display: block;
}

.archive .video-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.page-header {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.page-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #333;
    text-transform: uppercase;
}

/* 404 Error Page */
.error-404 {
    padding: 60px 0;
    text-align: center;
}

.error-404 .page-header {
    border-bottom: none;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.error-404 .page-title {
    font-size: 42px;
    margin-bottom: 10px;
}

.error-404 .page-content {
    max-width: 1200px;
    margin: 0 auto;
}

.error-404 .page-content > p {
    font-size: 18px;
    color: #666;
    margin-bottom: 30px;
}

.error-404 .search-form {
    max-width: 600px;
    margin: 0 auto 60px;
}

.error-404 .search-input-wrapper {
    max-width: 600px;
    margin: 0 auto;
}

.error-404 .search-field {
    font-size: 16px;
    padding: 12px 15px;
}

.error-404 .search-submit {
    padding: 0 20px;
}

.error-404 .search-submit i {
    font-size: 16px;
}

.error-404 .error-suggestion {
    margin-top: 40px;
    text-align: left;
    max-width: 1200px;
}

.error-404 .error-suggestion h2 {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    margin-bottom: 30px;
    text-align: center;
}

.archive-description {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.6;
    color: #666;
}

.archive-search {
    padding: 15px;
}

/* Pagination */
.pagination-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 50px;
}

.pagination {
    margin-bottom: 15px;
    width: 100%;
    text-align: center;
}

.pagination .page-numbers {
    display: inline-block;
    padding: 8px 14px;
    margin: 0 3px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #fff;
    color: #333;
    text-decoration: none;
    transition: all 0.3s ease;
}

.pagination .page-numbers.current {
    background-color: #ff005b;
    color: #fff;
    border-color: #ff005b;
}

.pagination .page-numbers:hover:not(.current) {
    background-color: #f5f5f5;
    border-color: #ccc;
}

.pagination .prev,
.pagination .next {
    padding: 8px 16px;
    font-weight: 500;
}

.page-count {
    font-size: 14px;
    color: #777;
}

/* 4.4 Search Results
   -------------------------------------------------------------------------- */

.search-results-count {
    margin-bottom: 20px;
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    color: #666;
}

.no-results {
    text-align: center;
    padding: 40px 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
    margin-bottom: 30px;
}

.no-results h2 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #333;
}

.no-results p {
    font-size: 16px;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
    margin-bottom: 20px;
}

.search-suggestions {
    background-color: #f8f8f8;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.search-suggestions h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #333;
}

.search-suggestions ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.search-suggestions li {
    margin-bottom: 8px;
}

.search-suggestions li a {
    color: #0073aa;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease;
}

.search-suggestions li a:hover {
    color: #00a0d2;
    text-decoration: underline;
}

.popular-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 15px;
}

.category-link {
    display: inline-block;
    background-color: #eee;
    color: #555;
    padding: 8px 15px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.2s ease;
}

.category-link:hover {
    background-color: #e0e0e0;
    color: #333;
}

.search-results-grid .video-card {
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
    background-color: #fff;
}

.search-results-grid .video-card:hover {
    transform: translateY(-5px);
}

.search-results-grid .video-thumbnail {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    overflow: hidden;
    display: block;
}

.search-results-grid .video-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.search-results-grid .video-title {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 10px;
    font-weight: 600;
}

.search-results-grid .video-title a {
    color: #333;
    text-decoration: none;
    display: block;
}

.search-results-grid .video-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 14px;
    color: #666;
}

.search-results-grid .video-views {
    display: flex;
    align-items: center;
    gap: 5px;
}

.search-results-grid .video-views i {
    font-size: 12px;
}

.search-results-grid .match-reason {
    background-color: #f0f0f0;
    padding: 2px 6px;
    border-radius: 3px;
    font-size: 12px;
}

.search-results-grid .video-card-link {
    display: block;
    text-decoration: none;
    color: inherit;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
    background-color: #fff;
}

.search-results-grid .video-card-link:hover {
    transform: translateY(-5px);
}

.search-results-grid .video-card-link .video-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 0;
    box-shadow: none;
    background-color: transparent;
}

.search-results-grid .video-card-link .video-card:hover {
    transform: none;
}

.simple-video-card {
    display: block;
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    overflow: hidden;
}

.simple-card-link {
    text-decoration: none;
    color: #333;
    display: block;
}

.simple-thumbnail {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    overflow: hidden;
}

.simple-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.simple-thumbnail .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background-color: rgba(0,0,0,0.6);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.simple-thumbnail .play-icon i {
    color: white;
    font-size: 24px;
}

/* 4.5 Contact Page
   -------------------------------------------------------------------------- */

.contact-page {
    padding: 40px 0;
}

.contact-page .entry-title {
    font-size: 36px;
    margin-bottom: 30px;
    text-align: left;
}

.contact-section {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 25px;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.contact-section:hover {
    background-color: #f5f5f5;
    transform: translateY(-2px);
}

.contact-icon {
    width: 50px;
    height: 50px;
    background-color: #0be6af;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #fff;
    flex-shrink: 0;
}

.contact-content h3 {
    font-size: 18px;
    margin-bottom: 5px;
}

.contact-content p {
    font-size: 16px;
    color: #666;
    margin: 0;
}

/* Contact 2-Column Layout */
.contact-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-top: 40px;
    align-items: start;
}

.contact-left-column {
    /* Left column for contact sections */
}

.contact-right-column {
    /* Right column for contact form */
}

/* Contact Form Card */
.contact-form-card {
    background-color: #fff;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    padding: 35px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    position: sticky;
    top: 20px;
}

.form-header {
    text-align: center;
    margin-bottom: 30px;
}

.form-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #0be6af 0%, #0ac99a 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: #fff;
    margin: 0 auto 20px;
    box-shadow: 0 4px 15px rgba(11, 230, 175, 0.3);
}

.form-header h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #333;
}

/* Contact Form Styles */
.contact-form-wrapper {
    text-align: left;
}

.contact-form-description {
    margin-bottom: 0;
    color: #666;
    line-height: 1.6;
    font-size: 15px;
}

.contact-email-form {
    max-width: 100%;
    margin: 0;
}

.contact-email-form .form-group {
    margin-bottom: 20px;
}

.contact-email-form label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #333;
}

.contact-email-form input[type="email"] {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #ddd;
    border-radius: 6px;
    font-size: 16px;
    transition: border-color 0.3s ease;
    box-sizing: border-box;
}

.contact-email-form input[type="email"]:focus {
    outline: none;
    border-color: #0be6af;
}

.contact-submit-btn {
    background-color: #0be6af;
    color: #fff;
    padding: 12px 30px;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.contact-submit-btn:hover {
    background-color: #0ac99a;
}

.contact-submit-btn:active {
    transform: translateY(1px);
}

.contact-message {
    padding: 15px;
    border-radius: 6px;
    margin-bottom: 20px;
}

.contact-success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.contact-error {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.contact-privacy {
    margin-top: 20px;
    font-size: 13px;
    color: #666;
    line-height: 1.5;
}

/* Page-specific Header Hiding */
.page-id-support .entry-header,
body.page-slug-support .entry-header,
.page-support .entry-header,
body.page-template-page-support .entry-header {
    display: none;
}

.page-id-become-muslim .entry-header,
body.page-slug-become-muslim .entry-header,
.page-become-muslim .entry-header,
body.page-template-page-become-muslim .entry-header {
    display: none;
}

.page-id-become-muslim #secondary,
body.page-slug-become-muslim #secondary,
.page-become-muslim #secondary,
body.page-template-page-become-muslim #secondary,
.page-id-become-muslim .widget-area,
body.page-slug-become-muslim .widget-area,
.page-become-muslim .widget-area,
body.page-template-page-become-muslim .widget-area {
    display: none;
}

.page-id-become-muslim #primary,
body.page-slug-become-muslim #primary,
.page-become-muslim #primary,
body.page-template-page-become-muslim #primary {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
}

.page-id-become-muslim .main-navigation,
body.page-slug-become-muslim .main-navigation,
.page-become-muslim .main-navigation,
body.page-template-page-become-muslim .main-navigation,
body[class*="become-muslim"] .main-navigation,
.become-muslim .main-navigation {
    display: block;
    visibility: visible;
    opacity: 1;
}

.page-id-become-muslim .primary-menu,
body.page-slug-become-muslim .primary-menu,
.page-become-muslim .primary-menu,
body.page-template-page-become-muslim .primary-menu,
body[class*="become-muslim"] .primary-menu,
.become-muslim .primary-menu {
    display: flex;
    visibility: visible;
    opacity: 1;
}

/* ============================================================================
   5. UTILITIES
   ============================================================================ */

.share-section {
    margin-top: 20px;
}

/* Footer */
.site-footer {
    background-color: #fff;
    color: #333;
    padding: 40px 0 0;
}

.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 30px;
}

.footer-logo {
    flex: 0 0 auto;
}

.footer-site-logo {
    max-height: 50px;
    width: auto;
}

.footer-menu {
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
}

.footer-social {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
    flex: 0 0 auto;
}

.footer-menu ul,
.footer-menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.footer-menu li {
    margin: 0;
}

.footer-menu a {
    color: #666;
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s ease;
}

.footer-menu a:hover {
    color: #0be6af;
}

.footer-social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.footer-social-link:hover {
    transform: translateY(-3px);
    text-decoration: none;
}

/* Social media brand colors */
.footer-youtube {
    background-color: #FF0000;
}

.footer-youtube:hover {
    background-color: #cc0000;
}

.footer-apple {
    background-color: #872EC4;
}

.footer-apple:hover {
    background-color: #6d24a0;
}

.footer-spotify {
    background-color: #1DB954;
}

.footer-spotify:hover {
    background-color: #1aa34a;
}

.footer-castbox {
    background-color: #F55B23;
}

.footer-castbox:hover {
    background-color: #d44a1c;
}

.footer-instagram {
    background-color: #E4405F;
}

.footer-instagram:hover {
    background-color: #c9354f;
}

.footer-twitter {
    background-color: #1DA1F2;
}

.footer-twitter:hover {
    background-color: #1a8cd8;
}

.footer-facebook {
    background-color: #1877F2;
}

.footer-facebook:hover {
    background-color: #1565c7;
}

.site-info {
    background-color: #f5f5f5;
    padding: 20px 0;
    text-align: center;
    font-size: 14px;
    width: 100%;
    margin: 0;
    color: #666;
}

.site-info p {
    margin: 0;
    padding: 0 15px;
    max-width: 1200px;
    margin: 0 auto;
    color: #666;
}

/* YouTube Shorts Section */
.shorts-playlist-container {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.shorts-playlist-scroll {
    display: flex;
    gap: 20px;
    padding-bottom: 10px;
    min-width: max-content;
}

.shorts-playlist-item {
    flex: 0 0 186.67px;
    width: 186.67px;
}

.shorts-item-link {
    display: block;
    text-decoration: none;
    color: #333;
    cursor: pointer;
}

.shorts-duration {
    position: absolute;
    bottom: 8px;
    right: 8px;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
}

.shorts-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    color: #666;
    margin-top: 8px;
}

.shorts-scroll-container {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: #ccc #f1f1f1;
    margin-top: 30px;
    padding-bottom: 10px;
}

.shorts-scroll-container::-webkit-scrollbar {
    height: 8px;
}

.shorts-scroll-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.shorts-scroll-container::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 4px;
}

.shorts-scroll-container::-webkit-scrollbar-thumb:hover {
    background: #999;
}

.shorts-scroll-wrapper {
    display: flex;
    gap: 20px;
    min-width: max-content;
    padding-right: 20px;
}

.shorts-scroll-item {
    flex: 0 0 186.67px;
    width: 186.67px;
}

.shorts-section-title {
    font-size: 32px;
    font-weight: 700;
    color: #333;
}

.shorts-section-subtitle {
    font-size: 16px;
    color: #666;
    margin-bottom: 0;
}

.shorts-thumbnail-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 177.78%;
    height: 0;
    overflow: hidden;
    background-color: #000;
    border-radius: 8px;
    margin-bottom: 12px;
}

.shorts-thumbnail-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.shorts-play-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.shorts-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s ease, background-color 0.3s ease, transform 0.3s ease;
    opacity: 0;
    pointer-events: none;
    z-index: 10;
}

.shorts-item-link:hover .shorts-play-icon {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.9);
    transform: translate(-50%, -50%) scale(1.1);
}

.shorts-duration-badge {
    position: absolute;
    bottom: 8px;
    right: 8px;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
}

/* YouTube Shorts Grid (for archive page) */
.youtube-shorts-archive {
    padding: 40px 0;
}

.shorts-grid-container {
    width: 100%;
}

.shorts-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 20px;
    margin-bottom: 40px;
}

.shorts-grid-item {
    width: 100%;
}

.shorts-grid-item .shorts-thumbnail-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 177.78%; /* 9:16 aspect ratio for shorts */
    height: 0;
    overflow: hidden;
    border-radius: 8px;
    background-color: #000;
}

.shorts-grid-item .shorts-thumbnail-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.shorts-grid-item .shorts-title {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.shorts-load-more-btn {
    display: block;
    margin: 0 auto;
}

/* YouTube Shorts Modal */
.shorts-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.shorts-modal.active {
    opacity: 1;
    visibility: visible;
}

.shorts-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    cursor: pointer;
}

.shorts-modal-content {
    position: relative;
    width: 90%;
    max-width: 400px;
    max-height: 90vh;
    background-color: #000;
    border-radius: 12px;
    overflow: hidden;
    z-index: 10001;
    transform: scale(0.9);
    transition: transform 0.3s ease;
}

.shorts-modal.active .shorts-modal-content {
    transform: scale(1);
}

.shorts-modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    border: none;
    border-radius: 50%;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    z-index: 10002;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
}

.shorts-modal-close:hover {
    background-color: rgba(0, 0, 0, 0.9);
}

.shorts-modal-video-wrapper {
    width: 100%;
    background-color: #000;
}

.shorts-modal-video {
    position: relative;
    width: 100%;
    padding-bottom: 177.78%;
    height: 0;
    overflow: hidden;
}

.shorts-modal-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.shorts-modal-title {
    padding: 15px 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0;
}

.single-page-shorts {

    margin-bottom: 40px;
    width: 100%;
    clear: both;
}

.single-page-shorts .container {
    margin: 0 auto;
}

/* Category Pages */
.category-shows .page-header {
    padding-top: 20px;
}

.category-shows .archive-search {
    margin-top: 0;
}

.archive-search .search-input-wrapper {
    max-width: 600px;
    margin: 0 auto;
}

.archive-search .search-field {
    font-size: 16px;
    padding: 12px 15px;
}

/* Search Enhancements */
.search-form {
    position: relative;
    margin-bottom: 20px;
}

.search-form-inner {
    position: relative;
}

.search-tips-toggle {
    margin-top: 10px;
    font-size: 14px;
}

.toggle-search-tips {
    color: #0073aa;
    text-decoration: none;
    cursor: pointer;
}

.toggle-search-tips:hover {
    text-decoration: underline;
}

.search-tips {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 15px;
    margin-top: 10px;
}

.search-tips ul {
    list-style: disc;
    margin-left: 20px;
}

.search-tips li {
    margin-bottom: 5px;
}

.search-debug {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 20px;
    font-family: monospace;
    font-size: 14px;
}

.search-debug pre {
    white-space: pre-wrap;
    word-wrap: break-word;
    max-height: 300px;
    overflow-y: auto;
}

/* ============================================================================
   6. MEDIA QUERIES
   ============================================================================ 
   
   RESPONSIVE STRUCTURE (3-Tier System):
   
   1. Base Styles (lines 1-3500): Desktop defaults for 1025px and up
      - 4-column grids
      - Full desktop navigation
      - Optimal spacing for large screens
   
   2. Tablet (768px - 1024px): Optimized for tablets
      - 3-column grids
      - Adjusted spacing and font sizes
      - Touch-friendly sizing
   
   3. Mobile (max-width: 767px): Mobile-first optimizations
      - Single column layouts
      - Stacked navigation
      - Compact spacing
   
   ============================================================================ */

/* Desktop Specific (min-width: 1025px)
   -------------------------------------------------------------------------- */

@media (min-width: 1025px) {
    /* Site Content Padding */
    .single .site-content,
    .page:not(.home):not(.front-page) .site-content {
        padding-top: 30px;
    }

    /* Featured Video */
    .featured-video-section {
        margin-bottom: 0;
    }

    /* Container */
    .container {
        padding: 0 15px;
        margin: 0 auto;
    }

    .site-logo {
        max-height: 50px;
        max-width: 234px;
        height: auto;
        margin-right: 30px;
    }

    /* Menu Toggle Hidden */
    .menu-toggle {
        display: none;
    }

    /* Main Menu Container */
    .main-menu-container {
        display: flex;
        position: static;
        padding: 0;
        margin-left: auto;
        width: auto;
    }

    /* Primary Menu */
    .primary-menu {
        flex-direction: row;
        justify-content: flex-end;
        padding: 10px 15px;
        margin-left: auto;
        align-items: center;
    }

    .primary-menu li {
        margin-right: 20px;
        margin-bottom: 0;
        margin: 0;
    }

    .primary-menu a {
        font-size: 24px;
        color: #333;
        font-weight: 750;
    }

    .primary-menu a:hover {
        color: #0be6af;
        transform: translateY(-2px);
    }

    .primary-menu a:hover::after {
        width: 90%;
    }

    /* Header Layout */
    .site-header .container {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .site-branding {
        flex: 0 0 auto;
    }

    .header-right {
        flex: 1;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        gap: 20px;
    }

    /* Main Navigation */
    .main-navigation {
        background-color: transparent;
        padding: 0;
        margin: 0;
        width: auto;
    }

    .menu-search-wrapper {
        justify-content: flex-end;
    }

    /* Desktop Support Button */
    .desktop-support-button {
        display: block;
    }



    .top-bar .support-button-wrap {
        display: none;
    }

    /* Featured Video */
    .featured-video-wrapper {
        border-radius: 0;
        box-shadow: none;
    }

    .featured-video-info {
        padding: 15px;
    }

    .featured-video-title {
        font-size: 20px;
    }

    /* Video Card */
    .video-card {
        display: block;
        border-radius: 8px;
        border-bottom: none;
    }

    .video-thumbnail {
        width: 100%;
        padding-top: 56.25%;
        aspect-ratio: auto;
    }

    .video-thumbnail img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
    }

    .video-content {
        width: 100%;
        padding: 15px;
    }

    .video-title {
        font-size: 16px;
    }

    .play-icon {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .episode-number {
        left: 10px;
        font-size: 12px;
        padding: 3px 6px;
    }

    /* Support Mission */
    .support-mission-content {
        flex-direction: row;
        gap: 30px;
        align-items: center;
    }

    .support-mission-text {
        flex: 1;
        margin-bottom: 0;
    }

    .support-mission-text h2 {
        font-size: 24px;
    }

    .support-buttons {
        justify-content: flex-start;
    }

    .support-mission-image {
        flex: 1;
    }

    /* Footer */
    .footer-top {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .footer-menu ul,
    .footer-menu-list {
        flex-direction: row;
    }
}

/* Tablet Styles (768px - 1024px)
   -------------------------------------------------------------------------- */

@media (min-width: 768px) and (max-width: 1024px) {
    /* Header & Navigation */
    .site-header {
        padding: 10px 0;
    }
    
    .site-logo {
        max-height: 45px;
        max-width: 200px;
    }
    
    .primary-menu {
        justify-content: flex-start;
    }
    
    .primary-menu a {
        font-size: 20px;
        font-weight: 700;
    }
    
    /* Hero Section */
    .about-eddie-hero {
        padding: 100px 20px 60px;
        min-height: 550px;
    }
    
    .about-eddie-hero-content {
        max-width: 420px;
    }
    
    .about-eddie-hero-subtitle {
        font-size: 30px;
    }
    
    .about-eddie-hero-stats {
        margin-bottom: 35px;
    }
    
    .hero-stat-item {
        padding: 10px 22px;
    }
    
    .hero-stat-number {
        font-size: 22px;
    }
    
    .hero-membership-button {
        padding: 15px 30px;
        font-size: 15px;
    }
    
    /* Featured Video */
    .featured-video-wrapper {
        flex-direction: column;
        gap: 0;
        align-items: stretch;
        margin: 0;
        border-radius: 0;
        box-shadow: none;
    }
    
    .video-embed {
        flex: 0 0 100%;
        max-width: 100%;
        position: relative;
        width: 100%;
        padding-bottom: 56.25%;
        height: 0;
        overflow: hidden;
        margin-bottom: 0;
    }
    
    .video-embed iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: none;
        pointer-events: auto;
    }
    
    .featured-video-poster {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    
    .featured-video-play-button svg {
        width: 60px;
        height: 60px;
    }
    
    .featured-video-iframe-container {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    
    .featured-video-info {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 20px 15px 0 15px;
        margin-top: 0;
    }
    
    .featured-video-label {
        display: block;
        font-size: 16px;
        font-weight: 700;
        color: #333;
        text-transform: uppercase;
        letter-spacing: 2px;
        margin-bottom: 15px;
        padding: 0 15px;
        text-align: center;
    }
    
    .featured-video-title {
        display: block;
        font-size: 22px;
    }
    
    .featured-episode-number {
        display: block;
    }
    
    /* Video Grids */
    .video-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
    
    .archive-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
    
    .search-results-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
    
    /* Shorts Grid */
    .shorts-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
    }
    
    /* Single Video Layout */
    .single-video-wrapper {
        display: flex;
        gap: 20px;
        align-items: flex-start;
        width: 100%;
        box-sizing: border-box;
    }
    
    .single-video-main {
        flex: 0 0 60%;
        max-width: 60%;
        width: 100%;
        box-sizing: border-box;
    }
    
    .single .video-container {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }
    
    .single .video-embed,
    .single .youtube-embed {
        width: 100%;
        max-width: 100%;
        padding-bottom: 56.25%;
        box-sizing: border-box;
    }
    
    .single .video-embed iframe,
    .single .youtube-embed iframe {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }
    
    .single-video-poster {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    
    .single-video-play-button svg {
        width: 60px;
        height: 60px;
    }
    
    .single-video-iframe-container {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    
    /* Stats & Membership Section */
    .stats-membership-section {
        padding: 35px 20px;
    }
    
    .stats-heading {
        font-size: 32px;
        margin-bottom: 28px;
    }
    
    .stats-membership-row {
        gap: 40px;
        margin-top: 35px;
    }
    
    .stats-column-left {
        min-width: 250px;
    }
    
    .stats-column {
        gap: 60px;
    }
    
    .stat-number {
        font-size: 48px;
    }
    
    .stat-label {
        font-size: 16px;
    }
    
    .membership-column {
        flex: 1 1 350px;
        max-width: 450px;
    }
    
    .stats-combined {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px 50px;
        margin-top: 25px;
        padding-top: 25px;
        max-width: 500px;
    }
    
    .membership-description {
        font-size: 18px;
        margin-bottom: 18px;
    }
    
    .membership-button {
        padding: 15px 35px;
        font-size: 17px;
    }
    
    /* Subscribe Section */
    .subscribe-section-heading {
        font-size: 28px;
        margin-bottom: 25px;
    }
    
    .subscribe-social-row {
        gap: 30px;
        margin-bottom: 35px;
        flex-direction: row;
        align-items: center;
    }
    
    .email-subscribe-section {
        max-width: 90%;
    }
    
    .email-subscribe-input {
        padding: 14px 20px;
        font-size: 15px;
        flex: 0 0 66.666%;
        width: 66.666%;
    }
    
    .email-subscribe-button {
        padding: 14px 28px;
        font-size: 15px;
    }
    
    /* About Eddie */
    .about-eddie-heading {
        font-size: 32px;
    }
    
    .about-eddie-image {
        flex: 0 0 500px;
    }
    
    /* Social Links */
    .social-links-sections {
        flex-direction: row;
        gap: 30px;
        justify-content: center;
    }
    
    /* Homepage Social Platform Buttons - Icon Only */
    .homepage-platforms .social-platform-button {
        min-width: 0;
        width: 45px;
        height: 45px;
        padding: 0;
        font-size: 0;
        font-weight: 600;
        flex: 0 0 auto;
        margin: 3px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 0;
        color: #fff;
        border-radius: 50%;
    }
    
    .homepage-platforms .social-platform-button i {
        font-size: 20px;
        color: #fff;
    }
    
    /* Single Page Social Platform Buttons - Icon Only (Tablet) */
    .listen-platform-link,
    .follow-platform-link {
        min-width: 0;
        width: 45px;
        height: 45px;
        padding: 0;
        font-size: 0;
        font-weight: 600;
        flex: 0 0 auto;
        margin: 3px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 0;
        border-radius: 50%;
    }
    
    .listen-platform-link i,
    .follow-platform-link i {
        font-size: 20px;
        color: #fff;
    }
    
    /* Contact Page - Tablet */
    .contact-layout {
        gap: 30px;
    }
    
    .contact-form-card {
        padding: 30px;
    }
    
    /* Footer */
    .footer-menu ul,
    .footer-menu-list {
        gap: 18px;
    }
    
    .footer-menu a {
        font-size: 15px;
    }
    
    .footer-social-link {
        width: 34px;
        height: 34px;
        font-size: 17px;
    }
}

/* Mobile Styles (max-width: 767px)
   -------------------------------------------------------------------------- */

@media (max-width: 767px) {
    /* Container */
    .container {
        padding: 0;
    }

    /* Support Section */
    .support-text {
        display: none;
    }

    .support-button {
        display: inline-block;
        font-size: 12px;
        font-weight: 500;
    }

    .header-menu a {
        font-size: 12px;
        font-weight: 500;
    }

    .header-menu a:hover,
    .header-menu a:focus,
    .header-menu a:active {
        color: #0be6af;
        transform: translateY(-2px);
    }

    /* Site Logo */
    .site-logo {
        max-width: 90%;
        max-height: 90%;
        transform: scale(0.8);
        transform-origin: left center;
    }

    /* Header */
    .site-header {
        background-color: #fff;
        padding: 0px 0 3px 0;
    }

    .menu-toggle {
        display: none;
    }

    .main-menu-container {
        display: block;
        position: static;
        background-color: transparent;
        padding: 0;
        width: 100%;
    }

    /* Primary Menu */
    .primary-menu {
        flex-direction: row;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        padding: 0;
        margin: 0;
    }

    .primary-menu li {
        margin-right: 0;
        margin-bottom: 0;
        flex-shrink: 0;
        margin: 0;
    }

    .primary-menu li:not(:last-child) {
        margin-right: 5px;
    }

    .primary-menu a {
        display: block;
        padding: 5px 8px;
        white-space: nowrap;
        font-size: 14px;
        margin: 0;
        font-weight: 600;
        color: #333;
    }

    .primary-menu a:hover {
        color: #0be6af;
        transform: translateY(-2px);
    }

    .primary-menu a:hover::after {
        width: 90%;
    }

    .menu-search-wrapper {
        padding: 5px 0;
    }

    .menu-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        padding: 2px 0;
    }



    /* Top Bar */
    .top-bar-inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .support-button-wrap {
        order: 2;
    }

    .top-links {
        order: 1;
    }

 

    /* Featured Video */
    .featured-video-section {
        padding: 0;
        margin-bottom: 0;
    }

    .home .featured-video-section,
    .front-page .featured-video-section {
        padding-bottom: 0;
    }

    .featured-video-wrapper {
        flex-direction: column;
        gap: 0;
        align-items: stretch;
        margin: 0;
        border-radius: 0;
        box-shadow: none;
    }

    .video-embed {
        flex: 0 0 100%;
        max-width: 100%;
        position: relative;
        width: 100%;
        padding-bottom: 56.25%;
        height: 0;
        overflow: hidden;
        margin-bottom: 0;
    }

    .video-embed iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: none;
        pointer-events: auto;
    }

    .featured-video-poster {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .featured-video-play-button svg {
        width: 60px;
        height: 60px;
    }

    .featured-video-iframe-container {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .featured-video-info {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 15px 15px 0 15px;
        margin-top: 0;
    }

    .featured-video-label {
        display: block;
        font-size: 16px;
        font-weight: 700;
        color: #333;
        text-transform: uppercase;
        letter-spacing: 2px;
        margin-bottom: 15px;
        padding: 0 15px;
        text-align: center;
    }

    .featured-video-title {
        display: none;
    }

    .featured-episode-number {
        display: none;
    }

    .featured-video-description {
        display: block;
        margin-top: 15px;
    }

    .featured-video-description .description-text {
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 1.6;
        color: #666;
        font-size: 15px;
        margin-bottom: 10px;
    }

    .read-more-link {
        display: inline-block;
        color: #0be6af;
        text-decoration: none;
        font-weight: 600;
        font-size: 15px;
        margin-top: 5px;
    }

    .read-more-link:hover {
        color: #0ac99a;
        text-decoration: underline;
    }

    /* Video Grid */
    .video-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    /* Video Card */
    .video-card {
        display: flex;
        border-radius: 0;
        box-shadow: none;
        border-bottom: 1px solid #eee;
        align-items: flex-start;
    }

    .video-thumbnail {
        width: 40%;
        padding-top: 0;
        height: auto;
        aspect-ratio: 16/9;
        flex-shrink: 0;
        border-radius: 8px;
    }

    .video-thumbnail img {
        border-radius: 8px;
    }

    .video-content {
        width: 60%;
        padding: 0 0 0 10px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        min-width: 0;
        align-self: flex-start;
    }



    .video-title {
        font-size: 12px;
        margin-bottom: 5px;
        margin-top: 0;
        line-height: 1.3;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-wrap: break-word;
        word-break: break-word;
        height: auto;
        width: 100%;
        max-height: calc(1.5em * 4);
    }

    .video-meta {
        font-size: 12px;
    }

    .play-icon {
        display: none;
    }

    .episode-number {
        top: 5px;
        left: 5px;
        padding: 2px 5px;
        font-size: 10px;
    }

    /* Entry Content */
    .entry-title {
        font-size: 22px;
    }

    .entry-content h2,
    .single .entry-content h2,
    .page .entry-content h2 {
        font-size: 18px;
        font-weight: 700;
        margin-top: 2em;
        margin-bottom: 1em;
        line-height: 1.3;
        color: #333;
    }

    .entry-content hr,
    .single .entry-content hr,
    .page .entry-content hr {
        margin: 1.5em 0;
    }

    .entry-content p,
    .single .entry-content p,
    .page .entry-content p {
        margin-bottom: 1.2em;
    }

    .entry-content img,
    .single .entry-content img,
    .page .entry-content img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .entry-content li,
    .single .entry-content li,
    .page .entry-content li {
        margin-bottom: 0.5em;
    }

    .support-mission-text p,
    .membership-description {
        font-size: 18px;
        line-height: 1.3;
    }

    /* 404 Error Page - Mobile */
    .error-404 {
        padding: 40px 15px;
    }

    .error-404 .page-title {
        font-size: 28px;
    }

    .error-404 .page-content > p {
        font-size: 16px;
    }

    .error-404 .search-form {
        padding: 0 10px;
    }

    .error-404 .search-input-wrapper {
        max-width: 100%;
    }

    .error-404 .error-suggestion h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    /* Listen and Follow Sections - Mobile Adjustments */
    .listen-follow-sections {
        gap: 25px;
        margin: 10px;
        padding-bottom: 20px;
    }

    .listen-section,
    .follow-section {
        gap: 12px;
        align-items: center;
    }

    .listen-section .section-title,
    .follow-section .section-title {
        font-size: 14px;
        text-align: center;
    }

    .listen-platforms-list,
    .follow-platforms-list {
        justify-content: center;
        gap: 6px;
        margin: 0;
    }

    .listen-platform-link,
    .follow-platform-link {
        min-width: 0;
        width: 45px;
        height: 45px;
        padding: 0;
        font-size: 0;
        font-weight: 600;
        flex: 0 0 auto;
        margin: 3px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 0;
        border-radius: 50%;
    }
    
    .listen-platform-link i,
    .follow-platform-link i {
        font-size: 20px;
        color: #fff;
    }

    /* Search Submit */
    .search-submit {
        font-size: 0;
        padding: 0 15px;
    }

    .search-submit i {
        font-size: 16px;
    }

    /* Mission Bar */
    .mission-support-bar {
        background-color: #000;
        padding: 8px 10px;
    }

    .mission-bar-content {
        flex-direction: column;
        align-items: flex-start;
    }

    .mission-links {
        margin-top: 8px;
        flex-wrap: wrap;
    }

    /* Support Mission */
    .support-mission-content {
        flex-direction: column;
    }

    /* Footer */
    .footer-top {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .footer-logo {
        order: 1;
    }

    .footer-menu {
        order: 2;
        justify-content: center;
    }

    .footer-menu ul,
    .footer-menu-list {
        flex-direction: row;
        gap: 15px;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
    }

    .footer-social {
        order: 3;
        justify-content: center;
        gap: 12px;
        flex-wrap: wrap;
        margin-top: 0;
        width: 100%;
    }

    .footer-social-link {
        width: 36px;
        height: 36px;
        font-size: 18px;
    }

    /* Site Content */
    .site-content {
        background-color: transparent;
    }

    .single .site-content,
    .page:not(.home):not(.front-page) .site-content {
        padding-top: 0;
    }

    .home .site-content,
    .front-page .site-content {
        padding-top: 0;
    }

    /* Single Post */
    .single .entry-header {
        margin: 15px 0 15px 0;
        padding: 0 10px;
    }

    .single .entry-title {
        font-size: 22px;
        line-height: 1.3;
        margin: 0 0 10px 0;
        padding: 0 0 0 15px;
        border-left: 4px solid #0be6af;
        border-radius: 4px 0 0 4px;
    }

    .single .entry-meta {
        font-size: 12px;
        margin: 0 0 10px 0;
        padding: 0;
    }

    .single .entry-content {
        padding: 0 10px 30px 10px;
    }

    .page .entry-content {
        padding: 0 10px 30px 10px;
    }

    .single .entry-content ul,
    .single .entry-content ol {
        margin-left: 20px;
        margin-bottom: 1em;
        padding-left: 20px;
    }

    .single .entry-content li {
        margin-bottom: 0.5em;
        line-height: 1.6;
    }

    .page .entry-content ul,
    .page .entry-content ol {
        margin-left: 20px;
        margin-bottom: 1em;
        padding-left: 20px;
    }

    .single .entry-footer {
        margin: 0 10px;
    }

    .page .entry-content p,
    .single .entry-content p {
        margin-bottom: 1.25em;
    }

    .page .entry-content h1,
    .single .entry-content h1 {
        font-size: 1.75em;
        margin-top: 1.5em;
        margin-bottom: 0.75em;
    }

    .page .entry-content h2,
    .single .entry-content h2 {
        font-size: 18px;
        margin-top: 1.5em;
        margin-bottom: 0.75em;
    }

    .page .entry-content h3,
    .single .entry-content h3 {
        font-size: 1.25em;
        margin-top: 1.25em;
        margin-bottom: 0.5em;
    }

    .page .entry-content hr,
    .single .entry-content hr {
        margin: 2em 0;
    }

    .page .entry-content blockquote,
    .single .entry-content blockquote {
        margin: 1.25em 0;
        padding: 0.75em 1em;
        padding-left: 1.5em;
    }

    /* Single Video Layout */
    .single-video-wrapper {
        display: block;
        flex-direction: column;
        gap: 0;
        margin: 0;
        padding: 0;
        width: 100%;
    }

    .single-video-main {
        flex: none;
        max-width: 100%;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .single-video-main article.single-video {
        margin: 0;
        padding: 0;
    }

    .tabs-container {
        flex: none;
        max-width: 100%;
        width: 100%;
        position: static;
        margin-top: 20px;
        padding: 0 10px;
    }

    .related-videos {
        padding: 0 10px;
    }

    .single .video-container {
        margin: 0;
        padding: 0;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    .single .video-meta-section {        
        margin: 10px;
    }

    .single .mp3-player-standalone {
        margin: 0 0 15px 0;
        padding: 0 15px;
    }

    .single .video-embed,
    .single .youtube-embed {
        width: 100%;
        max-width: 100%;
        padding-bottom: 56.25%;
        box-sizing: border-box;
    }

    .single .video-embed iframe,
    .single .youtube-embed iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    .single-video-poster {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        cursor: pointer;
    }

    .single-video-play-button svg {
        width: 60px;
        height: 60px;
    }

    .single-video-iframe-container {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    /* Video Meta Top */
    .single .video-meta-top {
        flex-direction: row;
    }

    .single .view-count {
        display: block;
        flex: 0 0 auto;
        color: #999;
    }

    .single .listen-platforms-icons.desktop-socials {
        display: flex;
        margin-left: auto;
        gap: 1px;
    }

    .listen-modal-content {
        width: 95%;
        max-height: 85vh;
    }

    .listen-platforms {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .download-modal-content {
        width: 95%;
        max-width: 100%;
    }

    .download-options {
        padding: 12px;
    }

    .download-option {
        padding: 14px;
    }

    .download-option-icon {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }

    .single .mp3-player-compact {
        margin-bottom: 12px;
        padding-bottom: 10px;
    }

    .single .mp3-player-compact .mp3-player {
        height: 48px;
    }

    .single .mp3-player-info-compact {
        font-size: 11px;
        gap: 10px;
    }

    .tags-container {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 5px;
        margin-bottom: 30px;
    }
    
    .tags-links {
        display: flex;
        flex-wrap: nowrap;
        gap: 8px;
        width: max-content;
    }
    
    .tags-links a {
        white-space: nowrap;
    }

    .single .download-links {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .single .download-button {
        padding: 12px 14px;
    }

    .single .download-button i {
        font-size: 15px;
    }

    .single .download-button .download-text {
        font-size: 13px;
    }

    .single .download-button .download-size {
        font-size: 10px;
    }

    .single .video-downloads {
        padding: 10px;
    }

    .single .mp3-player-container {
        padding: 15px;
        margin-bottom: 20px;
    }

    .single .mp3-player {
        height: 44px;
    }

    

    /* About Eddie Hero - Mobile */
    .about-eddie-hero {
        padding: 20px 15px 0px;
        background-position: 40% center;
        min-height: 500px;
        display: flex;
        align-items: flex-end;
    }

    .about-eddie-hero .container {
        width: 100%;
    }

    .about-eddie-hero-wrapper {
        flex-direction: column;
        gap: 20px;
        justify-content: flex-end;
    }

    .about-eddie-hero-content {
        max-width: 100%;
        text-align: center;
    }

    .about-eddie-hero-title {
        font-size: 36px;
        margin-bottom: 15px;
    }

    .about-eddie-hero-subtitle {
        font-size: 18px;
        margin-bottom: 20px;
        text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8),
                     0px 0px 20px rgba(0, 0, 0, 0.6);
    }

    .about-eddie-hero-stats {
        justify-content: center;
        gap: 0;
        margin-bottom: 8px;
        margin-left: auto;
        margin-right: auto;
        background-color: rgba(0, 0, 0, 0.75);
    }

    .hero-stat-item {
        padding: 10px 16px;
        min-width: auto;
        gap: 5px;
    }

    .hero-stat-number {
        font-size: 20px;
    }

    .hero-stat-label {
        font-size: 12px;
    }

    .hero-membership-button {
        padding: 14px 28px;
        font-size: 15px;
    }

    .hero-substack-button {
        padding: 12px 24px;
        font-size: 15px;
    }

    .hero-listen-follow-sections {
        flex-direction: column;
        gap: 30px;
        margin-top: 40px;
    }

    .hero-listen-section,
    .hero-follow-section {
        align-items: center;
    }

    .hero-social-links {
        align-items: center;
    }

    .about-eddie-hero-image {
        display: none;
    }

    .about-eddie-description {
        padding: 60px 15px;
    }

    .about-eddie-heading {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .about-eddie-text {
        font-size: 16px;
        line-height: 1.7;
        text-align: center;
    }

    /* Subscribe Social Section Top - Merged with Hero */
    .subscribe-social-section-top {
        padding: 30px 15px 60px;
        background-color: #fff;
    }

    .subscribe-social-section-top .subscribe-section-heading {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .subscribe-social-section-top .subscribe-social-row {
        margin-bottom: 30px;
    }

    .subscribe-social-section-top .email-subscribe-form {
        flex-direction: column;
        gap: 12px;
    }

    .subscribe-social-section-top .email-subscribe-input {
        padding: 14px 18px;
        font-size: 16px;
    }

    .subscribe-social-section-top .email-subscribe-button {
        padding: 14px 25px;
        font-size: 16px;
    }

    /* Stats and Membership */
    .stats-membership-section {
        padding: 10px;
    }

    .stats-heading {
        font-size: 26px;
        margin-bottom: 25px;
        letter-spacing: -0.3px;
    }

    .stats-membership-row {
        flex-direction: column;
        gap: 30px;
        align-items: center;
        margin-top: 15px;
    }

    .stats-column-left {
        width: 100%;
        min-width: 0;
    }

    .stats-column {
        gap: 50px;
        width: 100%;
        justify-content: center;
    }

    .stats-column::after {
        display: none;
    }

    .membership-column {
        flex: 1 1 100%;
        text-align: center;
        max-width: 100%;
        min-width: 0;
    }

    .stats-combined {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px 30px;
        max-width: 100%;
    }

    .membership-description {
        font-size: 18px;
        margin-bottom: 18px;
    }

    .stat-item {
        padding: 10px 15px;
    }

    .stat-number {
        font-size: 40px;
        letter-spacing: -1px;
    }

    .stat-label {
        font-size: 13px;
        letter-spacing: 1.5px;
    }

    .membership-button {
        padding: 14px 30px;
        font-size: 16px;
        letter-spacing: 0.8px;
    }

    .membership-text {
        font-size: 14px;
        margin-top: 10px;
    }

    /* Subscribe Social Section */
    .subscribe-social-section {
        padding: 40px 15px;
    }

    .subscribe-section-heading {
        font-size: 24px;
        margin-bottom: 20px;
        padding: 0 10px;
    }

    .subscribe-social-row {
        flex-direction: column;
        align-items: stretch;
        gap: 20px;
        margin-bottom: 30px;
        padding: 0 10px;
    }

    .email-subscribe-section {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }

    .email-subscribe-form {
        flex-direction: column;
        gap: 12px;
        max-width: 100%;
        align-items: stretch;
        padding: 0;
    }

    .email-subscribe-input {
        width: 100%;
        padding: 14px 18px;
        font-size: 16px;
        box-sizing: border-box;
        min-width: 0;
        flex: 0 0 100%;
    }

    .email-subscribe-button {
        width: 100%;
        padding: 14px 25px;
        font-size: 16px;
    }

    .social-links-sections {
        flex-direction: column;
        gap: 25px;
        justify-content: center;
        align-items: center;
        width: 100%;
        flex-wrap: wrap;
    }

    .social-section {
        text-align: center;
        width: 100%;
        flex: 0 0 auto;
    }

    .social-section-title {
        text-align: center;
        margin-bottom: 10px;
        font-size: 12px;
    }

    .homepage-platforms {
        justify-content: center;
        gap: 6px;
        margin: 0;
    }

    .homepage-platforms .social-platform-button {
        min-width: 0;
        width: 45px;
        height: 45px;
        padding: 0;
        font-size: 0;
        font-weight: 600;
        flex: 0 0 auto;
        margin: 3px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 0;
        color: #fff;
        border-radius: 50%;
    }

    .homepage-platforms .social-platform-button i {
        font-size: 20px;
        color: #fff;
    }


    .follow-us-title {
        font-size: 24px;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .follow-us-title:after {
        width: 60px;
        height: 2px;
    }

    .follow-us-section {
        padding: 0;
    }

   
    .shorts-playlist-title,
    .shorts-section-title {
        font-size: 24px;
        padding-left: 10px;
    }

    .shorts-playlist-subtitle,
    .shorts-section-subtitle {
        font-size: 14px;
        margin-bottom: 20px;
        padding-left: 10px;
    }

    .shorts-playlist-item {
        flex: 0 0 133.33px;
        width: 133.33px;
    }

    .shorts-playlist-scroll {
        gap: 15px;
    }

    .shorts-title {
        font-size: 10px;
    }

    .shorts-scroll-item {
        flex: 0 0 133.33px;
        width: 133.33px;
    }

    .shorts-scroll-wrapper {
        gap: 15px;
    }
    
    /* Shorts Grid Responsive */
    /* Shorts Page Mobile Padding */
    .page-header {
        padding: 40px 10px 20px 10px;
    }
    
    .youtube-shorts-archive {
        padding: 40px 10px;
    }
    
    .shorts-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .shorts-play-icon {
        width: 50px;
        height: 50px;
    }

    .shorts-play-icon svg {
        width: 20px;
        height: 20px;
    }

    .shorts-scroll-container {
        margin-top: 20px;
    }

    .shorts-modal-content {
        width: 95%;
        max-width: 100%;
    }

    .shorts-modal-close {
        width: 35px;
        height: 35px;
        font-size: 20px;
        top: 5px;
        right: 5px;
    }

    .shorts-modal-title {
        padding: 12px 15px;
        font-size: 14px;
    }

    .single-page-shorts {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    /* Archive Grid */
    .archive-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .archive-grid .video-card {
        display: flex;
        border-radius: 0;
        box-shadow: none;
        border-bottom: 1px solid #eee;
        align-items: flex-start;
        padding: 10px;
    }

    .archive-grid .video-thumbnail {
        width: 40%;
        padding-top: 0;
        height: auto;
        aspect-ratio: 16/9;
        flex-shrink: 0;
        border-radius: 8px;
    }

    .archive-grid .video-thumbnail img {
        border-radius: 8px;
    }

    .archive-grid .video-title {
        font-size: 14px;
        margin-bottom: 5px;
        margin-top: 0;
        line-height: 1.5;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-wrap: break-word;
        word-break: break-word;
        height: auto;
        width: 100%;
        max-height: calc(1.5em * 4);
    }

    .archive-grid .video-meta {
        font-size: 12px;
    }

    /* Search Results Grid */
    .search-results-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .search-results-grid .video-card-link {
        display: flex;
        flex-direction: row;
    }

    .search-results-grid .video-card {
        display: flex;
        flex-direction: row;
        width: 100%;
    }

    .search-results-grid .video-thumbnail {
        width: 40%;
        padding-top: 0;
        height: auto;
        aspect-ratio: 16/9;
        flex-shrink: 0;
        border-radius: 8px;
    }

    .search-results-grid .video-thumbnail img {
        border-radius: 8px;
    }

    .search-results-grid .video-title {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .search-results-grid .video-meta {
        font-size: 12px;
    }

    /* Simple Video Card */
    .simple-video-card {
        display: flex;
        flex-direction: row;
    }

    .simple-card-link {
        display: flex;
        flex-direction: row;
        width: 100%;
    }

    .simple-thumbnail {
        width: 40%;
        padding-top: 0;
        height: auto;
        aspect-ratio: 16/9;
        flex-shrink: 0;
    }

    .simple-title {
        width: 60%;
        padding: 10px;
        font-size: 14px;
    }

    .simple-meta {
        display: none;
    }

    /* Share Modal */
    .share-modal-content {
        width: 95%;
        max-height: 85vh;
    }

    .share-platforms {
        grid-template-columns: repeat(2, 1fr);
        padding: 12px;
    }

    .share-platform {
        padding: 12px;
    }

    .share-platform-icon {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }

    .share-url-input-wrapper {
        flex-direction: column;
    }

    .share-copy-btn {
        width: 100%;
        justify-content: center;
    }

    /* Contact Page */
    .contact-page .entry-header {
        padding: 0 10px;
    }
    
    .contact-page .entry-title {
        font-size: 32px;
    }
    
    .contact-notice {
        padding: 0 10px;
    }

    .contact-section {
        flex-direction: column;
        gap: 15px;
    }

    .contact-icon {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }

    .contact-content h3 {
        font-size: 16px;
    }

    .contact-content p {
        font-size: 15px;
    }

    /* Contact 2-Column Layout - Stack on Mobile */
    .contact-layout {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 0 10px;
    }
    
    .contact-form-card {
        position: static;
        padding: 25px 10px;
    }
    
    .form-icon {
        width: 60px;
        height: 60px;
        font-size: 28px;
        margin-bottom: 15px;
    }
    
    .form-header h3 {
        font-size: 20px;
    }
    
    .contact-form-description {
        font-size: 14px;
    }
    
    .contact-email-form input[type="email"] {
        font-size: 16px; /* Prevent zoom on iOS */
    }
    
    .contact-submit-btn {
        width: 100%;
        padding: 14px;
    }
}
