.navbar {
    --bs-navbar-toggler-padding-y:0.625rem;
    --bs-navbar-brand-margin-end: 0rem;
}

.bio {
    color: #757575;
    font-size:0.9rem;
}
.leeftijd {
    color: #707070;
}
.door {
    color:#646464;
}
.rond {
    border-radius: 200px !important;
    border: 1px solid black;
    width: 100px;
    float: left;
    padding: 3px;
    margin-top: 10px;
    margin-right: 10px;
}


.footer {
    background-color: #f5f5f5;
    font-size: .9em;
    height: 60px;
}

.invalid-feedback {
    font-size: 1.2rem;
    background-color: #ffe8e8;
    border-radius: 10px;
    border: 1px solid #ca2f2f;
    padding: 15px;
    color: #cc2727;
    font-weight: bold;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

.tags-input input {
    width:100%
}
.vraagheader {
    font-weight: bold;
    color: #2d5c4a
}

/* ── FAQ page ──────────────────────────────────────────────── */
.faq-page .faq-section {
    padding: 20px 24px 16px;
}
.faq-section__title {
    font-size: 0.95rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #3d5750;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.faq-item {
    border: none !important;
    border-bottom: 1px solid rgba(61,87,80,0.10) !important;
    border-radius: 10px !important;
    overflow: hidden;
    margin-bottom: 4px;
}
.faq-item:last-child {
    border-bottom: none !important;
    margin-bottom: 0;
}
.faq-btn {
    font-size: 0.92rem;
    font-weight: 600;
    color: #1a2e2b !important;
    background: transparent !important;
    box-shadow: none !important;
    padding: 12px 4px;
}
.faq-btn::after {
    filter: invert(28%) sepia(20%) saturate(600%) hue-rotate(120deg);
}
.faq-btn:not(.collapsed) {
    color: #2d5c4a !important;
}
.faq-body {
    font-size: 0.91rem;
    color: #3a4a47;
    padding: 4px 4px 16px;
    line-height: 1.65;
}
.faq-body ol {
    padding-left: 1.2rem;
}
.faq-body ol li {
    margin-bottom: 4px;
}
.faq-cta {
    padding: 22px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}
.faq-cta__text {
    font-size: 0.92rem;
    line-height: 1.5;
    color: #1a2e2b;
}
.faq-cta__buttons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.faq-images {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-top: 8px;
}
.faq-img {
    border-radius: 16px;
    box-shadow: 0 4px 18px rgba(0,0,0,0.13);
    width: 100%;
}

h2 {
    font-size: 1.5rem !important;
    padding-bottom: 20px;
    padding-top: 20px;
}

.center {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.centerText {
    text-align: center;
}

h3 {
    font-size: 1.3rem !important;
    padding-bottom: 6px;
    padding-top: 15px;
}

h4 {
    font-size: 1.2rem !important;
}

h5 {
    font-size: 1.1rem !important;
}

.alert {
    box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.25);
}
.fullWidthBackground {
    position: relative;
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.25);
    box-sizing: border-box;
    width: 100%;
    padding-top:10px;
    padding-bottom:20px;
    background-color: #a2baaa;
    background-image: url("../images/background.jpg");
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;
    background-attachment:fixed;
    overflow: hidden;
}

.backgroundCarousel { z-index: -99; } /* keeps this behind all content */
.backgroundCarouselItem {
    position: fixed;
    width: 100%; height: 100%;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -ms-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;

}
.backgroundOne {
    background: url(../backgrounds/background.jpg);
    background-size: cover;
    background-position: center;
    -moz-background-size: cover;
}
.backgroundTwo {
    background: url(../backgrounds/background5.jpg);
    background-size: cover;
    background-position: center;
    -moz-background-size: cover;
}
.backgroundTree {
    background: url(../backgrounds/background3.jpg);
    background-size: cover;
    background-position: center;
    -moz-background-size: cover;
}
.backgroundFour {
    background: url(../backgrounds/background6.jpg);
    background-size: cover;
    background-position: center;
    -moz-background-size: cover;
}
.backgroundFive {
    background: url(../backgrounds/background2.jpg);
    background-size: cover;
    background-position: center;
    -moz-background-size: cover;
}
.backgroundSix {
    background: url(../backgrounds/background7.jpg);
    background-size: cover;
    background-position: center;
    -moz-background-size: cover;
}
.backgroundCarousel .active.left {
    left:0;
    opacity:0;
    z-index:2;
}

