/* White Houses Tours — targeted WCAG 2.2 AA improvements. */

/* Home hero secondary copy: raise contrast on the dark photographic hero. */
body.wht-home-code-page .wht-home-code__hero-copy,
body.wht-home-code-page .wht-home-code__hero-value-cue {
	color: #f7f4ec !important;
}

/* Gold and secondary text on the light Tapas and Caminito surfaces. */
body.wht-tapas-page-template .wht-page .wht-section .wht-eyebrow,
body.wht-caminito-page-template .wht-page .wht-section .wht-eyebrow,
body.wht-tapas-page-template .wht-option-card > span,
body.wht-caminito-page-template .wht-option-card > span,
body.wht-tapas-page-template .wht-tour-card__type,
body.wht-caminito-page-template .wht-tour-card__type {
	color: #765619 !important;
}

body.wht-tapas-page-template .wht-facts small,
body.wht-caminito-page-template .wht-facts small,
body.wht-tapas-page-template .wht-answer-box,
body.wht-caminito-page-template .wht-answer-box,
body.wht-tapas-page-template .wht-answer-box p,
body.wht-caminito-page-template .wht-answer-box p,
body.wht-tapas-page-template .wht-option-card p,
body.wht-caminito-page-template .wht-option-card p,
body.wht-tapas-page-template .wht-source-note,
body.wht-caminito-page-template .wht-source-note,
body.wht-tapas-page-template .wht-privacy,
body.wht-caminito-page-template .wht-privacy,
body.wht-tapas-page-template .wht-recaptcha-note,
body.wht-caminito-page-template .wht-recaptcha-note {
	color: #586059 !important;
}

/* Contact eyebrows on cream. */
body.wht-contact-page-template .wht-contact-page__eyebrow {
	color: #765619 !important;
}

/* Business CTA: white text on green clears the normal-text contrast target. */
body.wht-business-tours-standalone-document .wht-business-tours-promise .wht-business-tours-button {
	color: #ffffff !important;
}

/* Private Tours labels that sit on navy panels. */
body.wht-private-tours-standalone-document .wht-private-tours-combo-card__eyebrow,
body.wht-private-tours-standalone-document .wht-private-tours-process li > span {
	color: #a6d7c5 !important;
}

/* Primary touch targets: practical 44 px minimum without changing copy. */
body.wht-home-code-page .wht-home-code__review-arrow {
	min-height: 44px;
	position: relative;
}

body.wht-home-code-page .wht-home-code__review-arrow::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 44px;
	transform: translateX(-50%);
}

body.wht-private-tours-standalone-document .wht-private-tours-review-controls > button,
body.wht-private-tours-standalone-document .wht-private-tours-review-dots > button {
	min-width: 44px;
	min-height: 44px;
}

body.wht-contact-page-template .wht-contact-page__form label:has(input[type="checkbox"]),
.wht-wcsa-shell .wht-wcsa__consent,
body.wht-tapas-page-template .wht-form .wht-privacy,
body.wht-caminito-page-template .wht-form .wht-privacy {
	min-height: 44px;
	display: flex;
	align-items: center;
}
