/**
 * AVG-Package by Studio Code Rood
 */

/* Algemene styling */
.cookiecode-policy {
    max-width: 100%;
    line-height: 1.6;
    color: inherit;
}

/* Header styling in twee kolommen */
.cc-document-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eaeaea;
}

.cc-document-header h1 {
    width: 100%;
    margin-bottom: 20px;
}

.cc-document-header-address {
    flex: 1;
    padding-right: 20px;
}

.cc-document-header-info {
    flex: 1;
    padding-left: 20px;
}

/* Responsive styling */
@media (max-width: 768px) {
    .cc-document-header {
        flex-direction: column;
    }
    
    .cc-document-header-address,
    .cc-document-header-info {
        padding: 0;
        margin-bottom: 15px;
    }
}

/* Stijl voor secties */
.cc-document-content-block {
    margin-bottom: 30px;
}

.cc-document-content-block h2 {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.cc-document-content-block h3 {
    margin-top: 25px;
    margin-bottom: 15px;
}

/* Tabellen */
.cookiecode-policy table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

.cookiecode-policy table th,
.cookiecode-policy table td {
    padding: 10px;
    border: 1px solid #ddd;
    text-align: left;
}

.cookiecode-policy table th {
    background-color: #f5f5f5;
    font-weight: 600;
}

/* Lijst styling */
.cookiecode-policy ol {
    padding-left: 20px;
}

.cookiecode-policy ol li {
    margin-bottom: 10px;
}

/* Links */
.cookiecode-policy a {
    color: inherit;
    text-decoration: none;
}

.cookiecode-policy a:hover {
    text-decoration: underline;
}
