/*
Theme Name: DRiPGATE Dispatches
Theme URI: https://blog.dripgate.org
Author: DRiPGATE
Author URI: https://dripgate.org
Description: Official DRiPGATE blog theme - Letters from the Edge
Version: 2.6
License: Private
Text Domain: dripgate
*/

/* Reset WordPress defaults */
html, body {
    margin: 0;
    padding: 0;
}

/* Base styles */
body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    background-color: #0f172a !important;
    color: #ffffff !important;
    line-height: 1.6;
    min-height: 100vh;
}

/* Typography */
.gradient-text {
    background: linear-gradient(135deg, #10b981 0%, #1e3a5f 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Layout */
.hero-glow {
    background: radial-gradient(ellipse at center, rgba(16, 185, 129, 0.15) 0%, transparent 70%);
}

.glass-nav {
    background: rgba(30, 58, 95, 0.95);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(16, 185, 129, 0.2);
}

/* Buttons */
.btn-primary {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    box-shadow: 0 4px 20px rgba(16, 185, 129, 0.4);
    transition: all 0.3s ease;
    color: white;
    padding: 0.75rem 1.5rem;
    border-radius: 0.75rem;
    font-weight: 500;
    display: inline-block;
    text-decoration: none;
}

.btn-primary:hover {
    box-shadow: 0 6px 30px rgba(16, 185, 129, 0.6);
    transform: translateY(-1px);
}

.btn-secondary {
    border: 2px solid #10b981;
    color: #10b981;
    transition: all 0.3s ease;
    padding: 0.75rem 1.5rem;
    border-radius: 0.75rem;
    font-weight: 500;
    display: inline-block;
    text-decoration: none;
}

.btn-secondary:hover {
    background: rgba(16, 185, 129, 0.1);
}

/* Post cards */
.post-card {
    background: linear-gradient(145deg, rgba(30, 58, 95, 0.4) 0%, rgba(17, 24, 39, 0.6) 100%);
    border: 1px solid rgba(16, 185, 129, 0.15);
    transition: all 0.3s ease;
    border-radius: 1rem;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}

.post-card:hover {
    border-color: rgba(16, 185, 129, 0.4);
    box-shadow: 0 0 30px rgba(16, 185, 129, 0.15);
}

.sidebar-card {
    background: linear-gradient(145deg, rgba(30, 58, 95, 0.4) 0%, rgba(17, 24, 39, 0.6) 100%);
    border: 1px solid rgba(16, 185, 129, 0.15);
    border-radius: 1rem;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}

/* Author avatar */
.author-avatar-small {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #10b981;
}

/* Studio accent */
.studio-accent { 
    color: #10b981; 
}

.bg-studio-dark { 
    background-color: #0f172a !important; 
}

/* Dropdown */
.dropdown-menu {
    display: none;
    position: absolute;
    left: 0;
    margin-top: 0.5rem;
    width: 14rem;
    border-radius: 0.75rem;
    background: #0f172a;
    border: 1px solid rgba(16, 185, 129, 0.3);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    z-index: 50;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

/* Content styling */
.entry-content h2 {
    color: #f8fafc;
    font-size: 1.875rem;
    font-weight: 700;
    margin-top: 3rem;
    margin-bottom: 1.5rem;
}

.entry-content h3 {
    color: #10b981;
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
}

.entry-content p {
    color: #cbd5e1;
    font-size: 1.125rem;
    margin-bottom: 1.5rem;
    line-height: 1.8;
}

.entry-content a {
    color: #10b981;
    text-decoration: underline;
}

.entry-content strong {
    color: #f8fafc;
    font-weight: 600;
}

.entry-content ul, .entry-content ol {
    margin: 1.5rem 0;
    padding-left: 2rem;
}

.entry-content li {
    color: #cbd5e1;
    font-size: 1.125rem;
    margin-bottom: 0.75rem;
    line-height: 1.8;
}

/* Blockquote */
blockquote {
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.1), rgba(30, 58, 95, 0.3));
    border-left: 4px solid #10b981;
    padding: 1.5rem 2rem;
    margin: 2rem 0;
    border-radius: 0 8px 8px 0;
    font-style: italic;
}

blockquote p {
    margin: 0;
    color: #f8fafc;
    font-size: 1.25rem;
    line-height: 1.6;
}

/* Newsletter form */
.newsletter-input {
    background: rgba(30, 41, 59, 0.5);
    border: 1px solid rgba(75, 85, 99, 1);
    color: white;
    transition: all 0.3s ease;
    padding: 0.75rem 1rem;
    border-radius: 0.75rem;
    width: 100%;
}

.newsletter-input:focus {
    border-color: #10b981;
    outline: none;
}

/* CTA Box */
.cta-box {
    background: linear-gradient(145deg, rgba(16, 185, 129, 0.1), rgba(30, 58, 95, 0.3));
    border: 1px solid rgba(16, 185, 129, 0.3);
    border-radius: 12px;

/* CTA Box */
.cta-box {
    background: linear-gradient(145deg, rgba(16, 185, 129, 0.1), rgba(30, 58, 95, 0.3));
    border: 1px solid rgba(16, 185, 129, 0.3);
    border-radius: 12px;
    padding: 2rem;
    margin: 3rem 0;
}

.cta-box h3 {
    color: #10b981;
    margin-top: 0;
    font-size: 1.5rem;
}

/* Ensure buttons in CTA boxes have white text */
.cta-box .btn-primary {
    color: white !important;
}

/* Footer */
footer {
    border-top: 1px solid rgba(31, 41, 55, 1);
    padding: 3rem 0;
}

/* WordPress overrides */
.wp-block-image img {
    border-radius: 1rem;
}
    padding: 2rem;
    margin: 3rem 0;
}

.cta-box h3 {
    .hero-title {
        font-size: 2.5rem;
    }
    
    .entry-content h2 {
        font-size: 1.5rem;
    }
}

/* Page Content Styling */
.content-card {
    background: linear-gradient(145deg, rgba(30, 58, 95, 0.4) 0%, rgba(17, 24, 39, 0.6) 100%);
    border: 1px solid rgba(16, 185, 129, 0.15);
}

.entry-content {
    color: #cbd5e1;
    font-size: 1.125rem;
    line-height: 1.8;
}

.entry-content h2 {
    color: #f8fafc;
    font-size: 1.875rem;
    font-weight: 700;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
}

.entry-content h3 {
    color: #f8fafc;
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 2rem;
    margin-bottom: 0.75rem;
}

.entry-content p {
    margin-bottom: 1.5rem;
}

.entry-content a {
    color: #10b981;
    text-decoration: none;
    transition: color 0.2s;
}

.entry-content a:hover {
    color: #34d399;
    text-decoration: underline;
}

.entry-content ul,
.entry-content ol {
    margin-left: 1.5rem;
    margin-bottom: 1.5rem;
}

.entry-content li {
    margin-bottom: 0.5rem;
}

.entry-content blockquote {
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.1), rgba(30, 58, 95, 0.3));
    border-left: 4px solid #10b981;
    padding: 1.5rem;
    margin: 2rem 0;
    border-radius: 0 8px 8px 0;
    font-style: italic;
}

