/* Together Ledenomgeving — onderdelen op de website.
   Kleuren komen uit het thema (--tv-*), met veilige standaardwaarden. */

.tv-block {
	--tv-red: var(--wp--preset--color--rood, #991b1e);
	--tv-red-dark: var(--wp--preset--color--donkerrood, #7a1115);
	--tv-ink: var(--wp--preset--color--inkt, #1f1a1a);
	--tv-text: var(--wp--preset--color--tekst, #4a4545);
	--tv-line: var(--wp--preset--color--lijn, #e6e0df);
	--tv-soft: var(--wp--preset--color--zacht, #f7f3f2);
	--tv-radius: 12px;
	font-size: 1.0625rem;
}
.tv-block .tv-icon { width: 1.35em; height: 1.35em; flex: 0 0 auto; }
.tv-empty-text { color: #777; font-style: italic; }
.tv-count-text { color: #666; margin: 0 0 14px; }
.tv-manage-link { margin-top: 20px; font-size: .95rem; }
.tv-manage-link a { color: var(--tv-red); }
.tv-privacy-note { margin-top: 24px; font-size: .9rem; color: #777; }
.tv-tag { display: inline-block; padding: 2px 10px; border-radius: 99px; background: var(--tv-red); color: #fff; font-size: .75rem; font-weight: 700; letter-spacing: .02em; vertical-align: middle; }
.tv-tag-gold { background: #c7962c; }
.tv-count { display: inline-block; min-width: 1.8em; padding: 1px 8px; border-radius: 99px; background: var(--tv-soft); color: var(--tv-red); font-size: .8em; text-align: center; vertical-align: middle; }
.tv-section-title { display: flex; align-items: center; gap: 10px; margin: 32px 0 16px; }
.tv-section-title:first-child { margin-top: 0; }
.tv-section-title .tv-icon { color: var(--tv-red); }

/* Knoppen en formulieren */
.tv-button {
	display: inline-flex; align-items: center; justify-content: center; gap: 10px;
	background: var(--tv-red); color: #fff !important; border: 2px solid var(--tv-red); border-radius: 999px;
	padding: 12px 26px; font: inherit; font-weight: 600; text-decoration: none !important; cursor: pointer; transition: background .2s, border-color .2s, transform .2s;
}
.tv-button:hover, .tv-button:focus-visible { background: var(--tv-red-dark); border-color: var(--tv-red-dark); transform: translateY(-1px); }
.tv-button-outline { background: #fff; color: var(--tv-red) !important; }
.tv-button-outline:hover, .tv-button-outline:focus-visible { background: var(--tv-red); color: #fff !important; }
.tv-button-big { font-size: 1.15rem; padding: 16px 34px; min-height: 58px; }
.tv-link { margin-left: 16px; color: var(--tv-red); }
.tv-form .tv-field { margin: 0 0 18px; }
.tv-form .tv-field-label, .tv-form label, .tv-form .tv-field > label { display: block; font-weight: 600; margin-bottom: 6px; color: var(--tv-ink); }
.tv-form input[type=email], .tv-form input[type=password], .tv-form input[type=text], .tv-form input[type=tel],
.tv-form input[type=date], .tv-form select, .tv-filter {
	width: 100%; min-height: 54px; padding: 10px 16px; font: inherit; font-size: 1.1rem; color: var(--tv-ink);
	background: #fff; border: 2px solid #d5cdcc; border-radius: 10px; box-sizing: border-box;
}
.tv-form input[type=date] {
	-webkit-appearance: none; appearance: none; display: block; min-width: 0; max-width: 100%; text-align: left; line-height: 1.3;
	padding-right: 48px; background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none' stroke='%23991b1e' stroke-width='1.8' stroke-linecap='round' viewBox='0 0 24 24'%3E%3Crect x='3' y='5' width='18' height='16' rx='2'/%3E%3Cpath d='M16 3v4M8 3v4M3 10h18'/%3E%3C/svg%3E") no-repeat right 14px center;
}
.tv-form input[type=date]::-webkit-date-and-time-value { text-align: left; margin: 0; }
.tv-form input[type=date]::-webkit-calendar-picker-indicator { opacity: 0; width: 36px; height: 36px; margin-right: -40px; cursor: pointer; }
.tv-form select { -webkit-appearance: none; appearance: none; padding-right: 48px; background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none' stroke='%23991b1e' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") no-repeat right 16px center; }
.tv-file-input { position: absolute; width: 1px; height: 1px; opacity: 0; overflow: hidden; }
.tv-form .tv-file-button, .tv-file-button { display: inline-flex; width: auto; align-items: center; gap: 8px; cursor: pointer; margin: 0 !important; }
.tv-file-input:focus-visible + .tv-file-button { outline: 3px solid var(--tv-red); outline-offset: 2px; }
.tv-file-name { display: block; margin-top: 8px; font-size: .9rem; color: #6d6868; }
.tv-photo-row > div { flex: 1; min-width: 180px; }
.tv-photo-row .tv-check label { font-weight: 400; margin-top: 10px; }
.tv-form input:focus, .tv-form select:focus, .tv-filter:focus { outline: none; border-color: var(--tv-red); box-shadow: 0 0 0 4px rgba(153, 27, 30, .15); }
.tv-form input:disabled { background: var(--tv-soft); color: #777; }
.tv-help { display: block; font-size: .9rem; color: #6d6868; margin-top: 6px; font-weight: 400; }
.tv-help-inline { font-weight: 400; color: #6d6868; font-size: .9rem; }
.tv-check label { display: flex; align-items: flex-start; gap: 10px; font-weight: 400; cursor: pointer; }
.tv-check input { width: 22px; height: 22px; margin-top: 2px; accent-color: var(--tv-red); flex: 0 0 auto; }
.tv-pass-wrap { position: relative; display: block; }
.tv-pass-wrap input { padding-right: 90px !important; }
.tv-show-pass { position: absolute; right: 8px; top: 50%; transform: translateY(-50%); border: 0; background: var(--tv-soft); color: var(--tv-red); font: inherit; font-size: .9rem; font-weight: 600; padding: 8px 12px; border-radius: 8px; cursor: pointer; }
.tv-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 24px; }
.tv-photo-row { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.tv-photo-row img, .tv-photo-row .tv-face-empty { width: 84px; height: 104px; object-fit: cover; border-radius: 10px; font-size: 1.6rem; flex: 0 0 auto; }

.tv-notice { padding: 16px 20px; border-radius: 10px; margin: 0 0 22px; font-size: 1.05rem; line-height: 1.5; border-left: 6px solid; }
.tv-notice-error { background: #fdecec; border-color: #c62828; color: #7b1414; }
.tv-notice-success { background: #edf7ed; border-color: #2e7d32; color: #1b4d1e; }

/* Inloggen */
.tv-auth-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 28px; align-items: start; }
.tv-auth-card { background: #fff; border: 1px solid var(--tv-line); border-radius: var(--tv-radius); padding: 30px; box-shadow: 0 10px 30px rgba(60, 20, 20, .06); }
.tv-auth-card h2 { margin-top: 0; }
.tv-auth-card p { margin: 0 0 16px; }
.tv-auth-alt { background: var(--tv-soft); box-shadow: none; }
.tv-auth-link { max-width: 560px; text-align: center; margin: 0 auto; }
.tv-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; }

/* Inlogknop in de header */
.tv-login-button {
	display: inline-flex; align-items: center; gap: 10px; padding: 12px 22px; border-radius: 999px;
	background: var(--tv-ink); color: #fff !important; font-weight: 600; text-decoration: none !important; white-space: nowrap; transition: background .2s, transform .2s;
}
.tv-login-button:hover, .tv-login-button:focus-visible { background: var(--tv-red); transform: translateY(-1px); }
.tv-login-button.is-in { background: var(--tv-red); }
.tv-login-button.is-in:hover { background: var(--tv-red-dark); }

/* Nieuws */
.tv-news-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 22px; }
.tv-news-item { display: grid; grid-template-columns: 150px 1fr; gap: 20px; align-items: start; padding-bottom: 22px; border-bottom: 1px solid var(--tv-line); }
.tv-news-item:last-child { border-bottom: 0; padding-bottom: 0; }
.tv-news-thumb { display: block; aspect-ratio: 4 / 3; border-radius: 10px; overflow: hidden; background: var(--tv-soft); }
.tv-news-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s; }
.tv-news-item:hover .tv-news-thumb img { transform: scale(1.05); }
.tv-news-body time { font-size: .85rem; color: var(--tv-red); font-weight: 600; text-transform: uppercase; letter-spacing: .04em; }
.tv-news-body h3 { margin: 4px 0 6px; font-size: 1.2rem; line-height: 1.3; }
.tv-news-body h3 a { color: var(--tv-ink); text-decoration: none; }
.tv-news-body h3 a:hover { color: var(--tv-red); }
.tv-news-body p { margin: 0; font-size: .95rem; color: var(--tv-text); }

/* Agenda */
.tv-events { list-style: none; margin: 0; padding: 0; }
.tv-event { display: flex; gap: 16px; align-items: center; padding: 14px 0; border-bottom: 1px solid var(--tv-line); }
.tv-event:last-child { border-bottom: 0; }
.tv-event-date { flex: 0 0 64px; height: 70px; border-radius: 10px; background: var(--tv-soft); display: flex; flex-direction: column; align-items: center; justify-content: center; line-height: 1.05; color: var(--tv-red); }
.tv-event-day { font-size: 1.6rem; font-weight: 700; font-family: var(--wp--preset--font-family--koppen, inherit); }
.tv-event-month { font-size: .8rem; text-transform: uppercase; font-weight: 700; letter-spacing: .05em; }
.tv-event-year { font-size: .7rem; color: #8b8282; }
.tv-event.is-members .tv-event-date { background: var(--tv-red); color: #fff; }
.tv-event.is-members .tv-event-year { color: rgba(255, 255, 255, .8); }
.tv-event-body h3 { margin: 0; font-size: 1.05rem; line-height: 1.35; }
.tv-event-body p { margin: 4px 0 0; font-size: .92rem; color: var(--tv-text); }
.tv-events-volledig .tv-event-date { flex-basis: 76px; height: 82px; }
.tv-events-volledig .tv-event-body h3 { font-size: 1.2rem; }
.tv-block .tv-events-kort .tv-event-body h3 { font-size: 1rem; font-family: inherit; font-weight: 600; }
.tv-past { margin-top: 28px; }
.tv-past summary { cursor: pointer; font-weight: 600; color: var(--tv-red); padding: 10px 0; }
.tv-past .tv-event { opacity: .75; }

/* Repertoire */
.tv-songs { list-style: none; margin: 0; padding: 0; columns: 2; column-gap: 40px; }
.tv-songs li { break-inside: avoid; padding: 12px 0; border-bottom: 1px solid var(--tv-line); }
.tv-songs.is-compact { columns: 1; }
.tv-songs.is-compact li { padding: 8px 0; }
.tv-song-title { display: block; font-weight: 600; color: var(--tv-ink); }
.tv-song-note { display: block; font-size: .9rem; color: #7a7272; margin-top: 2px; }

/* Ledenmenu */
.tv-leden-nav { background: #fff; border-radius: var(--tv-radius); box-shadow: 0 10px 30px rgba(60, 20, 20, .08); overflow: hidden; }
.tv-leden-nav > summary { list-style: none; cursor: pointer; padding: 18px 22px; background: var(--tv-red); color: #fff; font-weight: 700; font-size: 1.1rem; display: flex; justify-content: space-between; align-items: center; }
.tv-leden-nav > summary::-webkit-details-marker { display: none; }
.tv-leden-nav > summary::after { content: "▾"; font-size: 1.2rem; transition: transform .2s; }
.tv-leden-nav[open] > summary::after { transform: rotate(180deg); }
.tv-leden-nav ul { list-style: none; margin: 0; padding: 8px; }
.tv-leden-nav li a { display: flex; align-items: center; gap: 12px; padding: 12px 14px; border-radius: 10px; color: var(--tv-ink); text-decoration: none; font-weight: 500; line-height: 1.3; transition: background .15s, color .15s; }
.tv-leden-nav li a .tv-icon { color: var(--tv-red); }
.tv-leden-nav li a:hover, .tv-leden-nav li a:focus-visible { background: var(--tv-soft); color: var(--tv-red); }
.tv-leden-nav li.is-active a { background: var(--tv-red); color: #fff; }
.tv-leden-nav li.is-active a .tv-icon { color: #fff; }
.tv-leden-nav-user { border-top: 1px solid var(--tv-line); padding: 14px 22px 18px; display: flex; flex-direction: column; gap: 8px; font-size: .95rem; }
.tv-leden-nav-user a.tv-manage-button { justify-content: center; padding: 10px 14px; border: 2px solid var(--tv-red); border-radius: 999px; margin: 4px 0 2px; }
.tv-leden-nav-user a.tv-manage-button:hover { background: var(--tv-red); color: #fff; }
.tv-leden-nav-user a { display: inline-flex; align-items: center; gap: 8px; color: var(--tv-red); font-weight: 600; text-decoration: none; }
@media (min-width: 901px) {
	.tv-leden-nav > summary { cursor: default; pointer-events: none; }
	.tv-leden-nav > summary::after { display: none; }
}

/* Dashboard */
.tv-welcome h1 { margin: 0 0 6px; }
.tv-block .tv-welcome p { margin: 0 0 26px; font-size: 1.1rem; }
.tv-tiles { list-style: none; margin: 0 0 32px; padding: 0; display: grid; grid-template-columns: repeat(auto-fill, minmax(min(190px, 100%), 1fr)); gap: 14px; }
.tv-tiles { grid-auto-rows: 1fr; }
.tv-tiles > li { min-width: 0; display: flex; }
.tv-tiles > li > .tv-tile { flex: 1; }
.tv-tile {
	display: flex; flex-direction: column; justify-content: space-between; gap: 18px; min-height: 130px; padding: 20px;
	background: #fff; border: 2px solid var(--tv-line); border-radius: var(--tv-radius); color: var(--tv-ink) !important;
	text-decoration: none !important; font-weight: 600; font-size: 1.05rem; line-height: 1.3; transition: border-color .2s, transform .2s, box-shadow .2s;
}
.tv-block .tv-tile .tv-icon { width: 46px; height: 38px; padding: 8px; border-radius: 10px; background: var(--tv-soft); color: var(--tv-red); }
.tv-tile:hover, .tv-tile:focus-visible { border-color: var(--tv-red); transform: translateY(-3px); box-shadow: 0 12px 26px rgba(153, 27, 30, .12); }
.tv-tile:hover .tv-icon { background: var(--tv-red); color: #fff; }
.tv-dash-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.tv-panel { background: var(--tv-soft); border-radius: var(--tv-radius); padding: 22px 24px; }
.tv-panel h2 { display: flex; align-items: center; gap: 10px; font-size: 1.25rem; margin: 0 0 12px; }
.tv-panel h2 .tv-icon { color: var(--tv-red); }
.tv-panel .tv-event-date { background: #fff; }
.tv-mini-list { list-style: none; margin: 0; padding: 0; }
.tv-mini-list li { padding: 8px 0; border-bottom: 1px solid rgba(0, 0, 0, .06); }
.tv-mini-list li:last-child { border-bottom: 0; }
.tv-mini-date { display: inline-block; min-width: 110px; font-weight: 700; color: var(--tv-red); }
.tv-mini-list .is-today { font-weight: 700; }

/* Documenten */
.tv-docs { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.tv-doc { display: flex; align-items: stretch; background: #fff; border: 2px solid var(--tv-line); border-radius: var(--tv-radius); overflow: hidden; transition: border-color .2s, box-shadow .2s; }
.tv-doc:hover { border-color: var(--tv-red); box-shadow: 0 8px 20px rgba(153, 27, 30, .1); }
.tv-doc-open { flex: 1; display: flex; align-items: center; gap: 16px; padding: 16px 20px; color: var(--tv-ink) !important; text-decoration: none !important; min-width: 0; }
.tv-doc-open > .tv-icon { width: 44px; height: 44px; padding: 9px; border-radius: 10px; background: var(--tv-red); color: #fff; }
.tv-doc-text { min-width: 0; }
.tv-doc-title { display: block; font-weight: 600; font-size: 1.1rem; }
.tv-doc-meta { display: block; font-size: .85rem; color: #7a7272; }
.tv-doc-download { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; padding: 10px 20px; border-left: 1px solid var(--tv-line); color: var(--tv-red) !important; text-decoration: none !important; font-size: .85rem; font-weight: 600; }
.tv-doc-download:hover { background: var(--tv-soft); }

/* Ledenlijst */
.tv-list-tools { display: flex; gap: 12px; margin-bottom: 10px; }
.tv-list-tools .tv-filter { flex: 1; }
.tv-directory { list-style: none; margin: 0; padding: 0; }
.tv-person { display: grid; grid-template-columns: 56px 1fr auto; gap: 16px; align-items: center; padding: 14px 0; border-bottom: 1px solid var(--tv-line); }
.tv-person-photo { width: 56px; height: 56px; border-radius: 50%; object-fit: cover; }
.tv-initials, .tv-face-empty { display: flex; align-items: center; justify-content: center; background: var(--tv-soft); color: var(--tv-red); font-weight: 700; }
.tv-person-main { display: flex; flex-direction: column; font-size: .95rem; }
.tv-person-main strong { font-size: 1.08rem; color: var(--tv-ink); }
.tv-person-sub { color: var(--tv-red); font-size: .88rem; font-weight: 600; }
.tv-person-contact { display: flex; flex-direction: column; align-items: flex-end; gap: 4px; font-size: .95rem; }
.tv-person-contact a { display: inline-flex; align-items: center; gap: 6px; color: var(--tv-red); text-decoration: none; }
.tv-person-contact .tv-icon { width: 1em; height: 1em; }

/* Verjaardagen en jubilea */
.tv-bday-months { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 16px; }
.tv-bday-month { background: #fff; border: 2px solid var(--tv-line); border-radius: var(--tv-radius); padding: 18px 20px; }
.tv-bday-month h3 { margin: 0 0 10px; color: var(--tv-red); font-size: 1.1rem; }
.tv-bday-month ul { list-style: none; margin: 0; padding: 0; }
.tv-bday-month li { display: flex; gap: 12px; align-items: baseline; padding: 6px 0; }
.tv-bday-day { flex: 0 0 30px; font-weight: 700; color: var(--tv-ink); text-align: right; }
.tv-bday-month li.is-today { background: var(--tv-soft); border-radius: 8px; padding: 6px 8px; margin: 0 -8px; font-weight: 700; }
.tv-jubilees { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 14px; }
.tv-jubilees li { display: flex; gap: 16px; align-items: center; padding: 16px 18px; background: var(--tv-soft); border-radius: var(--tv-radius); }
.tv-jubilees li.is-past { opacity: .6; }
.tv-jub-years { flex: 0 0 60px; height: 60px; border-radius: 50%; background: var(--tv-red); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 1.3rem; font-weight: 700; }

/* Ons gezicht */
.tv-faces { list-style: none; margin: 0 0 12px; padding: 0; display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 18px; }
.tv-face { text-align: center; }
.tv-face img, .tv-face .tv-face-empty { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border-radius: var(--tv-radius); display: flex; margin-bottom: 8px; font-size: 2rem; }
.tv-face strong { display: block; font-size: .98rem; line-height: 1.3; }
.tv-face span { display: block; font-size: .85rem; color: var(--tv-red); }

/* Fotogalerij */
.tv-crumbs { font-size: .95rem; margin-bottom: 8px; color: #777; }
.tv-crumbs a { color: var(--tv-red); }
.tv-album-title { margin-top: 0; }
.tv-albums { list-style: none; margin: 0 0 30px; padding: 0; display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 20px; }
.tv-album-card { display: block; border-radius: var(--tv-radius); overflow: hidden; background: #fff; border: 2px solid var(--tv-line); color: var(--tv-ink) !important; text-decoration: none !important; transition: transform .2s, box-shadow .2s, border-color .2s; }
.tv-album-card:hover, .tv-album-card:focus-visible { transform: translateY(-3px); border-color: var(--tv-red); box-shadow: 0 14px 30px rgba(60, 20, 20, .12); }
.tv-album-cover { display: flex; align-items: center; justify-content: center; aspect-ratio: 4 / 3; background: var(--tv-soft); color: var(--tv-red); overflow: hidden; }
.tv-album-cover img { width: 100%; height: 100%; object-fit: cover; display: block; }
.tv-album-cover .tv-icon { width: 48px; height: 48px; }
.tv-album-card.is-folder .tv-album-cover { box-shadow: inset 0 -6px 0 var(--tv-red); }
.tv-album-info { display: block; padding: 14px 16px; }
.tv-album-info strong { display: block; font-size: 1.08rem; }
.tv-album-info span { display: flex; align-items: center; gap: 6px; font-size: .9rem; color: #7a7272; margin-top: 2px; }
.tv-album-info .tv-icon { width: 1em; height: 1em; color: var(--tv-red); }
.tv-photos { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fill, minmax(170px, 1fr)); gap: 10px; }
.tv-photos a { display: block; aspect-ratio: 1; border-radius: 8px; overflow: hidden; background: var(--tv-soft); }
.tv-photos img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .35s; }
.tv-photos a:hover img { transform: scale(1.06); }

.tv-lightbox { position: fixed; inset: 0; z-index: 100000; display: none; align-items: center; justify-content: center; background: rgba(15, 10, 10, .94); }
.tv-lightbox.is-open { display: flex; }
.tv-lightbox figure { margin: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; padding: 70px 90px 90px; box-sizing: border-box; }
.tv-lightbox img { max-width: 100%; max-height: 100%; object-fit: contain; border-radius: 4px; box-shadow: 0 20px 60px rgba(0, 0, 0, .5); }
.tv-lightbox button { position: absolute; border: 0; cursor: pointer; font: inherit; color: #fff; background: rgba(255, 255, 255, .14); border-radius: 999px; }
.tv-lightbox button:hover, .tv-lightbox button:focus-visible { background: var(--wp--preset--color--rood, #991b1e); outline: none; }
.tv-lb-close { top: 16px; right: 16px; padding: 12px 20px; font-size: 1.05rem; font-weight: 600; }
.tv-lb-prev, .tv-lb-next { top: 50%; transform: translateY(-50%); width: 64px; height: 64px; font-size: 2.6rem; line-height: 1; }
.tv-lb-prev { left: 16px; }
.tv-lb-next { right: 16px; }
.tv-lb-bar { position: absolute; left: 0; right: 0; bottom: 0; display: flex; justify-content: space-between; align-items: center; padding: 18px 24px; color: #fff; font-size: 1rem; }
.tv-lb-download { color: #fff !important; font-weight: 600; background: rgba(255, 255, 255, .14); padding: 10px 18px; border-radius: 999px; text-decoration: none !important; }
html.tv-lb-lock { overflow: hidden; }

/* Mijn account */
.tv-account-block { background: #fff; border: 2px solid var(--tv-line); border-radius: var(--tv-radius); padding: 26px 28px; margin-bottom: 26px; max-width: 760px; }
.tv-account-block .tv-section-title { margin-top: 0; }

/* Blok-voorbeeld in de editor */
.tv-editor-preview { border: 2px dashed #d6c6c6; border-radius: 10px; padding: 12px 16px; }
.tv-editor-label { font: 600 12px/1.4 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: #991b1e; text-transform: uppercase; letter-spacing: .04em; margin-bottom: 8px; }

@media (max-width: 900px) {
	.tv-auth-grid, .tv-dash-cols { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
	.tv-block { font-size: 1rem; }
	.tv-auth-card { padding: 22px 18px; }
	.tv-news-item { grid-template-columns: 96px 1fr; gap: 14px; }
	.tv-news-body p { display: none; }
	.tv-songs { columns: 1; }
	.tv-form-grid { grid-template-columns: 1fr; }
	.tv-tiles { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
	.tv-tile { min-height: 104px; padding: 14px; gap: 12px; font-size: .95rem; overflow-wrap: anywhere; hyphens: auto; }
	.tv-block .tv-tile .tv-icon { width: 40px; height: 40px; padding: 8px; }
	.tv-person { grid-template-columns: 48px 1fr; }
	.tv-person-photo { width: 48px; height: 48px; }
	.tv-person-contact { grid-column: 2; align-items: flex-start; }
	.tv-faces { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
	.tv-albums { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
	.tv-photos { grid-template-columns: repeat(3, 1fr); gap: 6px; }
	.tv-lightbox figure { padding: 64px 8px 80px; }
	.tv-lb-prev, .tv-lb-next { top: auto; bottom: 70px; transform: none; width: 54px; height: 54px; }
	.tv-doc-download span { display: none; }
	.tv-list-tools .tv-print { display: none; }
	.tv-account-block { padding: 20px 18px; }
}

@media print {
	.tv-list-tools, .tv-privacy-note, .tv-leden-nav, .tv-manage-link { display: none !important; }
	.tv-person { break-inside: avoid; }
}

/* Datum / tijd als keuzelijsten — vast raster, past altijd in de breedte */
.tv-date { display: grid; grid-template-columns: minmax(0, 4.8em) minmax(0, 1fr) minmax(0, 5.8em); gap: 8px; align-items: center; }
.tv-form .tv-date select { width: 100%; min-width: 0; padding-left: 10px; padding-right: 26px; background-position: right 8px center; background-size: 14px; font-size: 1.05rem; }
.tv-date.tv-time { grid-template-columns: minmax(0, 7em) auto minmax(0, 5em) auto; justify-content: start; }
.tv-time-sep { font-weight: 700; }
.tv-time-suffix { color: #6d6868; }
