/* The Trace - retourvel op de Refund and Returns Policy. Zie inc/tt-retourvel.php.
 *
 * DE PAGINA IS DONKER. Dat klinkt logisch maar ging de eerste keer mis: dit blok
 * stond in lichte kleuren en de tekst viel volledig weg. Gemeten in de bron:
 * --wd-text-color is rgba(255,255,255,.8), --wd-title-color is #FFF, en het goud
 * #C4A84A komt 15 keer in de pagina voor. Houd die drie aan en niets anders.
 */

.tt-rv {
	background: #141414;
	border: 1px solid #2a2a2a;
	border-left: 3px solid #C4A84A;
	padding: 30px 30px 26px;
	margin: 34px 0;
	color: rgba(255, 255, 255, .8);
}

.tt-rv__kop,
.tt-rv__koopkop {
	color: #fff;
	line-height: 1.25;
}

.tt-rv__kop {
	margin: 0 0 10px;
	font-size: 23px;
}

.tt-rv__koopkop {
	margin: 0 0 8px;
	font-size: 19px;
}

.tt-rv__intro,
.tt-rv__koopintro {
	margin: 0 0 18px;
	font-size: 15px;
	line-height: 1.65;
	max-width: 62ch;
	color: rgba(255, 255, 255, .8);
}

.tt-rv__koopintro strong {
	color: #C4A84A;
}

.tt-rv__tip {
	margin: 0 0 18px;
	font-size: 14px;
	background: #0d0d0d;
	border: 1px solid #2a2a2a;
	padding: 12px 14px;
	color: rgba(255, 255, 255, .75);
}

.tt-rv__tip a {
	color: #C4A84A;
	text-decoration: underline;
}

.tt-rv__lab {
	display: block;
	font-size: 10.5px;
	letter-spacing: 1.6px;
	text-transform: uppercase;
	color: #8a8a8a;
	margin: 16px 0 6px;
}

.tt-rv__veld {
	display: block;
	width: 100%;
	max-width: 460px;
	padding: 12px 13px;
	border: 1px solid #333;
	background: #0d0d0d;
	color: #fff;
	font-size: 15px;
	font-family: inherit;
	line-height: 1.4;
	border-radius: 0;
}

.tt-rv__veld::placeholder {
	color: #5a5a5a;
}

.tt-rv__veld:focus {
	outline: 0;
	border-color: #C4A84A;
	box-shadow: 0 0 0 2px rgba(196, 168, 74, .25);
}

.tt-rv__area {
	resize: vertical;
	min-height: 74px;
}

.tt-rv__regels {
	margin: 14px 0 0;
	max-width: 460px;
}

.tt-rv__regel {
	display: flex;
	align-items: flex-start;
	gap: 11px;
	padding: 11px 13px;
	border: 1px solid #2a2a2a;
	background: #0d0d0d;
	margin: 0 0 7px;
	font-size: 14.5px;
	line-height: 1.45;
	cursor: pointer;
	color: rgba(255, 255, 255, .85);
}

.tt-rv__regel input {
	margin: 3px 0 0;
	flex: 0 0 auto;
	width: 17px;
	height: 17px;
	accent-color: #C4A84A;
}

.tt-rv__regel span {
	flex: 1 1 auto;
}

.tt-rv__regel b {
	display: block;
	font-weight: 400;
	color: #8a8a8a;
	font-size: 13px;
}

.tt-rv__knoppen {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	margin: 22px 0 0;
}

.tt-rv__knop {
	background: #C4A84A;
	color: #0d0d0d;
	border: 1px solid #C4A84A;
	padding: 14px 28px;
	font-size: 13.5px;
	font-weight: 700;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	cursor: pointer;
	font-family: inherit;
	border-radius: 0;
	transition: background .15s ease, color .15s ease;
}

.tt-rv__knop:hover {
	background: #d8bd60;
	border-color: #d8bd60;
	color: #0d0d0d;
}

.tt-rv__knop--leeg {
	background: transparent;
	color: #C4A84A;
}

.tt-rv__knop--leeg:hover {
	background: #C4A84A;
	color: #0d0d0d;
}

.tt-rv__knop[disabled] {
	opacity: .5;
	cursor: default;
}

.tt-rv__melding {
	margin: 14px 0 0;
	font-size: 14px;
	min-height: 1.4em;
	color: #C4A84A;
}

.tt-rv__melding--fout {
	color: #e08585;
}

.tt-rv__klein {
	margin: 16px 0 0;
	font-size: 12.5px;
	color: #7d7d7d;
	line-height: 1.6;
	max-width: 62ch;
}

.tt-rv__klein strong {
	color: #9a9a9a;
}

/* Het blok waar de klant een echt retourlabel koopt. */

.tt-rv__koop {
	margin: 28px 0 0;
	padding: 24px 0 0;
	border-top: 1px solid #2a2a2a;
}

.tt-rv__koop .tt-rv__knop {
	margin: 4px 0 0;
}

/* Onzichtbaar veld tegen bots. Nooit met display:none, want sommige bots slaan
   verborgen velden juist over en dan vangt de val niets. */