.entry-content img {
    max-width: 100%;
    height: auto;
    border-radius: 0.5rem;
}

/* Better list styling */
.entry-content ul {
    list-style: none;
    padding-left: 0;
    margin: 1.5rem 0;
}

.entry-content ul li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.75rem;
    color: #cbd5e1;
}

.entry-content ul li::before {
    content: "→";
    position: absolute;
    left: 0;
    color: #10b981;
    font-weight: bold;
}

/* Strong/bold text */
.entry-content strong {
    color: #f8fafc;
    font-weight: 600;
}

/* Emphasis/italic */
.entry-content em {
    color: #10b981;
    font-style: italic;
}

/* Better button styling for content */
.entry-content a[href*="team"],
.entry-content a:has(→) {
    display: inline-block;
    background: linear-gradient(135deg, #10b981, #059669);
    color: white !important;
    padding: 0.75rem 1.5rem;
    border-radius: 0.5rem;
    text-decoration: none;
    font-weight: 600;
    margin-top: 1rem;
    transition: all 0.3s ease;
}

.entry-content a[href*="team"]:hover,
.entry-content a:has(→):hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(16, 185, 129, 0.3);
}

/* Team page specific */
.team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin: 3rem 0;
}

.team-member {
    text-align: center;
    background: rgba(30, 58, 95, 0.3);
    padding: 2rem;
    border-radius: 1rem;
    border: 1px solid rgba(16, 185, 129, 0.2);
    transition: all 0.3s ease;
}

