/*
Theme Name: IndieCampers Blog - Sunset UI
Description: Custom consolidated theme for IndieCampers blog with Sunset UI design system
Version: 3.0
Author: IndieCampers
*/

/* ===== DESIGN SYSTEM VARIABLES ===== */
:root {
    /* Sunset UI Design System Colors */
    --sunset-orange-start: #f97316;
    --sunset-orange-end: #ea580c;
    --sunset-yellow-start: #f59e0b;
    --sunset-yellow-end: #d97706;
    --sunset-green-start: #10b981;
    --sunset-green-end: #059669;
    --sunset-purple-start: #8b5cf6;
    --sunset-purple-end: #7c3aed;
    --sunset-blue-start: #3b82f6;
    --sunset-blue-end: #2563eb;
    
    /* Design System Properties */
    --border-radius-sm: 8px;
    --border-radius-md: 14px;
    --border-radius-lg: 16px;
    --border-radius-xl: 20px;
    
    /* Shadows */
    --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    
    /* Gradient Backgrounds */
    --gradient-sunset: linear-gradient(135deg, var(--sunset-orange-start) 0%, var(--sunset-orange-end) 100%);
    --gradient-yellow: linear-gradient(135deg, var(--sunset-yellow-start) 0%, var(--sunset-yellow-end) 100%);
    --gradient-green: linear-gradient(135deg, var(--sunset-green-start) 0%, var(--sunset-green-end) 100%);
    --gradient-purple: linear-gradient(135deg, var(--sunset-purple-start) 0%, var(--sunset-purple-end) 100%);
    --gradient-blue: linear-gradient(135deg, var(--sunset-blue-start) 0%, var(--sunset-blue-end) 100%);
    
    /* Light gradients for backgrounds with dark text */
    --gradient-light-green: linear-gradient(135deg, #f0f9e8 0%, #e8f5e8 100%);
}

/* ===== RESET & BASE STYLES ===== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Figtree", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    font-weight: 400;
    line-height: 1.6;
    color: #374151;
    background-color: #ffffff;
    margin: 0 !important;
    padding: 0 !important;
}

/* ===== EXACT IndieCampers HEADER ===== */
.IndieCampers-header {
    background: #ffffff !important;
    box-shadow: var(--shadow-md) !important;
    position: sticky !important;
    top: 0 !important;
    z-index: 99999 !important;
    width: 100% !important;
    height: 72px !important;
    border-bottom: 1px solid #e5e7eb !important;
}

.IndieCampers-header-container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 24px !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    height: 72px !important;
}

.IndieCampers-logo img {
    height: 32px !important;
    width: auto !important;
}

.IndieCampers-nav {
    display: flex !important;
    align-items: center !important;
    gap: 40px !important;
}

.IndieCampers-nav-menu {
    display: flex !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    gap: 32px !important;
    align-items: center !important;
}

.IndieCampers-nav-menu li {
    margin: 0 !important;
    padding: 0 !important;
}

.IndieCampers-nav-menu a {
    font-family: "Figtree", sans-serif !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    color: #374151 !important;
    text-decoration: none !important;
    transition: color 0.2s ease !important;
    padding: 8px 0 !important;
}

.IndieCampers-nav-menu a:hover {
    color: var(--sunset-orange-start) !important;
}

.IndieCampers-book-btn {
    background: var(--gradient-sunset) !important;
    color: #ffffff !important;
    font-family: "Figtree", sans-serif !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    padding: 12px 24px !important;
    border-radius: var(--border-radius-md) !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
    border: none !important;
    box-shadow: var(--shadow-sm) !important;
}

.IndieCampers-book-btn:hover {
    transform: translateY(-1px) !important;
    box-shadow: var(--shadow-md) !important;
}

