/* ============================================
   BROBILLIONAIRE - HOMEPAGE MOBILE FIX
   Comprehensive mobile responsiveness fixes
   ============================================ */

/* ===== MARKET TICKER FIX ===== */
@media (max-width: 768px) {
    .market-ticker {
        height: 32px !important;
        font-size: 0.7rem !important;
    }

    .ticker-wisdom {
        font-size: 0.7rem !important;
    }

    .ticker-symbol {
        font-size: 0.6rem !important;
        gap: 4px !important;
    }

    .ticker-symbol i {
        font-size: 0.55rem !important;
    }
}

/* ===== NAVBAR FIX ===== */
@media (max-width: 768px) {
    .nav-container {
        padding: 0 12px !important;
        gap: 8px !important;
    }

    /* Hide duplicate hamburger - keep only the toggle */
    .mobile-menu {
        display: none !important;
    }

    .nav-links {
        display: none !important;
    }

    .navbar .cta-btn.gold-btn {
        padding: 8px 14px !important;
        font-size: 0.75rem !important;
        white-space: nowrap !important;
        width: auto !important;
    }

    .logo-text {
        font-size: 1rem !important;
    }

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

/* ===== HERO SECTION FIX ===== */
@media (max-width: 768px) {
    .hero {
        grid-template-columns: 1fr !important;
        text-align: center !important;
        gap: 30px !important;
        padding: 30px 16px 40px !important;
        min-height: auto !important;
    }

    .hero-content {
        order: 1 !important;
    }

    .hero-visual {
        order: 0 !important;
    }

    .hero-title {
        font-size: 2rem !important;
        line-height: 1.15 !important;
        margin-bottom: 16px !important;
    }

    .hero-badge {
        padding: 6px 14px !important;
        margin-bottom: 16px !important;
    }

    .hero-badge span:last-child {
        font-size: 0.65rem !important;
        letter-spacing: 0.5px !important;
    }

    .hero-subtitle {
        font-size: 0.95rem !important;
        line-height: 1.6 !important;
        margin-bottom: 24px !important;
        max-width: 100% !important;
    }

    /* Hero features - horizontal scroll on mobile */
    .hero-features {
        display: flex !important;
        flex-direction: row !important;
        overflow-x: auto !important;
        scroll-snap-type: x mandatory !important;
        -webkit-overflow-scrolling: touch !important;
        gap: 10px !important;
        margin-bottom: 24px !important;
        padding-bottom: 6px !important;
        scrollbar-width: none !important;
        max-width: 100% !important;
    }

    .hero-features::-webkit-scrollbar {
        display: none !important;
    }

    .hero-feature {
        min-width: 160px !important;
        flex: 0 0 auto !important;
        scroll-snap-align: start !important;
        padding: 12px 14px !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        text-align: left !important;
        gap: 8px !important;
    }

    .feature-icon {
        width: 32px !important;
        height: 32px !important;
        font-size: 0.8rem !important;
    }

    .feature-text strong {
        font-size: 0.82rem !important;
    }

    .feature-text span {
        font-size: 0.72rem !important;
    }

    /* Hero buttons */
    .hero-buttons {
        flex-direction: column !important;
        gap: 10px !important;
        width: 100% !important;
    }

    .hero-buttons .cta-btn {
        width: 100% !important;
        justify-content: center !important;
    }

    .hero-buttons .cta-btn.large {
        padding: 14px 24px !important;
        font-size: 0.9rem !important;
    }

    /* Orbit container */
    .orbit-container {
        width: 220px !important;
        height: 220px !important;
    }

    .orbit-1 {
        width: 110px !important;
        height: 110px !important;
    }

    .orbit-2 {
        width: 160px !important;
        height: 160px !important;
    }

    .orbit-3 {
        width: 220px !important;
        height: 220px !important;
    }

    .center-icon {
        width: 48px !important;
        height: 48px !important;
        border-radius: 12px !important;
    }

    .center-icon svg {
        width: 28px !important;
        height: 28px !important;
    }

    /* Hide some ticker badges on mobile */
    .ticker-2,
    .ticker-4,
    .ticker-5 {
        display: none !important;
    }

    .ticker-badge {
        padding: 6px 10px !important;
        min-width: auto !important;
    }

    .ticker-name {
        font-size: 0.45rem !important;
    }

    .ticker-value {
        font-size: 0.6rem !important;
    }

    .ticker-icon {
        font-size: 0.9rem !important;
    }

    .scroll-indicator {
        display: none !important;
    }
}

@media (max-width: 400px) {
    .hero {
        padding: 24px 12px 30px !important;
    }

    .hero-title {
        font-size: 1.75rem !important;
    }

    .orbit-container {
        width: 180px !important;
        height: 180px !important;
    }

    .orbit-1 {
        width: 90px !important;
        height: 90px !important;
    }

    .orbit-2 {
        width: 130px !important;
        height: 130px !important;
    }

    .orbit-3 {
        width: 180px !important;
        height: 180px !important;
    }

    .ticker-3 {
        display: none !important;
    }
}

/* ===== WHY SECTION FIX ===== */
@media (max-width: 768px) {
    .why-section {
        padding: 40px 0 !important;
    }

    .why-main-message {
        padding: 24px 16px !important;
    }

    .why-headline {
        font-size: 1.3rem !important;
    }

    .why-description {
        font-size: 0.95rem !important;
    }

    .why-icon-large {
        width: 70px !important;
        height: 70px !important;
        font-size: 1.8rem !important;
    }

    .why-pillars {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }

    .why-pillar {
        padding: 24px 20px !important;
    }

    .why-pillar h4 {
        font-size: 1.05rem !important;
    }

    .why-pillar p {
        font-size: 0.88rem !important;
    }

    .mission-quote {
        padding: 24px 18px !important;
    }

    .mission-quote p {
        font-size: 1rem !important;
    }
}

/* ===== SOROS ARTICLE OF THE DAY FIX ===== */
@media (max-width: 768px) {
    .soros-aotd {
        padding: 40px 0 30px !important;
    }

    .soros-top-bar {
        justify-content: center !important;
        flex-wrap: wrap !important;
        gap: 8px !important;
    }

    .soros-live-badge {
        font-size: 0.6rem !important;
        padding: 6px 12px !important;
        letter-spacing: 2px !important;
    }

    .soros-mega-title {
        font-size: clamp(2rem, 8vw, 3rem) !important;
    }

    .soros-mega-subtitle {
        font-size: 0.88rem !important;
    }

    .soros-ticker {
        margin-bottom: 24px !important;
        border-radius: 8px !important;
        padding: 8px 0 !important;
    }

    .soros-tick {
        font-size: 0.6rem !important;
    }

    /* Story showcase stacking */
    .story-showcase,
    .soros-showcase {
        grid-template-columns: 1fr !important;
        gap: 0 !important;
    }

    .soros-visual-side,
    .story-chart {
        padding: 16px !important;
    }

    .soros-story-content,
    .story-content {
        padding: 16px !important;
    }

    .soros-mega-card {
        border-radius: 16px !important;
    }

    /* Soros Banner */
    .soros-banner-frame {
        max-height: 280px !important;
        border-radius: 12px !important;
    }

    .soros-banner-caption {
        font-size: 0.7rem !important;
        padding: 12px 14px !important;
    }

    .soros-caption-icon {
        width: 24px !important;
        height: 24px !important;
        font-size: 0.55rem !important;
    }

    /* Battle grid */
    .soros-battle-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 8px !important;
    }

    .soros-battle-card {
        padding: 10px 8px !important;
    }

    .soros-battle-val {
        font-size: 0.9rem !important;
    }

    .soros-battle-lbl {
        font-size: 0.42rem !important;
    }

    .soros-battle-icon {
        font-size: 0.75rem !important;
    }

    /* Chart visual */
    .soros-card-visual {
        padding: 14px !important;
    }

    .soros-chart-header {
        flex-wrap: wrap !important;
        gap: 6px !important;
    }

    .soros-chart-title {
        font-size: 0.65rem !important;
    }

    .soros-profit-overlay {
        padding: 10px 14px !important;
    }

    .soros-profit-amount {
        font-size: 1.1rem !important;
    }

    .soros-profit-label {
        font-size: 0.5rem !important;
    }

    /* Cinema Quote */
    .soros-cinema-quote {
        padding: 18px 14px 14px !important;
    }

    .soros-quote-text {
        font-size: 0.82rem !important;
    }

    .soros-quote-marks {
        font-size: 3rem !important;
    }

    /* Cinema Timeline */
    .soros-cinema-timeline {
        padding-left: 24px !important;
    }

    .soros-ctl-content p {
        font-size: 0.75rem !important;
    }

    .soros-ctl-content strong {
        font-size: 0.85rem !important;
    }

    /* Feature trio */
    .soros-feature-trio {
        grid-template-columns: 1fr !important;
        gap: 8px !important;
    }

    .soros-feat-card {
        padding: 12px 10px !important;
    }

    .soros-feat-card strong {
        font-size: 0.78rem !important;
    }

    .soros-feat-card span {
        font-size: 0.65rem !important;
    }

    /* Soros CTA */
    .soros-cta-btn {
        width: 100% !important;
        justify-content: center !important;
        padding: 14px 20px !important;
        font-size: 0.8rem !important;
    }

    /* Story meta */
    .story-meta {
        flex-wrap: wrap !important;
        gap: 8px !important;
        font-size: 0.75rem !important;
    }

    .story-intro {
        font-size: 0.88rem !important;
        line-height: 1.6 !important;
    }
}