.team-member:hover {
    transform: translateY(-5px);
    border-color: rgba(16, 185, 129, 0.4);
    box-shadow: 0 20px 40px rgba(16, 185, 129, 0.1);
}

.team-member img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 3px solid #10b981;
    margin-bottom: 1rem;
    transition: all 0.3s ease;
}

.team-member:hover img {
    transform: scale(1.05);
    box-shadow: 0 0 30px rgba(16, 185, 129, 0.3);
}

.team-member h3 {
    margin: 0.5rem 0;
}

.team-member h3 a {
    color: #10b981;
    text-decoration: none;
    font-size: 1.25rem;
    font-weight: 600;
}

.team-member p {
    color: #94a3b8;
    font-size: 0.95rem;
    margin: 0;
}

/* ============================================
   DRiPGATE Dispatches - Enhanced Styles v2.3
   ============================================ */

/* Page Hero Sections */
.page-hero {
    text-align: center;
    margin-bottom: 3rem;
}

.page-hero-avatar {
    width: 160px;
    height: 160px;
    margin: 0 auto 2rem;
    border-radius: 50%;
    border: 4px solid #10b981;
    overflow: hidden;
}

.page-hero-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    border-radius: 9999px;
    background: rgba(16, 185, 129, 0.1);
    border: 1px solid rgba(16, 185, 129, 0.3);
    color: #10b981;
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

/* Quote Blocks */
.quote-block {
    border-left: 3px solid #10b981;
    background: rgba(16, 185, 129, 0.05);
    padding: 1.5rem;
    border-radius: 0 0.75rem 0.75rem 0;
    margin: 2rem 0;
}

.quote-block p {
    font-size: 1.125rem;
    font-style: italic;
    color: #cbd5e1;
    margin-bottom: 0.5rem;
}

.quote-block cite {
    font-size: 0.875rem;
    color: #64748b;
    font-style: normal;
}

/* Team Cards */
.team-card {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: rgba(30, 58, 95, 0.4);
    padding: 1rem;
    border-radius: 0.75rem;
    border: 1px solid rgba(16, 185, 129, 0.2);
    text-decoration: none;
    transition: all 0.3s ease;
}

.team-card:hover {
    border-color: rgba(16, 185, 129, 0.4);
    transform: translateY(-2px);
}

.team-card img {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 2px solid #10b981;
}

.team-card-name {
    color: #f8fafc;
    font-weight: 500;
}

.team-card-role {
    font-size: 0.875rem;
    color: #64748b;
}