/* ===== MAIN CONTENT ===== */
.IndieCampers-main-content {
    min-height: calc(100vh - 200px);
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* ===== TYPOGRAPHY ===== */
h1, .entry-title, .wp-block-post-title {
    font-size: 38px !important;
    font-family: "Figtree", sans-serif !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    color: #111827 !important;
    margin-bottom: 16px !important;
}

h2 {
    font-size: 24px !important;
    font-family: "Figtree", sans-serif !important;
    font-weight: 500 !important;
    line-height: 1.3 !important;
    color: #1f2937 !important;
    margin-bottom: 12px !important;
}

h3 {
    font-size: 20px !important;
    font-family: "Figtree", sans-serif !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;
    color: #1f2937 !important;
    margin-bottom: 10px !important;
}

p, .entry-content p, .wp-block-paragraph {
    font-size: 16px !important;
    font-family: "Figtree", sans-serif !important;
    font-weight: 400 !important;
    line-height: 1.6 !important;
    color: #374151 !important;
    margin-bottom: 16px !important;
}

/* ===== LIST STYLES ===== */
ul, ol, .entry-content ul, .entry-content ol, .wp-block-list {
    font-size: 16px !important;
    font-family: "Figtree", sans-serif !important;
    font-weight: 400 !important;
    line-height: 1.6 !important;
    color: #374151 !important;
    margin: 16px 0 !important;
    padding-left: 20px !important;
}

li, .entry-content li, .wp-block-list-item {
    font-size: 16px !important;
    font-family: "Figtree", sans-serif !important;
    font-weight: 400 !important;
    line-height: 1.6 !important;
    color: #374151 !important;
    margin-bottom: 8px !important;
    padding-left: 4px !important;
}

/* Ensure nested lists maintain proper alignment */
ul ul, ol ol, ul ol, ol ul,
.entry-content ul ul, .entry-content ol ol, 
.entry-content ul ol, .entry-content ol ul {
    margin: 8px 0 !important;
    padding-left: 20px !important;
}

/* Fix bullet and number alignment */
ul li::marker, .entry-content ul li::marker {
    color: #374151 !important;
    font-size: 16px !important;
}

ol li::marker, .entry-content ol li::marker {
    color: #374151 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
}

/* Ensure proper spacing for list content */
li p, .entry-content li p {
    margin-bottom: 8px !important;
    font-size: 16px !important;
}

/* ===== SUNSET UI CARD SYSTEM ===== */
.sunset-card {
    background: var(--gradient-sunset);
    border-radius: var(--border-radius-lg);
    padding: 32px;
    box-shadow: var(--shadow-lg);
    color: white;
    transition: all 0.3s ease;
}

.sunset-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
}

.sunset-card.yellow {
    background: var(--gradient-yellow);
}

.sunset-card.green {
    background: var(--gradient-green);
}

.sunset-card.purple {
    background: var(--gradient-purple);
}

.sunset-card.blue {
    background: var(--gradient-blue);
}

.sunset-card-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 8px;
    color: white;
}

.sunset-card-subtitle {
    font-size: 16px;
    margin-bottom: 16px;
    opacity: 0.9;
}

.sunset-card-content {
    margin-bottom: 24px;
}

.sunset-badge {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(8px);
    color: white;
    padding: 6px 16px;
    border-radius: var(--border-radius-xl);
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.sunset-badge.green {
    background: var(--gradient-green);
}

.sunset-badge.yellow {
    background: var(--gradient-yellow);
}

.sunset-badge.purple {
    background: var(--gradient-purple);
}

.sunset-badge.blue {
    background: var(--gradient-blue);
}

.sunset-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sunset-list-item {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    padding: 0;
}

.sunset-list-item .check-icon {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    flex-shrink: 0;
}

.sunset-list-item .check-icon::after {
    content: "✓";
    color: white;
    font-weight: 600;
    font-size: 12px;
}

.sunset-list-item.error .check-icon {
    background: rgba(255, 255, 255, 0.1);
}

.sunset-list-item.error .check-icon::after {
    content: "✕";
}

.sunset-button {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(8px);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 14px 28px;
    border-radius: var(--border-radius-md);
    font-family: "Figtree", sans-serif;
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    cursor: pointer;
}

.sunset-button:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: translateY(-1px);
}

/* ===== AI SUMMARY STYLES ===== */
.google-ai-overview {
    background: var(--gradient-light-green) !important;
    border-radius: var(--border-radius-lg) !important;
    padding: 32px !important;
    margin: 32px 0 40px 0 !important;
    border: 1px solid rgba(16, 185, 129, 0.2) !important;
    position: relative !important;
    box-shadow: var(--shadow-md) !important;
    color: #1f2937 !important;
    overflow: hidden !important;
}

.google-ai-overview::after {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    width: 60px !important;
    height: 60px !important;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="rgba(16,185,129,0.3)"><path d="M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z"/></svg>') no-repeat center !important;
    background-size: 24px !important;
    opacity: 0.4 !important;
}

.ai-overview-header {
    margin-bottom: 16px !important;
}

.ai-overview-title {
    font-family: "Figtree", sans-serif !important;
    font-weight: 600 !important;
    font-size: 20px !important;
    color: #1f2937 !important;
    margin: 0 !important;
}