/* ===== FEATURED ARTICLES GRID FIX ===== */
@media (max-width: 768px) {
    .daily-articles {
        padding: 40px 0 !important;
    }

    .daily-articles-grid {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
        margin-top: 30px !important;
    }

    .daily-article-card {
        padding: 20px !important;
        border-radius: 14px !important;
    }

    .article-number {
        font-size: 2.5rem !important;
        top: 12px !important;
        right: 12px !important;
        left: auto !important;
    }

    .article-badge {
        font-size: 0.65rem !important;
        padding: 4px 10px !important;
    }

    .article-category {
        font-size: 0.65rem !important;
        margin-bottom: 8px !important;
    }

    .article-title {
        font-size: 1.15rem !important;
        line-height: 1.3 !important;
        margin-bottom: 10px !important;
    }

    .article-excerpt {
        font-size: 0.85rem !important;
        line-height: 1.6 !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 3 !important;
        line-clamp: 3 !important;
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
    }

    .article-insights {
        gap: 6px !important;
        margin: 12px 0 !important;
    }

    .article-insights .insight {
        font-size: 0.78rem !important;
        gap: 8px !important;
    }

    .article-insights .insight i {
        font-size: 0.7rem !important;
        flex-shrink: 0 !important;
    }

    .article-meta {
        font-size: 0.75rem !important;
        flex-wrap: wrap !important;
        gap: 8px !important;
    }

    .article-cta {
        width: 100% !important;
        justify-content: center !important;
        padding: 12px 20px !important;
        font-size: 0.85rem !important;
        border-radius: 10px !important;
        margin-top: 12px !important;
    }

    .view-all-articles {
        margin-top: 24px !important;
    }

    .view-all-btn {
        width: 100% !important;
        justify-content: center !important;
        padding: 14px 24px !important;
    }
}

