@charset "utf-8";

h3 {
    padding: 0.25rem !important;
	font-size: 1.15rem;
    font-weight: bold ;
    background: rgba(125 155 210 / 0.25);
}

h4 {
	padding-bottom: 0.25rem;
	border-bottom: 1px dotted rgba(200 200 200/ 1.00) !important;
	font-size: 1.10rem !important;
	font-weight: bold !important;
}
h4::before {
	content: "●";
	margin-right: 0.50rem;
	font-size: 0.90rem;
}