.ai-typing-text {
    font-family: "Figtree", sans-serif !important;
    font-size: 16px !important;
    line-height: 1.7 !important;
    color: #374151 !important;
    margin: 0 !important;
    min-height: 24px !important;
}

.ai-typing-char {
    opacity: 0 !important;
    transition: opacity 15ms ease-out !important;
    display: inline !important;
}

.ai-typing-char.visible {
    opacity: 1 !important;
}

.ai-cursor {
    display: inline-block !important;
    background: #10b981 !important;
    width: 2px !important;
    height: 18px !important;
    margin-left: 1px !important;
    border-radius: 1px !important;
    animation: ai-cursor-blink 500ms infinite !important;
    vertical-align: text-bottom !important;
}

@keyframes ai-cursor-blink {
    0%, 50% { opacity: 1; }
    51%, 100% { opacity: 0; }
}

.ai-cursor.stopped {
    animation: none !important;
    opacity: 0 !important;
}

/* ===== RELATED ARTICLES STYLES ===== */
.related-articles-section {
    margin: 60px 0 40px 0 !important;
    padding: 40px 0 !important;
    border-top: 1px solid #e5e7eb !important;
}

.related-articles-title {
    font-family: "Figtree", sans-serif !important;
    font-weight: 600 !important;
    font-size: 24px !important;
    color: #1f2937 !important;
    margin: 0 0 32px 0 !important;
}

.related-articles-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
    gap: 24px !important;
}

.related-article-card {
    background: white !important;
    border-radius: var(--border-radius-md) !important;
    overflow: hidden !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08) !important;
    transition: all 0.3s ease !important;
    border: 1px solid #f3f4f6 !important;
}

.related-article-card:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12) !important;
}

.related-article-image {
    height: 160px !important;
    overflow: hidden !important;
    background: #f3f4f6 !important;
}

.related-article-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: transform 0.3s ease !important;
    display: block !important;
}

.related-article-card:hover .related-article-image img {
    transform: scale(1.05) !important;
}

.related-article-content {
    padding: 20px !important;
}

.related-article-meta {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    margin-bottom: 12px !important;
    flex-wrap: wrap !important;
}

.related-article-category {
    background: #F97316 !important;
    color: white !important;
    padding: 4px 8px !important;
    border-radius: var(--border-radius-xl) !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
}

.related-article-category:hover {
    background: #EA580C !important;
    color: white !important;
}

.related-article-date {
    color: #9ca3af !important;
    font-size: 12px !important;
    font-weight: 400 !important;
}

.related-article-title {
    margin: 0 0 12px 0 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
}

.related-article-title a {
    color: #1f2937 !important;
    text-decoration: none !important;
    transition: color 0.3s ease !important;
}

.related-article-title a:hover {
    color: #F97316 !important;
}

.related-article-excerpt {
    color: #6b7280 !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    margin: 0 0 16px 0 !important;
}

.related-article-footer {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}

.related-article-read-time {
    color: #9ca3af !important;
    font-size: 12px !important;
    font-weight: 400 !important;
}

/* ===== EXACT IndieCampers FOOTER ===== */
.IndieCampers-footer {
    background-color: #f8f9fa !important;
    color: #6c757d !important;
    margin-top: 80px !important;
    padding: 60px 0 40px !important;
    border-top: 1px solid #e9ecef !important;
}

.IndieCampers-footer-container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 24px !important;
}

.IndieCampers-footer-top {
    display: grid !important;
    grid-template-columns: 1fr auto !important;
    gap: 60px !important;
    margin-bottom: 40px !important;
    align-items: start !important;
}

.IndieCampers-footer-left {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)) !important;
    gap: 40px !important;
}

.IndieCampers-footer-brand {
    grid-column: 1 / -1 !important;
}

.IndieCampers-footer-logo {
    height: 32px !important;
    width: auto !important;
    margin-bottom: 16px !important;
}

.IndieCampers-footer-description {
    font-family: "Figtree", sans-serif !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    color: #6c757d !important;
    line-height: 1.5 !important;
    margin: 0 !important;
    max-width: 400px !important;
}

.IndieCampers-footer-links h4 {
    font-family: "Figtree", sans-serif !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    color: #495057 !important;
    margin: 0 0 16px 0 !important;
}

.IndieCampers-footer-links ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.IndieCampers-footer-links li {
    margin-bottom: 8px !important;
}

