/**
 * Restore the Thai pattern page background.
 * Lost when switching from parent Divi → child (WP theme_mods are per-stylesheet).
 */
body,
body.et_cover_background {
	background-color: #3a2418 !important;
	background-image: url("https://chantrathai-thaimassage.de/wp-content/uploads/2025/02/Unbenannt-2-scaled.jpg") !important;
	background-position: left top !important;
	background-size: auto !important;
	background-repeat: repeat !important;
	background-attachment: fixed !important;
}

/* Keep main content column readable; pattern shows in the side gutters */
#main-content {
	background-color: transparent !important;
}