/* Button Styles */
.btn-primary {
    display: inline-block;
    background: linear-gradient(135deg, #10b981, #059669);
    color: white;
    padding: 1rem 2rem;
    border-radius: 0.75rem;
    text-decoration: none;
    font-weight: 500;
    box-shadow: 0 4px 20px rgba(16, 185, 129, 0.4);
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.btn-primary:hover {
    box-shadow: 0 6px 30px rgba(16, 185, 129, 0.6);
    transform: translateY(-1px);
    color: white;
}

.btn-secondary {
    display: inline-block;
    border: 2px solid #10b981;
    color: #10b981;
    padding: 1rem 2rem;
    border-radius: 0.75rem;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-secondary:hover {
    background: rgba(16, 185, 129, 0.1);
    color: #10b981;
}

/* Post Cards Grid */
.posts-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
}

.post-card-grid {
    display: block;
    background: rgba(30, 58, 95, 0.4);
    padding: 1.5rem;
    border-radius: 1rem;
    border: 1px solid rgba(16, 185, 129, 0.2);
    text-decoration: none;
    transition: all 0.3s ease;
}

.post-card-grid:hover {
    border-color: rgba(16, 185, 129, 0.4);
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(16, 185, 129, 0.1);
}

.post-card-category {
    color: #10b981;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.5rem;
}

.post-card-title {
    color: #f8fafc;
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.post-card-excerpt {
    color: #94a3b8;
    font-size: 0.875rem;
    margin-bottom: 1rem;
}

.post-card-date {
    color: #64748b;
    font-size: 0.75rem;
}

/* Newsletter CTA Box */
.newsletter-box {
    background: rgba(30, 58, 95, 0.4);
    border: 1px solid rgba(16, 185, 129, 0.3);
    border-radius: 1rem;
    padding: 2rem;
    text-align: center;
}

.newsletter-box-icon {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, #10b981, #059669);
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    font-size: 1.5rem;
}

/* Data Point Boxes */
.data-point-box {
    background: rgba(16, 185, 129, 0.1);
    border: 1px solid rgba(16, 185, 129, 0.3);
    border-radius: 0.75rem;
    padding: 1rem;
}

.data-point-title {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.5rem;
    color: #f8fafc;
    font-weight: 600;
}

.data-point-desc {
    color: #94a3b8;
    font-size: 0.875rem;
    margin: 0;
    padding-left: 1.5rem;
}

/* List with Checkmarks */
.checklist {
    display: grid;
    gap: 1rem;
    margin-bottom: 2rem;
}

.checklist-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    color: #94a3b8;
}

.checklist-item::before {
    content: ✓;
    color: #10b981;
    font-weight: bold;
    flex-shrink: 0;
}

/* Improved Typography */
.entry-content h2 {
    color: #f8fafc;
    font-size: 1.5rem;
    font-weight: 700;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
}

.entry-content h3 {
    color: #f8fafc;
    font-size: 1.25rem;
    font-weight: 600;
    margin-top: 2rem;
    margin-bottom: 0.75rem;
}

.entry-content p {
    color: #94a3b8;
    margin-bottom: 1.5rem;
    line-height: 1.75;
}

.entry-content ul {
    color: #94a3b8;
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
}

.entry-content li {
    margin-bottom: 0.5rem;
}

.entry-content strong {
    color: #f8fafc;
    font-weight: 600;
}

/* Version Bump */
/* Mobile Responsive Fixes for About Pages */

/* Hero Section - Stack on mobile */
@media (max-width: 768px) {
  /* Convert 2-column hero to single column */
  .entry-content > div[style*="grid-template-columns: 1fr 1fr"] {
    grid-template-columns: 1fr !important;
    gap: 2rem !important;
  }
  
  /* Smaller hero image on mobile */
  .entry-content div[style*="width: 256px"][style*="height: 256px"] {
    width: 200px !important;
    height: 200px !important;
  }
  
  /* Smaller hero title */
  .entry-content h1[style*="font-size: 3.5rem"] {
    font-size: 2.25rem !important;
    text-align: center;
  }
  
  /* Center intro text */
  .entry-content h1 + p,
  .entry-content h1 + p + p {
    text-align: center;
  }
  
  /* Stats - 2x2 grid on mobile */
  .entry-content div[style*="grid-template-columns: repeat(4"] {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  
  /* What I Believe - single column on mobile */
  .entry-content div[style*="grid-template-columns: repeat(3"] {
    grid-template-columns: 1fr !important;
  }
  
  /* Reduce padding on mobile */
  .entry-content div[style*="padding: 3rem"] {
    padding: 1.5rem !important;
  }
  
  /* Smaller journey section headings */
  .entry-content h2[style*="font-size: 1.875rem"] {
    font-size: 1.5rem !important;
  }
  
  /* Journey icons smaller */
  .entry-content div[style*="width: 48px"][style*="height: 48px"] {
    width: 40px !important;
    height: 40px !important;
  }
}

/* Extra small screens */
@media (max-width: 480px) {
  /* Stats single column on very small screens */
  .entry-content div[style*="grid-template-columns: repeat(4"] {
    grid-template-columns: 1fr !important;
  }
  
  /* Even smaller hero image */
  .entry-content div[style*="width: 256px"][style*="height: 256px"] {
    width: 160px !important;
    height: 160px !important;
  }
  
  /* Hero title smaller */
  .entry-content h1[style*="font-size: 3.5rem"] {
    font-size: 1.875rem !important;
  }
  
  /* Reduce body text size */
  .entry-content p[style*="font-size: 1.25rem"] {
    font-size: 1.125rem !important;
  }
  
  /* Smaller padding in content cards */
  .entry-content div[style*="padding: 3rem"] {
    padding: 1rem !important;
  }
  
  /* Journey heading smaller */
  .entry-content h3[style*="font-size: 1.25rem"] {
    font-size: 1.125rem !important;
  }
  
  /* CTA buttons stack */
  .entry-content div[style*="flex-wrap: wrap"] {
    flex-direction: column !important;
    align-items: center !important;
  }
  
  .entry-content div[style*="flex-wrap: wrap"] a {
    width: 100% !important;
    max-width: 280px !important;
  }
}

/* Ensure content doesn't overflow */
.entry-content img {
  max-width: 100%;
  height: auto;
}

/* Fix emoji/icon alignment in journey sections */
.entry-content div[style*="display: flex"][style*="align-items: center"] {
  flex-wrap: wrap;
}

/* Button container always wraps */
.entry-content div[style*="display: flex"][style*="justify-content: center"] {
  flex-wrap: wrap !important;
}
/* Button Fixes - March 2026 */

/* Fix buttons with line breaks inside */
.btn-primary br,
.btn-secondary br {
    display: none !important;
}

/* Ensure buttons don't wrap text weirdly */
.btn-primary,
.btn-secondary {
    white-space: nowrap;
    text-align: center;
}

/* Better button layout in post content */
.entry-content .btn-primary,
.entry-content .btn-secondary {
    margin: 0.5rem 0;
}

/* Flex container for button groups */
.entry-content div:has(> .btn-primary),
.entry-content div:has(> .btn-secondary) {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
}

/* Mobile: Stack buttons */
@media (max-width: 640px) {
    .entry-content div:has(> .btn-primary),
    .entry-content div:has(> .btn-secondary) {
        flex-direction: column;
        align-items: stretch;
    }
    
    .entry-content .btn-primary,
    .entry-content .btn-secondary {
        width: 100%;
        text-align: center;
    }
}

/* Fix inline styled button containers */
.entry-content div[style*=flex] .btn-primary,
.entry-content div[style*=flex] .btn-secondary {
    flex: 1 1 auto;
    min-width: 200px;
}

/* Ensure proper color inheritance */
.btn-primary {
    color: white !important;
}

.btn-secondary {
    color: #10b981 !important;
}

.btn-secondary:hover {
    color: #10b981 !important;
}

/* Better hover states */
.btn-primary:hover,
.btn-secondary:hover {
    text-decoration: none !important;
}

/* ============================================
   SOCIAL SHARE BUTTONS - DRiPGATE Theme
   ============================================ */

.social-share-wrap {
    margin-top: 2.5rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(16, 185, 129, 0.2);
}

.social-share-label {
    display: block;
    color: #10b981;
    font-size: 0.875rem;
    margin-bottom: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.social-share-buttons {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.75rem;
}

.social-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    border-radius: 0.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
    border: 1px solid rgba(16, 185, 129, 0.3);
    cursor: pointer;
    background: rgba(16, 185, 129, 0.1);
    color: #10b981;
    white-space: nowrap;
}

.social-btn:hover {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: #fff;
    border-color: #10b981;
    transform: translateY(-2px);
    box-shadow: 0 4px 20px rgba(16, 185, 129, 0.4);
}

.social-btn svg {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
}

/* Tablet - 2x2 grid */
@media (max-width: 768px) {
    .social-share-buttons {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile - Full width stack */
@media (max-width: 480px) {
    .social-share-buttons {
        grid-template-columns: 1fr;
    }
    
    .social-btn {
        justify-content: center;
        width: 100%;
    }
}

/* ============================================
   SOCIAL SHARE BUTTONS - DRiPGATE OVERRIDE
   ============================================ */

.social-share-wrap {
    margin-top: 2.5rem !important;
    padding-top: 2rem !important;
    border-top: 1px solid rgba(16, 185, 129, 0.3) !important;
}

.social-share-label {
    display: block !important;
    color: #10b981 !important;
    font-size: 0.75rem !important;
    margin-bottom: 1rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.1em !important;
}

.social-share-buttons {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 0.75rem !important;
}

.social-btn,
a.social-btn,
button.social-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.5rem !important;
    padding: 0.75rem 1rem !important;
    border-radius: 0.5rem !important;
    font-size: 0.875rem !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
    border: 1px solid rgba(16, 185, 129, 0.4) !important;
    cursor: pointer !important;
    background: rgba(16, 185, 129, 0.08) !important;
    color: #10b981 !important;
    white-space: nowrap !important;
}

.social-btn:hover,
a.social-btn:hover,
button.social-btn:hover {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%) !important;
    color: #ffffff !important;
    border-color: #10b981 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 20px rgba(16, 185, 129, 0.4) !important;
}

.social-btn svg {
    flex-shrink: 0 !important;
    width: 18px !important;
    height: 18px !important;
    fill: currentColor !important;
}

/* Tablet - 2x2 grid */
@media (max-width: 768px) {
    .social-share-buttons {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

/* Mobile - Full width stack */
@media (max-width: 480px) {
    .social-share-buttons {
        grid-template-columns: 1fr !important;
    }
    
    .social-btn,
    a.social-btn,
    button.social-btn {
        justify-content: center !important;
        width: 100% !important;
    }
}

/* =============================================
   MOBILE & LINK FIXES - Added 2026-03-06
   ============================================= */

/* Prevent horizontal scroll on mobile */
html, body {
    overflow-x: hidden !important;
    max-width: 100vw !important;
}

/* Container fixes for mobile */
.entry-content {
    overflow-wrap: break-word !important;
    word-wrap: break-word !important;
    word-break: break-word !important;
    max-width: 100% !important;
}

/* All links should be DRiPGATE green */
.entry-content a,
.entry-content a:link,
.entry-content a:visited,
.post-content a,
.post-content a:link,
.post-content a:visited,
article a,
article a:link,
article a:visited {
    color: #10b981 !important;
    text-decoration: none !important;
    border-bottom: 1px solid #10b981 !important;
    transition: all 0.2s ease !important;
}

.entry-content a:hover,
.post-content a:hover,
article a:hover {
    color: #34d399 !important;
    border-bottom: 1px solid #34d399 !important;
}

/* Strong/bold links - more visible */
.entry-content a strong,
.entry-content strong a,
.post-content a strong {
    color: #10b981 !important;
    font-weight: 600 !important;
}

/* Mobile responsive images */
.entry-content img,
.post-content img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
}

/* Mobile responsive pre/code blocks */
.entry-content pre,
.post-content pre {
    overflow-x: auto !important;
    max-width: 100% !important;
    white-space: pre-wrap !important;
    word-wrap: break-word !important;
}

/* Mobile fixes */
@media (max-width: 768px) {
    .entry-content {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    
    .entry-content h1 {
        font-size: 1.75rem !important;
        line-height: 1.3 !important;
    }
    
    .entry-content h2 {
        font-size: 1.5rem !important;
        line-height: 1.3 !important;
    }
    
    .entry-content h3 {
        font-size: 1.25rem !important;
    }
    
    .entry-content p,
    .entry-content li {
        font-size: 1rem !important;
        line-height: 1.6 !important;
    }
    
    /* Prevent table overflow */
    .entry-content table {
        display: block !important;
        overflow-x: auto !important;
        max-width: 100% !important;
    }
}

/* Extra small screens */
@media (max-width: 480px) {
    .entry-content {
        padding-left: 0.75rem !important;
        padding-right: 0.75rem !important;
    }
    
    .entry-content h1 {
        font-size: 1.5rem !important;
    }
    
    .entry-content h2 {
        font-size: 1.25rem !important;
    }
}

/* =============================================
   AGGRESSIVE LINK COLOR FIX - 2026-03-06
   ============================================= */

/* Kill all horizontal scroll */
html, body {
    overflow-x: hidden !important;
    max-width: 100vw !important;
    width: 100% !important;
    position: relative !important;
}

/* Wrap everything */
* {
    max-width: 100% !important;
    box-sizing: border-box !important;
}

/* Force ALL links to be green - ultra aggressive */
a,
a:link,
a:visited,
a:hover,
a:active,
.entry-content a,
.entry-content a:link,
.entry-content a:visited,
.entry-content a:hover,
.entry-content a:active,
.post-content a,
article a,
.single-post a,
.single-post .entry-content a,
.single-post article a,
#content a,
#main a,
.wp-content a {
    color: #10b981 !important;
    text-decoration: none !important;
    border-bottom: 1px solid #10b981 !important;
}

/* Override inline styles specifically */
a[style],
.entry-content a[style] {
    color: #10b981 !important;
}

/* Strong links */
a strong,
strong a,
.entry-content a strong,
.entry-content strong a {
    color: #10b981 !important;
    font-weight: 600 !important;
}

/* Hover states */
a:hover,
.entry-content a:hover {
    color: #34d399 !important;
    border-bottom: 1px solid #34d399 !important;
}

/* Mobile container fixes */
.entry-content,
.post-content,
article,
.single-post .entry-content {
    max-width: 100% !important;
    overflow-wrap: break-word !important;
    word-wrap: break-word !important;
    word-break: break-word !important;
    hyphens: auto !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

/* Tables */
.entry-content table {
    display: block !important;
    width: 100% !important;
    overflow-x: auto !important;
    max-width: 100% !important;
}

/* Pre/code */
.entry-content pre,
.entry-content code {
    white-space: pre-wrap !important;
    word-wrap: break-word !important;
    max-width: 100% !important;
    overflow-x: auto !important;
}

/* Images */
.entry-content img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
}

/* Fix viewport */
@viewport {
    width: device-width;
    zoom: 1;
}

/* ULTRA AGGRESSIVE LINK FIX - NEVER WHITE AGAIN */
.entry-content a,
.entry-content a:link,
.entry-content a:visited,
.entry-content a:hover,
.entry-content a:active,
.entry-content a:focus,
.post-content a,
article a,
.single-post a,
#content a,
#main a,
.wp-content a {
    color: #10b981 !important;
    text-decoration: none !important;
    border-bottom: 1px solid #10b981 !important;
}

a:hover,
.entry-content a:hover {
    color: #34d399 !important;
    border-bottom-color: #34d399 !important;
}

.entry-content strong a,
.entry-content a strong {
    color: #10b981 !important;
}