.IndieCampers-footer-links a {
    font-family: "Figtree", sans-serif !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    color: #6c757d !important;
    text-decoration: none !important;
    transition: color 0.2s ease !important;
}

.IndieCampers-footer-links a:hover {
    color: #F97316 !important;
}

/* Newsletter section */
.IndieCampers-newsletter {
    background: #ffffff !important;
    padding: 24px !important;
    border-radius: 8px !important;
    border: 1px solid #e9ecef !important;
    min-width: 300px !important;
}

.IndieCampers-newsletter h3 {
    font-family: "Figtree", sans-serif !important;
    font-weight: 600 !important;
    font-size: 18px !important;
    color: #212529 !important;
    margin: 0 0 8px 0 !important;
}

.IndieCampers-newsletter p {
    font-family: "Figtree", sans-serif !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    color: #6c757d !important;
    margin: 0 0 16px 0 !important;
    line-height: 1.4 !important;
}

.IndieCampers-newsletter-form {
    display: flex !important;
    gap: 8px !important;
}

.IndieCampers-newsletter input {
    flex: 1 !important;
    padding: 12px 16px !important;
    border: 1px solid #ced4da !important;
    border-radius: 6px !important;
    font-family: "Figtree", sans-serif !important;
    font-size: 14px !important;
    outline: none !important;
}

.IndieCampers-newsletter input:focus {
    border-color: #F97316 !important;
    box-shadow: 0 0 0 2px rgba(249, 115, 22, 0.1) !important;
}

.IndieCampers-newsletter button {
    background: #F97316 !important;
    color: #ffffff !important;
    border: none !important;
    padding: 12px 20px !important;
    border-radius: 6px !important;
    font-family: "Figtree", sans-serif !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    cursor: pointer !important;
    transition: background 0.2s ease !important;
}

.IndieCampers-newsletter button:hover {
    background: #EA580C !important;
}

/* Footer bottom */
.IndieCampers-footer-bottom {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding-top: 24px !important;
    border-top: 1px solid #e9ecef !important;
    flex-wrap: wrap !important;
    gap: 16px !important;
}

.IndieCampers-footer-help {
    display: flex !important;
    align-items: center !important;
    gap: 24px !important;
}

.IndieCampers-footer-help h4 {
    font-family: "Figtree", sans-serif !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    color: #495057 !important;
    margin: 0 !important;
}

.IndieCampers-footer-help a {
    font-family: "Figtree", sans-serif !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    color: #F97316 !important;
    text-decoration: none !important;
}

.IndieCampers-footer-help a:hover {
    text-decoration: underline !important;
}

.IndieCampers-footer-help span {
    font-family: "Figtree", sans-serif !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    color: #6c757d !important;
}

.IndieCampers-footer-social {
    display: flex !important;
    align-items: center !important;
    gap: 16px !important;
}

.IndieCampers-footer-social span {
    font-family: "Figtree", sans-serif !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    color: #6c757d !important;
}

.IndieCampers-footer-social a {
    color: #6c757d !important;
    transition: color 0.2s ease !important;
}

.IndieCampers-footer-social a:hover {
    color: #F97316 !important;
}

.IndieCampers-footer-copyright {
    font-family: "Figtree", sans-serif !important;
    font-weight: 400 !important;
    font-size: 12px !important;
    color: #adb5bd !important;
    text-align: center !important;
    margin-top: 24px !important;
}

.IndieCampers-footer-copyright p {
    margin: 0 !important;
    font-size: 12px !important;
    color: #adb5bd !important;
}

/* ===== BLOG LAYOUT STYLES ===== */
.post-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 32px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.post-card {
    background: white;
    border-radius: var(--border-radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.post-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-xl);
}

.post-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.post-card:hover img {
    transform: scale(1.05);
}

.post-card-content {
    padding: 24px;
}

.post-card h2 {
    font-size: 20px !important;
    margin-bottom: 12px !important;
    font-weight: 600 !important;
}

.post-card h2 a {
    color: #111827;
    text-decoration: none;
    transition: color 0.2s ease;
}

.post-card h2 a:hover {
    color: var(--sunset-orange-start);
}

.post-excerpt {
    font-size: 15px !important;
    color: #6b7280 !important;
    margin-bottom: 20px !important;
    line-height: 1.6 !important;
}

.post-meta {
    font-size: 13px !important;
    color: #9ca3af !important;
    margin-bottom: 0 !important;
}