.not-set {
    color: #c55;
    font-style: italic;
}
.tags-input {
    padding:8px;
    border-radius: 5px;
    width:100%;
}
.bg-secondary {
    border-radius: 5px;
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.25);
}
.tags-input .tag  {
    border-radius: 5px;
}
.penvrienden-plaatje {
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.25);
    border-radius: 5px;
    cursor: zoom-in;
    image-orientation: from-image;
}

.drawTag {
    padding: 5px;
    border-radius: 10px;
    border: 1px solid #000000;
    background-color: #5c7381;
    margin: 5px 10px 5px 5px;
    font-weight: bold;
    color: white;
    white-space: nowrap;
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.25);
    transition: background-color 0.15s ease, box-shadow 0.15s ease, transform 0.1s ease;
    display: inline-block;
}
.drawTag:hover {
    background-color: #3e5663;
    box-shadow: 4px 4px 8px 0px rgba(0,0,0,0.4);
    transform: translateY(-1px);
    color: white;
    text-decoration: none;
}
.drawTag:active {
    background-color: #2d3f4a;
    box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.3);
    transform: translateY(1px);
}


.greenBg {
    background-color: #ceedd6;
    border-radius:10px;
    box-shadow: 3px 3px 5px 0 rgba(0,0,0,0.25);
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px;
}
.keeptogether {
    white-space: nowrap;
}

.zijvak {
    background-color: rgba(255, 255, 255, 0.6);
    border-radius:10px;
    box-shadow: 3px 3px 5px 0 rgba(0,0,0,0.25);
    margin-bottom: 20px;
    padding: 10px;
}

.whiteBg {
    background-color: rgba(255, 255, 255, 0.6);
    border-radius:10px;
    box-shadow: 3px 3px 5px 0 rgba(0,0,0,0.25);
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px;
}
div.file-preview button.close.fileinput-remove {
    display: none;
}
.field-user-imageupload label.form-label.has-star {
    margin-top:0px;
}
.kv-error-close {
    float: right;
    border-radius: 10px;
    background-color: var(--primary);
    color: white;
    border-color: var(--primary-highlight);
}
#help_Profile {
    cursor: pointer;
}

.file-drop-zone {
    border: none;
}
.file-drop-zone.clickable:hover {
    border: none;
}

.file-drop-zone-title {
    color: #aaa;
    font-size: 1.6em;
    text-align: center;
    padding: 15px 10px;
    cursor: default;
}
.whiteBgTable {
    background-color: rgba(255, 255, 255, 0.6);
    border-radius:10px;
    box-shadow: 3px 3px 5px 0 rgba(0,0,0,0.25);
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px;
}
.bootstrap-dialog .btn-modal-close {
    border-radius: unset;
    box-shadow: unset;
}
.bootstrap-dialog-close-button {
    width: -moz-available;
    width: -webkit-fill-available;
    text-align: end;
}
.modal-header.bootstrap-dialog-header {
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
}
.bootstrap-dialog-title {
    width: 400px;
}
.whiteBgTableGrid {
    background-color:rgba(255, 255, 255, 0.6);
    border-radius:10px;
    box-shadow: 3px 3px 5px 0 rgba(0,0,0,0.25);
    margin-top: 0;
    margin-bottom: 20px;
    padding: 10px;
    display: grid;
    opacity: 0.4;
}

.whiteBgNoShadow {
    background-color:white;
    border-radius:10px;
    margin: -10px;
    padding: 10px;
}

#user-tags_tagsinput {
    width:100% !important;
    border-radius: 5px;
}

div.tagsinput input {
    width: 100% !important;
}
#user-tags_addTag {
    width:100%;
}
#usersimplesearch-bericht {
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.25);
}
div.tagsinput span.tag {
    background: #e8e8e8;
    color: #000000;
    border-radius: 5px;
    font-weight: bold;
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.25);
}

.drawTagOdd {
    padding: 5px;
    border-radius: 10px;
    border: 1px solid #000000;
    background-color: #8ca4b3;
    margin: 5px 10px 5px 5px;
    font-weight: bold;
    color: white;
    white-space: nowrap;
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.25);
    transition: background-color 0.15s ease, box-shadow 0.15s ease, transform 0.1s ease;
    display: inline-block;
}
.drawTagOdd:hover {
    background-color: #6b8899;
    box-shadow: 4px 4px 8px 0px rgba(0,0,0,0.4);
    transform: translateY(-1px);
    color: white;
    text-decoration: none;
}
.drawTagOdd:active {
    background-color: #506a79;
    box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.3);
    transform: translateY(1px);
}
.table {
    --bs-table-bg: none;
    --bs-border-width: 0px;
}
/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.form-group {
    margin-bottom: 1rem;
}

