﻿:root {
    --bs-border-width: 3px;
    --bs-border-color: grey;
}
.custom-checklist ul {
    list-style: none;
    padding-left: 0;
}

.custom-checklist li {
    position: relative;
    padding-left: 2rem;
    margin-bottom: 0.5rem;
}

.custom-checklist li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.125rem;
    width: 1.25rem;
    height: 1.25rem;
    font-family: "bootstrap-icons";
    content: "\f271"; /* bi-check2-square Unicode */
    color: #198754; /* Bootstrap success color */
    font-size: 1.25rem;
    line-height: 1;
}

[data-dw-itemtype="swift-v2_text"] div{
 --swift-content-padding:.5rem;
}

header[data-swift-page-header] {
    border-bottom: 1px solid var(--groen-color, #4e8026);
}