.forex-main {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 20px;
}

.page-description {
    color: var(--muted);
    margin-top: 10px;
    font-size: 0.95rem;
}

.forex-container {
    background: rgba(179, 147, 89, 0.05);
    border: 1px solid rgba(179, 147, 89, 0.2);
    border-radius: 8px;
    padding: 15px;
    height: 700px;
    margin-top: 20px;
    overflow: hidden;
}

.theme-switch {
    font-size: 1.2rem;
    background: transparent;
    border: none;
    cursor: pointer;
    color: var(--text);
}

.tv-container {
    height: 100%;
    width: 100%;
    position: relative;
}

.tv-widget {
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 1;
}