/* ===== PHILOSOPHY SECTION FIX ===== */
@media (max-width: 768px) {
    .philosophy-section {
        padding: 40px 0 !important;
    }

    .philosophy-grid {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }

    .philosophy-card {
        padding: 24px 20px !important;
    }

    .philosophy-card h3 {
        font-size: 1.05rem !important;
    }

    .philosophy-card p {
        font-size: 0.88rem !important;
    }

    .card-icon {
        width: 48px !important;
        height: 48px !important;
    }

    .card-number {
        font-size: 2.5rem !important;
    }
}

/* ===== ELLIOTT WAVE SECTION FIX ===== */
@media (max-width: 768px) {
    .elliott-section {
        padding: 40px 0 !important;
    }

    .elliott-content {
        grid-template-columns: 1fr !important;
        gap: 24px !important;
    }

    .elliott-visual {
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch !important;
    }

    .elliott-svg {
        min-width: 400px !important;
    }

    .wave-explanation {
        gap: 16px !important;
    }

    .wave-type h4 {
        font-size: 1rem !important;
    }

    .wave-type p {
        font-size: 0.88rem !important;
    }

    .fib-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 10px !important;
    }

    .fib-item {
        padding: 14px 10px !important;
    }

    .fib-ratio {
        font-size: 1.1rem !important;
    }

    .fib-label {
        font-size: 0.72rem !important;
    }
}