.highlight {
    padding:2px;
    background-color:red;
    color:white;
    border: 1px solid black;
}

.naam {
    font-size:18px;
    font-weight: bold;
    font-style: italic;
    color: #538568;
}

.mypicture {
    float: left;
    max-width: -webkit-fill-available;
    margin-right: 10px;
    margin-bottom:10px;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.47);
    cursor: zoom-in;
}

.mypicturefull {
    max-width: -webkit-fill-available;
    max-width: -moz-available;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.47);
    image-orientation: from-image;
}

/* ── Picture modal ───────────────────────────────────────── */
.pic-modal .modal-dialog {
    width: fit-content;
    max-width: 90vw;
    margin-right: auto;
    margin-left: auto;
}
.pic-modal__content {
    position: relative;
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
    width: fit-content;
}
.pic-modal__img {
    display: block;
    width: auto;
    height: auto;
    max-width: min(90vw, 680px);
    max-height: 85vh;
    border-radius: 18px;
    box-shadow: 0 24px 64px rgba(0,0,0,0.65);
    image-orientation: from-image;
    cursor: zoom-out;
}
.pic-modal__close {
    position: absolute;
    top: -14px;
    right: -14px;
    z-index: 10;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: none;
    background: rgba(255,255,255,0.92);
    color: #333;
    font-size: 14px;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 2px 12px rgba(0,0,0,0.28);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.18s, transform 0.18s;
    backdrop-filter: blur(4px);
}
.pic-modal__close:hover {
    background: #fff;
    transform: scale(1.1);
    color: #000;
}
.pic-modal .modal-backdrop,
.pic-modal + .modal-backdrop {
    --bs-backdrop-opacity: 0.75;
}
/* ── Page header (site-wide) ─────────────────────────────── */
.page-header {
    position: relative;
    border-radius: 0;
    overflow: hidden;
    background: #122d28;
    box-shadow: 0 8px 32px rgba(0,0,0,0.22);
    margin-bottom: 0;
}

/* On mobile the fixed top-nav is ~70px; push header below it */
@media (max-width: 991.97px) {
    .page-header {
        margin-top: 64px;
    }
}

/* Inner wrapper mirrors .container.main-content alignment */
.page-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 36px 1.5rem 32px;
}
@media (min-width: 576px)  { .page-header-inner { max-width: 540px; } }
@media (min-width: 768px)  { .page-header-inner { max-width: 720px;  padding: 36px 2rem 32px; } }
@media (min-width: 992px)  { .page-header-inner { max-width: 960px; } }
@media (min-width: 1200px) { .page-header-inner { max-width: 1140px; } }
@media (min-width: 1400px) { .page-header-inner { max-width: 1320px; } }

/* Decorative circles */
.page-header::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle 320px at 88% -20%, rgba(52,211,153,0.18) 0%, transparent 65%),
        radial-gradient(circle 200px at 105% 110%, rgba(56,189,180,0.14) 0%, transparent 65%),
        radial-gradient(circle 420px at -15% 70%, rgba(8,72,66,0.50) 0%, transparent 70%),
        radial-gradient(circle 140px at 50% 95%, rgba(52,211,153,0.09) 0%, transparent 60%);
    pointer-events: none;
    z-index: 0;
}

/* Noise overlay */
.page-header::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E");
    background-repeat: repeat;
    background-size: 200px 200px;
    opacity: 0.13;
    pointer-events: none;
    z-index: 0;
}

.page-header-content {
    position: relative;
    z-index: 1;
}

/* Icons get a warm amber accent, distinct from the cool mint text */
.page-header i,
.page-header .fa,
.page-header .fas,
.page-header .far,
.page-header .fab,
.page-header .fal,
.page-header .fad {
    color: rgba(74, 222, 128, 0.92);
}

.page-header-eyebrow {
    display: block;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: rgba(110,231,183,0.72);
    margin-bottom: 6px;
}

.page-header-title {
    font-size: clamp(1.8rem, 5vw, 2.8rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.06;
    margin: 0 0 8px;
    letter-spacing: -0.025em;
    text-shadow: 0 2px 20px rgba(0,0,0,0.30);
}

.page-header-title::after {
    width: 160px;
    background: linear-gradient(to right, rgba(255,255,255,0.72) 0%, transparent 100%);
    border-radius: 0;
}

.page-header-subtitle {
    font-size: 0.88rem;
    color: rgba(167,243,208,0.75);
    margin: 0;
    max-width: 440px;
    line-height: 1.55;
}

.page-header-btn-group {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
    margin-left: auto;
}

.page-header-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 18px;
    border-radius: 10px;
    border: 1.5px solid rgba(110,231,183,0.28);
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: rgba(167,243,208,0.88);
    text-decoration: none;
    background: rgba(255,255,255,0.06);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
    white-space: nowrap;
}