/* ===== MOBILE MENU STYLES ===== */
.mobile-menu-toggle {
    display: none !important;
    background: none !important;
    border: none !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    width: 32px !important;
    height: 32px !important;
    cursor: pointer !important;
    padding: 4px !important;
    transition: all 0.3s ease !important;
}

.hamburger-line {
    width: 20px !important;
    height: 2px !important;
    background: #374151 !important;
    margin: 2px 0 !important;
    transition: all 0.3s ease !important;
    border-radius: 1px !important;
}

.mobile-menu-toggle.active .hamburger-line:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px) !important;
}

.mobile-menu-toggle.active .hamburger-line:nth-child(2) {
    opacity: 0 !important;
}

.mobile-menu-toggle.active .hamburger-line:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px) !important;
}

/* Single Post Page Spacing Fix */
.single .IndieCampers-main-content {
    padding-top: 32px !important;
}

/* ===== RESPONSIVE DESIGN ===== */
@media (max-width: 768px) {
    .IndieCampers-header-container {
        height: 72px !important;
        padding: 0 16px !important;
        position: relative !important;
    }
    
    .IndieCampers-nav {
        position: relative !important;
    }
    
    .mobile-menu-toggle {
        display: flex !important;
    }
    
    .IndieCampers-nav-menu {
        position: absolute !important;
        top: 72px !important;
        left: -16px !important;
        right: -16px !important;
        background: white !important;
        flex-direction: column !important;
        padding: 20px 16px !important;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1) !important;
        border-top: 1px solid #e5e7eb !important;
        transform: translateY(-100%) !important;
        opacity: 0 !important;
        visibility: hidden !important;
        transition: all 0.3s ease !important;
        z-index: 999 !important;
        gap: 16px !important;
        align-items: stretch !important;
        justify-content: flex-start !important;
    }
    
    .IndieCampers-nav-menu.active {
        transform: translateY(0) !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    
    .IndieCampers-nav-menu li {
        width: 100% !important;
        text-align: center !important;
    }
    
    .IndieCampers-nav-menu a {
        padding: 12px 16px !important;
        display: block !important;
        border-radius: 8px !important;
        transition: background-color 0.3s ease !important;
    }
    
    .IndieCampers-nav-menu a:hover {
        background: #f8fafc !important;
    }
    
    .IndieCampers-book-btn {
        padding: 10px 20px !important;
        font-size: 14px !important;
    }
    
    /* Prevent body scroll when menu is open */
    body.menu-open {
        overflow: hidden !important;
    }
    
    .IndieCampers-footer-top {
        grid-template-columns: 1fr !important;
        gap: 40px !important;
    }
    
    .IndieCampers-newsletter {
        min-width: auto !important;
    }
    
    .IndieCampers-footer-bottom {
        flex-direction: column !important;
        text-align: center !important;
    }
    
    .google-ai-overview {
        margin: 15px -15px 25px -15px !important;
        border-radius: var(--border-radius-sm) !important;
        padding: 20px 16px !important;
    }
    
    .google-ai-overview::after {
        top: 16px !important;
        right: 16px !important;
    }
    
    .ai-typing-text {
        font-size: 14px !important;
    }
    
    h1, .entry-title, .wp-block-post-title {
        font-size: 28px !important;
    }
    
    h2 {
        font-size: 20px !important;
    }
    
    p, .entry-content p, .wp-block-paragraph {
        font-size: 14px !important;
    }
    
    .post-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 0 15px;
    }
}

/* ===== ENSURE ELEMENTS TAKE PRIORITY ===== */
.wp-site-blocks,
main,
.wp-block-group {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* Hide conflicting WordPress elements */
.wp-site-blocks > header:not(.IndieCampers-header),
.wp-block-template-part,
body > header:not(.IndieCampers-header),
.site-header:not(.IndieCampers-header),
.wp-block-site-title,
.wp-block-navigation,
.wp-site-blocks > footer:not(.IndieCampers-footer),
body > footer:not(.IndieCampers-footer),
.site-footer:not(.IndieCampers-footer) {
    display: none !important;
}

/* Reduce CLS for hero and stories grid */
.featured-story-hero {
  min-height: 400px;
}
.featured-story-image img {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  min-height: 225px;
  display: block;
}
.latest-stories-section {
  min-height: 600px;
}
.stories-grid {
  min-height: 480px;
}
.story-card {
  min-height: 420px;
  display: flex;
  flex-direction: column;
}
.story-image {
  min-height: 200px;
}
.story-image img {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  min-height: 200px;
  display: block;
}
