@charset "utf-8";

/* Detail page readability tweaks for long product descriptions. */

#novelty .novelty-use-panel {
	background-color: #FFFFFF;
	border: 1px solid #DADADA;
	border-radius: 8px;
	box-sizing: border-box;
	margin: 36px 0 58px;
	padding: 24px 30px;
}
#novelty .novelty-use-grid {
	display: grid;
	gap: 24px 34px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
#novelty .novelty-use-block h3 {
	border-bottom: 1px solid #DADADA;
	color: #333333;
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1.5;
	margin: 0 0 10px;
	padding: 0 0 8px;
}
#novelty .novelty-use-block h3::before {
	content: '';
}
#novelty .novelty-use-block p {
	font-size: 1.3rem;
	line-height: 1.7;
	margin: 0 0 10px;
}
#novelty .novelty-use-block ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#novelty .novelty-use-block li {
	font-size: 1.3rem;
	line-height: 1.7;
	margin: 0.35em 0 0;
	padding: 0 0 0 1.1em;
	position: relative;
}
#novelty .novelty-use-block li::before {
	background-color: #819841;
	border-radius: 50%;
	content: '';
	height: 6px;
	left: 0;
	position: absolute;
	top: 0.72em;
	width: 6px;
}

@media only screen and (max-width: 767px) {
	#novelty .novelty-use-panel {
		margin: 28px 0 36px;
		padding: 20px 16px;
	}
	#novelty .novelty-use-grid {
		display: block;
	}
	#novelty .novelty-use-block + .novelty-use-block {
		margin-top: 22px;
	}
	#novelty .novelty-use-block h3,
	#novelty .novelty-use-block p,
	#novelty .novelty-use-block li {
		font-size: 1.2rem;
	}
}