.page-header-btn:hover {
    background: rgba(255,255,255,0.14);
    border-color: rgba(110,231,183,0.55);
    color: #fff;
    text-decoration: none;
}

.page-header .alert {
    position: relative;
    z-index: 1;
    flex-basis: 100%;
    margin-top: 8px;
    margin-bottom: 0;
}

@media (max-width: 576px) {
    .page-header-inner { padding: 24px 1rem 20px; }
    .page-header-title { font-size: 1.75rem; }
    .page-header-btn-group { gap: 4px; }
    .page-header-btn { padding: 7px 14px; font-size: 0.68rem; }
}

/* ── Article page ─────────────────────────────────────────── */
.art-hero {
    position: relative;
    width: 100%;
    min-height: 58vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0,0,0,0.22);
    padding-top: 100px;
}

/* Break out of .container to fill full width of #main */
@media (min-width: 992px) {
    .art-hero {
        width: calc(100vw - 280px);
        margin-left: calc(50% - (100vw - 280px) / 2);
        margin-top: -2.5rem;
    }
}
@media (max-width: 991.98px) {
    .art-hero {
        width: 100vw;
        margin-left: calc(50% - 50vw);
        margin-top: -70px;
    }
}

.art-hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-color: #1a120a;
    transition: transform 14s ease;
    will-change: transform;
}

.art-hero:hover .art-hero-bg {
    transform: scale(1.04);
}

.art-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        175deg,
        rgba(10, 6, 3, 0.50) 0%,
        rgba(15, 9, 3, 0.20) 38%,
        rgba(8, 4, 2, 0.10) 56%,
        rgba(6, 3, 1, 0.74) 100%
    );
}

.art-hero-top {
    position: relative;
    z-index: 2;
    padding: 28px 2rem 0 2rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

.art-hero-eyebrow {
    display: inline-block;
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(255, 213, 110, 0.90);
    margin-bottom: 10px;
}

.art-hero-title {
    font-size: clamp(1.55rem, 3.2vw, 2.65rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.18;
    margin: 0 0 6px 0;
    text-shadow: 0 3px 20px rgba(0,0,0,0.75);
    letter-spacing: -0.01em;
}

.art-hero-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 10px;
}

.art-hero-back {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 5px 13px 5px 9px;
    border-radius: 20px;
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.22);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    font-size: 0.69rem;
    font-weight: 600;
    letter-spacing: 0.10em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.82);
    text-decoration: none;
    transition: background 0.22s ease, color 0.22s ease, border-color 0.22s ease;
    white-space: nowrap;
}

.art-hero-back:hover {
    background: rgba(255,255,255,0.22);
    border-color: rgba(255,255,255,0.40);
    color: #fff;
    text-decoration: none;
}

.art-hero-meta {
    font-size: 0.73rem;
    color: rgba(255,255,255,0.60);
    letter-spacing: 0.06em;
    margin: 0;
    text-align: right;
}

.art-hero-bottom {
    position: relative;
    z-index: 2;
    margin: 14px auto 28px;
    width: calc(100% - 4rem);
    box-sizing: border-box;
    background: rgba(0,0,0,0.44);
    backdrop-filter: blur(16px) saturate(1.6);
    -webkit-backdrop-filter: blur(16px) saturate(1.6);
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 14px;
    padding: 16px 22px 14px 22px;
    transition: background 0.3s ease, border-color 0.3s ease;
}

/* Constrain hero content to same width as page container */
@media (min-width: 576px)  { .art-hero-top, .art-hero-bottom { max-width: 540px; } }
@media (min-width: 768px)  { .art-hero-top, .art-hero-bottom { max-width: 700px; } }
@media (min-width: 992px)  { .art-hero-top, .art-hero-bottom { max-width: 960px; } }
@media (min-width: 1200px) { .art-hero-top, .art-hero-bottom { max-width: 1260px; } }

.art-hero:hover .art-hero-bottom {
    background: rgba(0,0,0,0.54);
    border-color: rgba(255,255,255,0.22);
}

.art-hero-lead {
    font-size: 0.92rem;
    color: #fff;
    line-height: 1.65;
    margin: 0;
}

.art-content {
    width: 100%;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 10px;
    box-shadow: 3px 3px 5px 0 rgba(0,0,0,0.25);
    margin-top: 16px;
    margin-bottom: 20px;
    padding: 36px 0 32px;
    overflow: hidden;
    font-size: 1.03rem;
    line-height: 1.80;
    color: #2c2118;
}

