.chrcl-chm .house-stage { width: 100%; aspect-ratio: 1; position: relative;  }
.chrcl-chm .house-stage img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover;}
.chrcl-chm .customize-house .option { text-decoration: none;}
.chrcl-chm .customize-house .option.active { display:  inline-block; padding: 5px 15px; background-color: #96A588;  color: #fff;  }
.chrcl-chm .options { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 1rem; }
.chrcl-chm .options .option { display: flex; align-items: center; border: 1px solid #ccc; border-radius: 20px; padding: 4px 14px 4px 8px; background: #f8f9fa; cursor: pointer; transition: border-color 0.2s, background 0.2s; font-size: 0.98rem; margin-bottom: 0; user-select: none; }
.chrcl-chm .options .option input[type="radio"] { accent-color: #96A588; margin-right: 6px; }
.chrcl-chm .options .option:hover,
.chrcl-chm .options .option input[type="radio"]:focus + span { border-color: #96A588; background: #dfe4db; }
.chrcl-chm .options .option input[type="radio"]:checked + span { font-weight: bold; color: #96A588; }
.chrcl-chm .ch-row { display: flex; flex-wrap: wrap; align-items: center; }
.chrcl-chm .ch-column { width: 50%;}

.chrcl-chm .options--colour .option-column { width: calc(50% - 4px); }
.chrcl-chm .ch-column--options .ch-column__inner { width: calc(100% - 60px); max-width: 560px; margin: 60px auto;}
.chrcl-chm .ch-column--options input { display: none; }


/* RAL color hexcodes for preview dots */
.chrcl-chm .options .option::before { content: ""; display: inline-block; width: 18px; height: 18px; border-radius: 50%; margin-right: 8px; border: 1.5px solid #bbb; vertical-align: middle; background: #fff; }
.chrcl-chm .options .option:has(input[value="ral5005"])::before { background: #154889; }
.chrcl-chm .options .option:has(input[value="ral6001"])::before { background: #28713a; }
.chrcl-chm .options .option:has(input[value="ral3020"])::before { background: #cc0605; }
.chrcl-chm .options .option:has(input[value="ral6021"])::before { background: #86a47c; }
.chrcl-chm .options .option:has(input[value="ral3015"])::before { background: #ea899a; }
.chrcl-chm .options .option:has(input[value="ral3004"])::before { background: #641c34; }
.chrcl-chm .options .option:has(input[value="ral1023"])::before { background: #f7ba0b; }
.chrcl-chm .options .option:has(input[value="ral5003"])::before { background: #2a3756; }
.chrcl-chm .options .option:has(input[value="ral7012"])::before { background: #575d5e; }
.chrcl-chm .options .option:has(input[value="ral7031"])::before { background: #5d6970; }
.chrcl-chm .options .option:has(input[value="ral7015"])::before { background: #434b4d; }
.chrcl-chm .options .option:has(input[value="ral7016"])::before { background: #383e42; }
.chrcl-chm .options .option:has(input[value="ral7021"])::before { background: #23282b; }
.chrcl-chm .options .option:has(input[value="ral7032"])::before { background: #b9b9a8; }
.chrcl-chm .options .option:has(input[value="ral9001"])::before { background: #fdf4e3; }
.chrcl-chm .options .option:has(input[value="ral9003"])::before { background: #f4f4f4; }
.chrcl-chm .options .option:has(input[value="ral9005"])::before { background: #0a0a0a; }
.chrcl-chm .options .option:has(input[value="ral6021"])::before { background: #b5cbbb; }

.chrcl-chm .options--sections .option::before { display: none; }
.chrcl-chm .options--sections a.option { color: #96a588; background: #fff; padding: 10px 30px; border-radius: 100px; font-weight: 600; }
.chrcl-chm .options--sections a.option.active { background-color: #dfe4db;}
.chrcl-chm .options--colour { gap: 10px 20px; }
.chrcl-chm .options--colour .option-column { width: calc(50% - 10px);}
.chrcl-chm .options--colour .option { border: 0; background-color: initial; width: 100%; max-width: max-content; padding-block: 8px; }
.chrcl-chm .options--colour .option:has(input:checked) { background-color: #dfe4db;}
.chrcl-chm h2,
.chrcl-chm h3 { color: #4B6075; }
.chrcl-chm h3 { font-size: 20px;}

.chrcl-chm .options + h3 { margin-top:  30px;}

@media (max-width: 1024px) {
	.chrcl-chm .ch-row { flex-wrap: wrap; flex-direction: column-reverse;  }
	.chrcl-chm .ch-column { width: 100%;}
}


@media (max-width: 767px) {
	.chrcl-chm h2 { font-size: 25px;}
	.chrcl-chm h3 { font-size: 18px;}
	.chrcl-chm .options--sections a.option { padding: 5px 15px;}
}