/* ===== PATTERNS SECTION FIX ===== */
@media (max-width: 768px) {
    .patterns-section {
        padding: 40px 0 !important;
    }

    .patterns-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 12px !important;
    }

    .pattern-card {
        padding: 16px !important;
    }

    .pattern-card h4 {
        font-size: 0.95rem !important;
    }

    .pattern-card p {
        font-size: 0.78rem !important;
    }

    .pattern-stats {
        flex-wrap: wrap !important;
        gap: 6px !important;
    }

    .pattern-stats .stat {
        font-size: 0.7rem !important;
    }
}

@media (max-width: 400px) {
    .patterns-grid {
        grid-template-columns: 1fr !important;
    }
}

/* ===== MASTERY JOURNEY SECTION FIX ===== */
@media (max-width: 768px) {
    .mastery-journey-section {
        padding: 40px 0 !important;
    }

    .journey-stages {
        gap: 30px !important;
    }

    .journey-stage {
        flex-direction: column !important;
        gap: 16px !important;
        text-align: center !important;
    }

    .journey-stage:nth-child(2) {
        flex-direction: column !important;
    }

    .stage-marker {
        margin: 0 auto !important;
    }

    .stage-content {
        text-align: center !important;
    }

    .stage-content h3 {
        font-size: 1.1rem !important;
    }

    .stage-content p {
        font-size: 0.88rem !important;
    }

    .stage-stats {
        justify-content: center !important;
        flex-wrap: wrap !important;
        gap: 10px !important;
        font-size: 0.75rem !important;
    }

    .stage-number {
        font-size: 2rem !important;
    }

    .timeline-line {
        display: none !important;
    }

    .journey-cta {
        padding: 24px 16px !important;
        margin-top: 30px !important;
    }

    .journey-cta h3 {
        font-size: 1.2rem !important;
    }

    .journey-cta p {
        font-size: 0.9rem !important;
    }
}

/* ===== QUOTES SECTION FIX ===== */
@media (max-width: 768px) {
    .quotes-section {
        padding: 40px 0 !important;
        overflow: visible !important;
    }

    .quotes-header {
        padding: 0 16px !important;
        margin-bottom: 24px !important;
    }

    /* Stop marquee animation on mobile */
    .quotes-marquee-wrapper {
        overflow-x: auto !important;
        overflow-y: hidden !important;
        -webkit-overflow-scrolling: touch !important;
        scroll-snap-type: x mandatory !important;
        scrollbar-width: none !important;
        padding: 0 16px !important;
    }

    .quotes-marquee-wrapper::-webkit-scrollbar {
        display: none !important;
    }

    .quotes-marquee {
        animation: none !important;
        width: auto !important;
    }

    .quotes-row-1 {
        animation: none !important;
    }

    /* Hide the duplicate track used for seamless loop */
    .quotes-track:nth-child(2) {
        display: none !important;
    }

    .quotes-track {
        gap: 16px !important;
        padding-right: 16px !important;
    }

    .quote-card {
        width: 280px !important;
        min-width: 280px !important;
        padding: 20px !important;
        scroll-snap-align: start !important;
    }

    .quote-text {
        font-size: 0.88rem !important;
        line-height: 1.5 !important;
    }

    .quote-icon {
        font-size: 0.9rem !important;
    }

    .author-avatar {
        width: 32px !important;
        height: 32px !important;
        font-size: 0.7rem !important;
    }

    .author-info strong {
        font-size: 0.8rem !important;
    }

    .author-info span {
        font-size: 0.68rem !important;
    }

    /* Hide fade overlays on mobile - they clip the cards */
    .quotes-fade-left,
    .quotes-fade-right {
        display: none !important;
    }
}

@media (max-width: 400px) {
    .quote-card {
        width: 230px !important;
        min-width: 230px !important;
        padding: 16px !important;
    }
}