.art-content p {
    margin-bottom: 1.35em;
}

.art-text-col {
    max-width: 640px;
    margin: 0 auto;
    padding: 0 40px;
}

.art-img-full {
    margin: 32px 0 16px;
}

.art-img-full img {
    width: 100%;
    height: clamp(220px, 38vw, 420px);
    object-fit: cover;
    object-position: top;
    border-radius: 0;
    display: block;
    box-shadow: 0 8px 32px rgba(0,0,0,0.16);
}

.art-img-float-right {
    float: right;
    width: 42%;
    margin: 4px 0 22px 28px;
}

.art-img-float-right img {
    width: 100%;
    height: clamp(160px, 20vw, 300px);
    object-fit: cover;
    border-radius: 14px;
    display: block;
    box-shadow: 0 6px 24px rgba(0,0,0,0.15);
}

.art-clearfix::after {
    content: '';
    display: table;
    clear: both;
}

.art-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 12px;
    margin: 40px 0;
    padding: 0 32px;
    clear: both;
}

.art-gallery img {
    width: 100%;
    height: 210px;
    object-fit: cover;
    object-position: center 20%;
    border-radius: 12px;
    display: block;
    box-shadow: 0 4px 16px rgba(0,0,0,0.12);
    transition: transform 0.42s cubic-bezier(0.25,0.46,0.45,0.94),
                box-shadow 0.42s ease;
}

.art-gallery img:hover {
    transform: scale(1.04);
    box-shadow: 0 10px 36px rgba(0,0,0,0.22);
}

.art-divider {
    border: none;
    border-top: 1px solid rgba(0,0,0,0.10);
    margin: 48px 0 36px;
    clear: both;
}

.art-cta {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 36px;
}

.art-author {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.art-author-avatar {
    width: 74px;
    height: 74px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    border: 2px solid rgba(0,0,0,0.10);
}

.art-author-name {
    font-weight: 700;
    font-size: 0.96rem;
    color: #1a120a;
    margin: 0 0 5px;
}

.art-author-bio {
    font-size: 0.84rem;
    color: #6a5a4a;
    line-height: 1.60;
    margin: 0;
}

.art-back {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 36px;
    font-size: 0.76rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(160, 100, 20, 0.85);
    text-decoration: none;
    transition: gap 0.25s ease, color 0.25s ease;
}

.art-back::after { content: '→'; }

.art-back:hover {
    gap: 10px;
    color: rgba(190, 130, 30, 1);
    text-decoration: none;
}

@media (max-width: 576px) {
    .art-hero { min-height: 50vh; }
    .art-hero-top { padding: 20px 1rem 0; }
    .art-hero-bottom { margin: 12px auto 20px; width: calc(100% - 2rem); padding: 12px 16px; }
    .art-content { padding: 20px 0; font-size: 0.98rem; }
    .art-text-col { padding: 0 16px; }
    .art-img-float-right { float: none; width: 100%; margin: 20px 0; }
    .art-img-float-right img { height: 220px; }
    .art-gallery { grid-template-columns: 1fr 1fr; gap: 8px; padding: 0 16px; }
    .art-gallery img { height: 140px; }
    .art-author { gap: 14px; }
    .art-author-avatar { width: 58px; height: 58px; }
}

/* ── Member Cards ─────────────────────────────────────────── */
.member-card {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    border-radius: 14px;
    padding: 20px 22px 18px 0;
    margin: 14px 0;
    position: relative;
    overflow: hidden;
    isolation: isolate;
    transition: transform 0.22s ease, box-shadow 0.22s ease;
    border-left: 5px solid transparent;
}

.member-card::before {
    content: '';
    position: absolute;
    top: -18px;
    right: -18px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    opacity: 0.09;
    pointer-events: none;
    z-index: -1;
}

.member-card::after {
    content: '';
    position: absolute;
    top: 24px;
    right: 42px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    opacity: 0.06;
    pointer-events: none;
    z-index: -1;
}

.member-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.13), 0 3px 8px rgba(0,0,0,0.07) !important;
}

