.voorwaarden {
    max-width: 800px;
    margin: 40px auto;
    padding: 20px;
    line-height: 1.6;
}

.page-title {
    color: var(--p-gold, #d4af37);
    text-align: center;
    margin-bottom: 40px;
    font-family: 'Cinzel', serif;
}

.disclaimer-box {
    background: rgba(231, 76, 60, 0.1);
    border: 1px solid #e74c3c;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.terms-section {
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding-bottom: 20px;
}

.terms-section h2 {
    color: var(--p-gold, #d4af37);
    font-size: 1.4rem;
}

.terms-section h3 {
    font-size: 1.1rem;
    color: #fff;
    margin-top: 15px;
}