.wdm_wrapper #wdm_message {
	margin: 1.5em 0;
}
#wdm_first_view #wdm_diagnos {
	text-align: center;
	max-width: 600px;
	margin: 0 auto;
}
#wdm_first_view .wdm_section {
	margin-bottom: 1em;
}
#wdm_first_view .wdm_heading,
#wdm_first_view #wdm_no_input_alert {
	font-weight: bold;
	margin-bottom: .5em;
}
#wdm_first_view .wdm_heading span {
	background: linear-gradient(transparent 50%, #f8ffbd 70%);
	display: inline-block;
	padding: 0 0.5em;
}
#wdm_first_view .wdm_input_wrap {
	display: flex;
	flex-direction: column;
	row-gap: .5em;
}
#wdm_first_view input[type="text"] {
	background: #ffffff 0% 0% no-repeat padding-box;
	box-shadow: inset 0px 3px 6px #00000029;
	border: 1px solid #cfcfcf;
	border-radius: 5px;
	width: 100%;
}
#wdm_first_view input[type="radio"] {
	display: none;
}
#wdm_first_view input[type="radio"] + label {
	display: block;
	width: 100%;
	padding: .5em 0;
	font-size: .8em;
	background: #e6e6e6;
	transition: .3s;
	cursor: pointer;
}
#wdm_first_view input[type="radio"] + label:hover {
	background: #fbffda;
}
#wdm_first_view input[type="radio"]:checked + label {
	background: #f2ff7e;
}
#wdm_first_view #wdm_no_input_alert {
	color: #ff0000;
}
#wdm_first_view #submit_btn {
	margin-top: 1em;
	cursor: pointer;
}

#wdm_result_view {
	border: 5px solid #333;
	border-radius: 10px;
	text-align: center;
	margin: .5em 0;
}
#wdm_result_view #wdm_result_head {
	background: #333;
	font-weight: bold;
	color: #fff;
	padding: .5em 0;
}
#wdm_result_view #wdm_result_wrap {
	background-color: rgba(0,0,0,.6);
	padding: 1.5em;
	box-sizing: border-box;
}
#wdm_result_view #wdm_result_msg {
	color: #fff;
	margin-bottom: 1em;
}
#wdm_result_view #wdm_result_image img {
	max-width: 100%;
	height: auto;
	box-sizing: border-box;
}
#wdm_result #wdm_btn_area {
	margin: 2em 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	column-gap: 1.5em;
	row-gap: 1em;
}
#wdm_result #to_diagnos_msg {
	font-weight: bold;
	text-align: center;
	width: 100%;
}
#wdm_result #to_diagnos_msg span {
	border-bottom: 3px solid #333;
	display: inline-block;
	padding: 0 .5em;
}