/* Palette 0 — Parchment */
.card-p-0 {
    background: linear-gradient(138deg, #fdf8ee 0%, #f5e5c0 100%);
    box-shadow: 0 2px 10px rgba(180,130,40,0.13), 0 1px 3px rgba(0,0,0,0.05);
    border-left-color: #c9903e;
}
.card-p-0::before, .card-p-0::after { background: #c9903e; }

/* Palette 1 — Sage */
.card-p-1 {
    background: linear-gradient(138deg, #f3f7f3 0%, #daeadd 100%);
    box-shadow: 0 2px 10px rgba(60,130,70,0.11), 0 1px 3px rgba(0,0,0,0.05);
    border-left-color: #5a8e66;
}
.card-p-1::before, .card-p-1::after { background: #5a8e66; }

/* Palette 2 — Blush */
.card-p-2 {
    background: linear-gradient(138deg, #fdf2f3 0%, #f0dde0 100%);
    box-shadow: 0 2px 10px rgba(170,70,90,0.11), 0 1px 3px rgba(0,0,0,0.05);
    border-left-color: #b06470;
}
.card-p-2::before, .card-p-2::after { background: #b06470; }

/* Palette 3 — Dusk */
.card-p-3 {
    background: linear-gradient(138deg, #f1f4fb 0%, #d9e6f6 100%);
    box-shadow: 0 2px 10px rgba(60,100,180,0.11), 0 1px 3px rgba(0,0,0,0.05);
    border-left-color: #5275b0;
}
.card-p-3::before, .card-p-3::after { background: #5275b0; }

/* Palette 4 — Wisteria */
.card-p-4 {
    background: linear-gradient(138deg, #f5f2fb 0%, #e0d8f4 100%);
    box-shadow: 0 2px 10px rgba(100,70,180,0.11), 0 1px 3px rgba(0,0,0,0.05);
    border-left-color: #7a5eb5;
}
.card-p-4::before, .card-p-4::after { background: #7a5eb5; }

.card-responded {
    background: linear-gradient(138deg, #edf8ef 0%, #c2e8cc 100%) !important;
    border-left-color: #369152 !important;
    box-shadow: 0 3px 14px rgba(40,140,70,0.2), 0 1px 4px rgba(0,0,0,0.06) !important;
}

.card-responded::before,
.card-responded::after {
    background: #369152 !important;
}

.member-card__badge {
    position: absolute;
    top: 12px;
    right: 14px;
    background: linear-gradient(135deg, #369152 0%, #245e38 100%);
    color: #fff;
    font-size: 0.71rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 4px 11px 4px 9px;
    border-radius: 20px;
    box-shadow: 0 2px 8px rgba(30,100,55,0.35);
    display: inline-flex;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
    z-index: 1;
}

.member-card__photo {
    flex-shrink: 0;
    width: 130px;
    min-height: 90px;
    padding-left: 18px;
    position: relative;
}

.member-card__photo .mypicture {
    margin: 0 !important;
    float: none !important;
}

.member-card__photo .penvrienden-plaatje {
    width: 100% !important;
    max-width: 130px !important;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 5px 16px rgba(0,0,0,0.18);
    display: block;
}

.member-card__photo .profile-avatar {
    width: 120px;
    max-width: 100%;
    aspect-ratio: 1;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    user-select: none;
    background: #f5ead8;
    color: #b07830;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.card-p-0 .profile-avatar { background: #fdefd8; color: #a06820; }
.card-p-1 .profile-avatar { background: #dff0e4; color: #2e6b40; }
.card-p-2 .profile-avatar { background: #fde0e4; color: #963050; }
.card-p-3 .profile-avatar { background: #dde8f8; color: #2a529a; }
.card-p-4 .profile-avatar { background: #ebe0f8; color: #5a3898; }

.profile-avatar__icon {
    position: absolute;
    bottom: -12px;
    right: -8px;
    font-size: 6.5rem;
    opacity: 0.12;
    color: inherit;
    line-height: 1;
}
.profile-avatar__initial {
    position: relative;
    z-index: 1;
    font-size: 2.6rem;
    font-weight: 500;
    letter-spacing: 0.01em;
    color: inherit;
}

.member-card__body {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 0;
    padding-right: 4px;
}

.member-card__header {
    display: flex;
    align-items: baseline;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 2px;
}

.member-card__naam {
    font-family: Georgia, 'Book Antiqua', 'Times New Roman', serif;
    font-size: 1.22rem;
    font-weight: bold;
    font-style: italic;
    color: #2c3830;
    line-height: 1.2;
}

.member-card__leeftijd {
    font-size: 0.78rem;
    color: #5a5a5a;
    background: rgba(0,0,0,0.07);
    padding: 2px 10px;
    border-radius: 20px;
    white-space: nowrap;
    font-style: normal;
}

.member-card__bericht {
    font-size: 0.93rem;
    line-height: 1.65;
    color: #3a3a3a;
}

.member-card__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
    margin-top: 2px;
}

.member-card__footer {
    display: flex;
    justify-content: flex-end;
    padding-top: 4px;
}

.member-card--full .member-card__photo {
    width: 200px;
}

.member-card--full .member-card__photo .penvrienden-plaatje {
    max-width: 200px !important;
}

.member-card--full .member-card__bericht {
    font-size: 1rem;
}

@media (max-width: 640px) {
    .member-card {
        flex-direction: column;
        padding: 14px;
        gap: 14px;
    }
    .member-card__body {
        width: 100%;
    }
    .member-card__photo {
        width: 100%;
        padding-left: 0;
    }
    .member-card__photo .penvrienden-plaatje {
        max-width: 120px !important;
    }
    .member-card--full .member-card__photo {
        width: 100%;
    }
    .member-card--full .member-card__photo .penvrienden-plaatje {
        max-width: 100% !important;
    }
}

/* ── Article Hero (index page featured article) ──────────────── */
.article-hero-wrap {
    width: 100%;
}

.article-hero-card {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    min-height: 280px;
    border-radius: 18px;
    overflow: hidden;
    text-decoration: none !important;
    cursor: pointer;
    margin-bottom: 18px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.22), 0 2px 8px rgba(0,0,0,0.10);
    transition: transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94),
                box-shadow 0.45s ease;
    outline: none;
}

.article-hero-card:hover,
.article-hero-card:focus {
    transform: translateY(-5px) scale(1.008);
    box-shadow: 0 24px 64px rgba(0,0,0,0.30), 0 4px 16px rgba(0,0,0,0.12);
    text-decoration: none;
}

.article-hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-color: #0e2618;
    transition: transform 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform;
}

.article-hero-card:hover .article-hero-bg {
    transform: scale(1.07);
}

.article-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        175deg,
        rgba(6, 22, 12, 0.58) 0%,
        rgba(12, 40, 20, 0.22) 35%,
        rgba(6, 22, 12, 0.12) 55%,
        rgba(4, 20, 10, 0.65) 100%
    );
}

.article-hero-title-area {
    position: relative;
    z-index: 2;
    padding: 26px 28px 0 28px;
}

.article-hero-eyebrow {
    display: block;
    font-family: inherit;
    font-size: 0.70rem;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(150, 225, 170, 0.88);
    margin-bottom: 8px;
}

.article-hero-title {
    font-family: inherit;
    font-size: clamp(1.45rem, 2.8vw, 2.1rem);
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.01em;
    line-height: 1.22;
    margin: 0;
    text-shadow: 0 2px 12px rgba(0,0,0,0.80);
}

.article-hero-lead-area {
    position: relative;
    z-index: 2;
    margin: 8px 20px 22px 20px;
    background: rgba(8, 35, 18, 0.48);
    backdrop-filter: blur(14px) saturate(1.5);
    -webkit-backdrop-filter: blur(14px) saturate(1.5);
    border: 1px solid rgba(120, 200, 140, 0.18);
    border-radius: 14px;
    padding: 16px 20px 14px 20px;
    transition: background 0.3s ease, border-color 0.3s ease;
}

.article-hero-card:hover .article-hero-lead-area {
    background: rgba(8, 35, 18, 0.62);
    border-color: rgba(120, 200, 140, 0.30);
}

.article-hero-lead-text {
    font-family: inherit;
    font-size: 0.90rem;
    font-weight: 400;
    color: #fff;
    line-height: 1.65;
    margin: 0;
}

.article-hero-read-cta {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-top: 11px;
    font-family: inherit;
    font-size: 0.76rem;
    font-weight: 500;
    color: rgba(145, 220, 165, 0.88);
    letter-spacing: 0.10em;
    text-transform: uppercase;
    transition: gap 0.25s ease, color 0.25s ease;
}

.article-hero-card:hover .article-hero-read-cta {
    gap: 9px;
    color: rgba(175, 235, 185, 1);
}

.article-hero-read-cta::after {
    content: '→';
    display: inline-block;
}

.article-hero-buttons {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 16px;
    flex-wrap: wrap;
}

.article-hero-btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 9px 18px;
    border-radius: 10px;
    background: #122d28;
    border: 1.5px solid rgba(52, 211, 153, 0.22);
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: rgba(167, 243, 208, 0.88);
    text-decoration: none;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
    white-space: nowrap;
    box-shadow: 0 2px 8px rgba(0,0,0,0.18);
}

.article-hero-btn i {
    color: rgba(74, 222, 128, 0.92);
    font-size: 0.85rem;
}

.article-hero-btn:hover {
    background: #1a3d32;
    border-color: rgba(52, 211, 153, 0.50);
    color: #fff;
    text-decoration: none;
    box-shadow: 0 4px 14px rgba(0,0,0,0.22);
}

.article-hero-btn:hover i {
    color: rgba(110, 231, 183, 1);
}

.article-all-bar {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 14px;
    border-radius: 8px;
    background: rgba(3, 14, 8, 0.75);
    border: 1px solid rgba(52,211,153,0.20);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    font-size: 0.70rem;
    font-weight: 600;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: rgba(110,231,183,0.85);
    text-decoration: none;
    transition: background 0.22s ease, border-color 0.22s ease, color 0.22s ease, gap 0.22s ease;
}

.article-all-bar::after {
    content: '→';
}

.article-all-bar:hover {
    background: rgba(3, 14, 8, 0.92);
    border-color: rgba(52,211,153,0.45);
    color: #fff;
    text-decoration: none;
    gap: 10px;
}

/* ── Article Blog Cards (blog page grid) ─────────────────────── */
.article-blog-card {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    min-height: 360px;
    border-radius: 18px;
    overflow: hidden;
    text-decoration: none !important;
    cursor: pointer;
    box-shadow: 0 10px 40px rgba(0,0,0,0.22), 0 2px 8px rgba(0,0,0,0.10);
    transition: transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94),
                box-shadow 0.45s ease;
    outline: none;
}

.article-blog-card:hover,
.article-blog-card:focus {
    transform: translateY(-5px) scale(1.008);
    box-shadow: 0 24px 64px rgba(0,0,0,0.30), 0 4px 16px rgba(0,0,0,0.12);
    text-decoration: none;
}

.article-blog-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-color: #0e2618;
    transition: transform 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform;
}

.article-blog-card:hover .article-blog-bg {
    transform: scale(1.07);
}

.article-blog-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        175deg,
        rgba(6, 22, 12, 0.58) 0%,
        rgba(12, 40, 20, 0.22) 35%,
        rgba(6, 22, 12, 0.12) 55%,
        rgba(4, 20, 10, 0.65) 100%
    );
}

.article-blog-title-area {
    position: relative;
    z-index: 2;
    padding: 22px 20px 0 20px;
}

.article-blog-eyebrow {
    display: block;
    font-family: inherit;
    font-size: 0.68rem;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(150, 225, 170, 0.88);
    margin-bottom: 6px;
}

.article-blog-title {
    font-family: inherit;
    font-size: clamp(1rem, 1.8vw, 1.25rem);
    font-weight: 700;
    color: #fff;
    line-height: 1.25;
    margin: 0;
    text-shadow: 0 2px 12px rgba(0,0,0,0.80);
}

.article-blog-lead-area {
    position: relative;
    z-index: 2;
    margin: 8px 14px 16px 14px;
    background: rgba(8, 35, 18, 0.48);
    backdrop-filter: blur(14px) saturate(1.5);
    -webkit-backdrop-filter: blur(14px) saturate(1.5);
    border: 1px solid rgba(120, 200, 140, 0.18);
    border-radius: 12px;
    padding: 12px 16px 10px 16px;
    transition: background 0.3s ease, border-color 0.3s ease;
}

.article-blog-card:hover .article-blog-lead-area {
    background: rgba(8, 35, 18, 0.62);
    border-color: rgba(120, 200, 140, 0.30);
}

.article-blog-lead-text {
    font-family: inherit;
    font-size: 0.82rem;
    color: #fff;
    line-height: 1.55;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.article-blog-read-cta {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-top: 9px;
    font-family: inherit;
    font-size: 0.72rem;
    font-weight: 500;
    color: rgba(145, 220, 165, 0.88);
    letter-spacing: 0.10em;
    text-transform: uppercase;
    transition: gap 0.25s ease, color 0.25s ease;
}

.article-blog-card:hover .article-blog-read-cta {
    gap: 9px;
    color: rgba(175, 235, 185, 1);
}

.article-blog-read-cta::after {
    content: '→';
}

/* ── Login form ──────────────────────────────────────────────── */
.field-loginform-password.required .has-star:not(.custom-control-label):not(.custom-file-label)::after,
.is-required::after {
    position: absolute;
    left: 2px;
    top: 14px;
}

#login-wrapper {
    position: relative;
    top: 30%;
}

#login-wrapper .registration-block {
    margin-top: 15px;
}

.form-label.has-star[for=loginform-password] {
    left: 110px;
}

/* ── Tagify ──────────────────────────────────────────────────── */
.tagify.form-control {
    height: auto;
    min-height: 38px;
    padding: 2px 6px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    cursor: text;
}

.tagify__tag {
    margin: 2px;
}

/* ── File input ──────────────────────────────────────────────── */
.fileinput-remove {
    display: none;
}