.tt-rv__pot {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

@media (max-width: 600px) {
	.tt-rv {
		padding: 22px 18px 20px;
	}
	.tt-rv__knop {
		width: 100%;
		text-align: center;
	}
}

/* Het uitklapblok met alles voor wie zelf porto koopt. Dicht by default, zodat de
   twee routes er even eenvoudig uitzien en niemand door een muur tekst hoeft. */

.tt-rv__zelf {
	margin: 24px 0 0;
	padding: 18px 0 0;
	border-top: 1px solid #2a2a2a;
}

.tt-rv__zelfkop {
	cursor: pointer;
	list-style: none;
	color: #C4A84A;
	font-size: 14.5px;
	font-weight: 700;
	letter-spacing: .3px;
	padding: 2px 0 2px 22px;
	position: relative;
	outline: 0;
}

.tt-rv__zelfkop::-webkit-details-marker {
	display: none;
}

.tt-rv__zelfkop::before {
	content: "+";
	position: absolute;
	left: 0;
	top: 0;
	font-size: 17px;
	line-height: 1.25;
	color: #C4A84A;
}

.tt-rv__zelf[open] .tt-rv__zelfkop::before {
	content: "\2013";
}

.tt-rv__zelfkop:hover {
	color: #d8bd60;
}

.tt-rv__zelfinhoud {
	padding: 16px 0 0 22px;
	max-width: 62ch;
}

.tt-rv__zelfinhoud p,
.tt-rv__zelfinhoud li {
	font-size: 14px;
	line-height: 1.65;
	color: rgba(255, 255, 255, .75);
}

.tt-rv__zelfinhoud p {
	margin: 0 0 14px;
}

.tt-rv__zelfinhoud h4 {
	margin: 20px 0 7px;
	font-size: 11px;
	letter-spacing: 1.6px;
	text-transform: uppercase;
	color: #8a8a8a;
	font-weight: 700;
}

.tt-rv__zelfinhoud ul {
	margin: 0 0 14px;
	padding-left: 18px;
}

.tt-rv__zelfinhoud li {
	margin: 0 0 6px;
}

.tt-rv__adres {
	background: #0d0d0d;
	border: 1px solid #2a2a2a;
	padding: 12px 14px;
	display: inline-block;
	color: #fff !important;
	font-size: 14.5px !important;
	line-height: 1.55 !important;
}

/* Het modelformulier voor herroeping, dichtgeklapt onderaan de retourpagina.
   Wettelijk moet het worden AANGEBODEN, niet uitgeklapt getoond. */

.tt-mw {
	margin: 6px 0 0;
	border: 1px solid #2a2a2a;
	background: #141414;
	padding: 14px 18px;
	max-width: 70ch;
}

.tt-mw__kop {
	cursor: pointer;
	list-style: none;
	color: #C4A84A;
	font-size: 14px;
	font-weight: 700;
	padding-left: 22px;
	position: relative;
	outline: 0;
}

.tt-mw__kop::-webkit-details-marker {
	display: none;
}

.tt-mw__kop::before {
	content: "+";
	position: absolute;
	left: 0;
	top: -1px;
	font-size: 17px;
	color: #C4A84A;
}

.tt-mw[open] .tt-mw__kop::before {
	content: "\2013";
}

.tt-mw__inhoud {
	padding: 16px 0 0 22px;
}

.tt-mw__inhoud p {
	font-size: 14px;
	line-height: 1.7;
	color: rgba(255, 255, 255, .75);
	margin: 0 0 14px;
}

.tt-mw__link {
	color: #C4A84A;
	text-decoration: underline;
	cursor: pointer;
}

/* De opmaak van de retourpagina zelf, letterlijk overgenomen uit de preview waar
   Martijn op 03-09-2026 akkoord op gaf. Bewust gescoped op page-id-12, zodat geen
   enkele andere pagina hier iets van merkt. */

.page-id-12 .entry-content h2 {
	font-size: 21px;
	color: #fff;
	margin: 34px 0 12px;
	line-height: 1.3;
}

.page-id-12 .entry-content h3 {
	font-size: 17px;
	color: #fff;
	margin: 24px 0 10px;
	line-height: 1.35;
}

.page-id-12 .entry-content p {
	margin: 0 0 15px;
	line-height: 1.7;
	max-width: 70ch;
	color: rgba(255, 255, 255, .8);
	font-size: 15px;
}

.page-id-12 .entry-content p strong {
	color: #fff;
}

.page-id-12 .entry-content a {
	color: #C4A84A;
}

.page-id-12 .entry-content .wp-block-button__link {
	display: inline-block;
	background: #C4A84A;
	color: #0d0d0d;
	padding: 13px 26px;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 1px;
	border-radius: 0;
	margin: 6px 0 18px;
	border: 1px solid #C4A84A;
	transition: background .15s ease;
}

.page-id-12 .entry-content .wp-block-button__link:hover {
	background: #d8bd60;
	border-color: #d8bd60;
	color: #0d0d0d;
}
