.support-page-shell {
    min-height: calc(100vh - 72px);
    padding: 2.5rem 0 4rem;
    background: #f8fafc;
    color: #0f172a;
}

.support-text {
    font-size: 1.2rem;
    line-height: 1.65;
    color: #334155;
}

.support-text .section-title {
    color: #0f172a;
}

.support-lede {
    color: #64748b;
    font-weight: 700;
}

.news-container {
    min-height: calc(100vh - 170px);
}

.tradingview-news-frame {
    width: 100%;
    height: 680px !important;
    min-height: 680px;
    overflow: hidden;
    border: 1px solid #d8e0ea;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 22px 55px rgba(15, 23, 42, 0.08);
}

@media (max-width: 767px) {
    .support-page-shell {
        padding-top: 1.5rem;
    }

    .support-text {
        font-size: 1rem;
    }

    .tradingview-news-frame {
        height: 620px !important;
        min-height: 620px;
    }
}