/* ===== MONEY KILLERS SECTION FIX ===== */
@media (max-width: 768px) {
    .money-killers-section {
        padding: 40px 0 !important;
    }

    /* Stats headlines */
    .stats-headlines-container {
        gap: 12px !important;
        margin: 20px 0 !important;
    }

    .killer-headline {
        flex-direction: column !important;
        text-align: center !important;
        gap: 10px !important;
        padding: 20px 16px !important;
        border-radius: 14px !important;
    }

    .killer-stat-massive {
        justify-content: center !important;
    }

    .stat-number-huge {
        font-size: 3.5rem !important;
    }

    .stat-percent,
    .stat-currency {
        font-size: 1.8rem !important;
    }

    .killer-stat-label {
        align-items: center !important;
    }

    .killer-stat-label span {
        font-size: 1rem !important;
    }

    .killer-stat-label cite {
        font-size: 0.7rem !important;
    }

    /* Killer cards grid */
    .money-killers-grid {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
        margin: 30px 0 !important;
    }

    .killer-card {
        padding: 24px 18px !important;
        border-radius: 14px !important;
    }

    .killer-icon-container {
        margin-bottom: 12px !important;
    }

    .killer-icon {
        font-size: 2rem !important;
    }

    .killer-rank {
        font-size: 0.65rem !important;
    }

    .killer-title {
        font-size: 1.1rem !important;
    }

    .killer-stat-box {
        padding: 14px !important;
        margin: 12px 0 !important;
    }

    .killer-number {
        font-size: 2rem !important;
    }

    .killer-desc {
        font-size: 0.78rem !important;
    }

    .killer-facts {
        gap: 8px !important;
    }

    .killer-fact {
        font-size: 0.8rem !important;
        gap: 8px !important;
    }

    .killer-source {
        font-size: 0.65rem !important;
    }

    /* Graveyard */
    .money-graveyard {
        padding: 24px 16px !important;
    }

    .graveyard-title {
        font-size: 1.1rem !important;
    }

    .graveyard-tombstones {
        flex-direction: column !important;
        align-items: center !important;
        gap: 12px !important;
    }

    .tombstone {
        width: 100% !important;
        max-width: 280px !important;
        padding: 18px 14px !important;
    }

    .tombstone-amount {
        font-size: 1.1rem !important;
    }

    .tombstone-cause {
        font-size: 0.72rem !important;
    }

    /* COVID Crash section */
    .market-massacre-section {
        padding: 24px 0 !important;
    }

    .massacre-header {
        padding: 0 8px !important;
    }

    .massacre-title {
        font-size: 1.2rem !important;
    }

    .massacre-subtitle {
        font-size: 0.88rem !important;
    }

    .massacre-tagline {
        font-size: 0.82rem !important;
    }

    .crash-card-main {
        padding: 20px 12px !important;
    }

    .crash-indices {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }

    .index-crash-card {
        padding: 20px !important;
    }

    .index-label {
        font-size: 1rem !important;
    }

    .drop-value {
        font-size: 2.2rem !important;
    }

    .crash-detail-row {
        font-size: 0.78rem !important;
    }

    /* Timeline story */
    .crash-story-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 10px !important;
    }

    .story-moment {
        padding: 12px 8px !important;
    }

    .moment-date {
        font-size: 0.6rem !important;
    }

    .moment-icon {
        font-size: 1.2rem !important;
    }

    .moment-title {
        font-size: 0.7rem !important;
    }

    .moment-stat {
        font-size: 0.75rem !important;
    }

    /* Epic quote */
    .crash-epic-quote {
        padding: 20px 16px !important;
    }

    .crash-epic-quote .quote-text {
        font-size: 0.9rem !important;
    }

    .crash-epic-quote .quote-mark {
        font-size: 2.5rem !important;
    }

    /* Final stats */
    .massacre-final-stats {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 10px !important;
    }

    .final-stat-box {
        padding: 14px 10px !important;
    }

    .final-stat-icon {
        font-size: 1.3rem !important;
    }

    .final-stat-value {
        font-size: 1.1rem !important;
    }

    .final-stat-label {
        font-size: 0.62rem !important;
    }

    /* Death timeline */
    .death-timeline-premium {
        padding: 24px 16px !important;
    }

    .death-timeline-title {
        font-size: 1.15rem !important;
    }

    .death-bar-row {
        flex-direction: column !important;
        gap: 6px !important;
        padding: 12px 0 !important;
    }

    .death-bar-info {
        flex-direction: row !important;
        justify-content: space-between !important;
        width: 100% !important;
    }

    .death-bar-track {
        width: 100% !important;
    }

    .death-bar-desc {
        font-size: 0.78rem !important;
    }

    .death-percentage {
        font-size: 1.5rem !important;
    }

    .death-time-badge {
        font-size: 0.7rem !important;
    }

    .death-timeline-footer {
        flex-direction: column !important;
        gap: 12px !important;
        text-align: center !important;
    }

    .death-source {
        font-size: 0.7rem !important;
    }

    /* Platform stats */
    .platform-stats {
        padding: 20px 14px !important;
    }

    .platform-stats-title {
        font-size: 0.9rem !important;
    }

    .broker-stats-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 10px !important;
    }

    .broker-stat {
        padding: 14px 10px !important;
    }

    .broker-logo {
        font-size: 0.75rem !important;
    }

    .broker-loss-rate {
        font-size: 1.4rem !important;
    }

    .broker-text {
        font-size: 0.62rem !important;
    }

    .broker-disclaimer {
        font-size: 0.7rem !important;
    }

    /* Warning box */
    .killer-warning-box {
        flex-direction: column !important;
        text-align: center !important;
        padding: 24px 16px !important;
        gap: 16px !important;
    }

    .warning-icon {
        margin: 0 auto !important;
    }

    .warning-content h3 {
        font-size: 1.15rem !important;
    }

    .warning-content p {
        font-size: 0.88rem !important;
    }

    /* Survival section */
    .survival-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 10px !important;
    }

    .survival-item {
        padding: 16px 10px !important;
    }

    .survival-number {
        font-size: 1.5rem !important;
    }

    .survival-text {
        font-size: 0.72rem !important;
    }

    .survival-title {
        font-size: 1.1rem !important;
    }
}

