/* ==========================================================================
   privacy-cookie.css - Disclaimer & Cookiebeleid Stijlen
   ========================================================================== */

/* 1. Algemene sectie stijl (De Gouden Boxen) */
.terms-section, .disclaimer-box {
    background: rgba(0, 0, 0, 0.2) !important;
    border: 1px solid #c5a059 !important;
    border-radius: 12px !important;
    padding: 2rem !important;
    margin-bottom: 2rem !important;
    box-shadow: none !important;
}

/* 2. Tekst styling voor leesbaarheid op donkere achtergrond */
.terms-section h2, .disclaimer-box h3 {
    color: #c5a059 !important;
    font-size: 1.3rem !important;
    margin: 0 0 1rem 0 !important;
    display: flex;
    align-items: center;
    gap: 12px;
    border-bottom: 1px solid rgba(197, 160, 89, 0.3);
    padding-bottom: 0.5rem;
}

.terms-section p, .terms-section li, .disclaimer-box p {
    color: #ffffff !important;
    line-height: 1.7 !important;
    font-size: 0.95rem !important;
    margin: 0 0 1rem 0 !important;
}

/* 3. Tabel Styling (Specifiek voor het Cookiebeleid) */
.cookie-table-wrapper {
    overflow-x: auto;
    margin-top: 1.5rem;
}

.cookie-premium-table {
    width: 100%;
    border-collapse: collapse;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    overflow: hidden;
    color: #ffffff;
}

.cookie-premium-table th, .cookie-premium-table td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid rgba(197, 160, 89, 0.2);
    font-size: 0.9rem;
}

.cookie-premium-table th {
    background: rgba(197, 160, 89, 0.1);
    color: #c5a059;
    font-weight: bold;
}

/* 4. Lijsten in secties */
.terms-section ul {
    margin: 0 0 1rem 0 !important;
    padding-left: 1.5rem !important;
}

.terms-section li {
    margin-bottom: 0.5rem !important;
}

/* 5. Header Styling */
.terms-header {
    text-align: center;
    margin-bottom: 3rem;
    color: #ffffff !important;
}

.terms-header h1 {
    font-size: 2.2rem;
    margin-bottom: 0.5rem;
}

.terms-header em {
    color: #c5a059 !important;
    font-style: italic;
}