/* CSS for the default Information practice box */
div.practice-box {
	margin-top: var(--wp--preset--spacing--30);
	margin-bottom: var(--wp--preset--spacing--30);
}


/* CSS for the practice box Title */
div.practice-box h4 {
	font-size: var(--wp--preset--font-size--tiny);
	margin: 0;
	line-height: 1.5em;
	font-weight: normal;
	color: #9214b5;
	border: 1.5px solid #9214b5;
	border-bottom: 1.5px solid #eee !important;
	background: white;
	border-radius: 5px 5px 0px 0px;
	padding: 10px 30px;
	width: fit-content;
	position: relative;
	top: 2px;
	background: #fafafa;
}

/* CSS for the practice box SubTitle */
div.practice-box h3 {
	font-size: var(--wp--preset--font-size--tiny);
	line-height: 1.5em;
	color: #9214b5;
	border: 1.5px solid #9214b5;
	border-radius: 5px 0 5px 5px;
	padding: 10px 30px;
	margin: 0px;
}

/* CSS for practice topics */

.practice-topics {
	text-align: right;
}

/* CSS for the practice box Description */
div.practice-box p {
	font-size: 80%;
	margin-right: var(--wp--preset--spacing--40);
	margin-left: var(--wp--preset--spacing--40);
	margin-top: 0px;
	margin-bottom: 0px;
	background: white;
	border-right: 4px solid var(--wp--preset--color--contrast);
	padding: calc(var(--wp--preset--spacing--30)/2);
	padding-right: var(--wp--preset--spacing--30);
	padding-left: var(--wp--preset--spacing--30);
	border-right: 1.5px solid #9214b5;
}