.body {
    background-color:#fff!important;
}
.banner-container {
    margin-top: 20px;
}
section#quick-verdict, section#key-takeaways,   section#introduction,
 section#is-exchange-safe, section#reputation, section#cryptocurrencies,section#account-types,
section#fees, section#features, section#support, section#how-to-use, section#best-for, section#verdict, section#faq{
    background-color: #f9f9f9;
    margin-bottom: 2rem;
    border-radius: 8px;
    padding: 1.5rem;
}

.exchange-review h2 {
    font-size: 1.6rem;
    margin: 2rem 0 1rem;
    color: #2c3e50;
    border-bottom: 2px solid #3498db;
    padding-bottom: 0.5rem;
}

.toc {
    background-color: #f9f9f9;
    border-radius: 8px;
    padding: 1.5rem;
    margin-bottom: 2rem;

}

.exchange-review .toc h3 {
    margin-top: 0;
    text-align: center;
}

.exchange-review .toc ul {
    list-style: none;
    padding-left: 0;
}

.exchange-review .toc li {
    margin-bottom: 0.8rem;
}

.exchange-review .toc a {
    text-decoration: none;
    color: var(--secondary-color);
    transition: color 0.2s;
}

.exchange-review .toc a:hover {
    color: var(--primary-color);
}

.exchange-review h3 {
    font-size: 1.1rem;
    margin: 1.5rem 0 1rem;
    color: var(--secondary-color);
}

.exchange-review p {
    margin-bottom: 1rem;
}

.exchange-review .container {
    margin-top: 0px;
    width: 100%;
    display: grid;
    grid-template-columns: 3fr 1fr;
    gap: 1rem;
    padding: 0px;
    margin: 0px;
}

.exchange-review main {
    grid-column: 1;
}

.exchange-review aside {
    grid-column: 2;
    position: sticky;
    top: 20px;
    align-self: start;
}

.exchange-review .quick-verdict,
.exchange-review .key-takeaways,
.exchange-review .pros,
.exchange-review .cons,
.exchange-review .disclaimer,
.exchange-review .author-box {
    background-color: #f5f7fa;
    border-radius: 8px;
    padding: 1.5rem;
    margin-bottom: 2rem;
}

.exchange-review .key-takeaways ul {
    padding-left: 1.3rem;
}

.exchange-review .key-takeaways li {
    margin-bottom: 0.8rem;
    padding-left: 0.5rem;
    position: relative;
}
.exchange-review table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 2rem;
    background-color: #f9f9f9;
    border-radius: 8px;
    overflow: hidden;
}

.exchange-review table caption {
    font-size: 1.2rem;
    font-weight: bold;
    padding: 1rem;
    background-color: #2c3e50;
    color: white;
}

.exchange-review th,
.exchange-review td {
    padding: 1rem;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.exchange-review th {
    background-color: #2c3e50;
    color: white;
}