@media (max-width: 400px) {
    .stat-number-huge {
        font-size: 2.8rem !important;
    }

    .stat-percent,
    .stat-currency {
        font-size: 1.5rem !important;
    }

    .massacre-final-stats {
        grid-template-columns: 1fr !important;
    }

    .crash-story-grid {
        grid-template-columns: 1fr !important;
    }

    .survival-grid {
        grid-template-columns: 1fr !important;
    }

    .broker-stats-grid {
        grid-template-columns: 1fr !important;
    }
}

/* ===== SECTION HEADERS FIX ===== */
@media (max-width: 768px) {
    .section-header {
        margin-bottom: 24px !important;
    }

    .section-title {
        font-size: 1.6rem !important;
        line-height: 1.2 !important;
    }

    .section-subtitle {
        font-size: 0.9rem !important;
        line-height: 1.5 !important;
    }

    .section-tag {
        font-size: 0.65rem !important;
        letter-spacing: 2px !important;
    }

    .section-container {
        padding: 0 16px !important;
    }
}

@media (max-width: 400px) {
    .section-title {
        font-size: 1.4rem !important;
    }

    .section-container {
        padding: 0 12px !important;
    }
}

/* ===== GLOBAL OVERFLOW PREVENTION ===== */
@media (max-width: 768px) {
    * {
        max-width: 100vw;
    }

    html,
    body {
        overflow-x: hidden !important;
    }

    main {
        overflow-x: hidden !important;
    }

    .section-container {
        overflow-x: hidden !important;
    }

    /* Fix SVG overflow */
    svg {
        max-width: 100% !important;
    }

    /* Fix any wide inline styles */
    [style*="width"] {
        max-width: 100% !important;
    }

    /* Prevent text from breaking layout */
    .soros-bg-pound {
        display: none !important;
    }

    .soros-bg-dollar {
        display: none !important;
    }

    /* Daily refresh note */
    .daily-refresh-note {
        font-size: 0.8rem !important;
        padding: 12px 16px !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
        text-align: center !important;
    }
}