
.entry { font-family: 'serif'; padding: 10px; color: #000; }
.headline { font-size: 1.25em; font-weight: bold; color: #b71c1c; margin-bottom: 8px; border-bottom: 2px solid #eee; }
.pos { font-size: 0.9em; color: #666; font-weight: normal; margin-left: 5px; }
.definitions { margin-left: 10px; }
.def_line { margin-bottom: 6px; line-height: 1.5; font-weight: bold; }
sense_group { display: block; margin-top: 10px; padding-left: 5px; }
sense { display: block; margin-top: 6px; padding-left: 5px; }
subsense { display: block; margin-left: 20px; margin-top: 3px; color: #333; }
.level1_row, .level2_row { margin-bottom: 4px; font-weight: bold; }
.index { color: #1e88e5; margin-right: 5px; font-weight: bold; }
a { color: #1e88e5; text-decoration: none; }
a:hover { text-decoration: underline; }
img { max-width: 100%; height: auto; display: block; margin-top: 8px; }

/* Examples styling */
.examples { margin-top: 4px; color: #555; font-size: 0.95em; }
.ex_label { color: #2e7d32; font-weight: bold; margin-right: 4px; }

.sub_entries_section {
	margin-left: 1rem;
	margin-top: 0.5em;
}

.sub_entries_section li + li {
	margin-top: 1rem;
}

.sub_entries_section ul {
	margin-block-start: 0em;
	margin-block-end: 0em;
	margin-top: 0.5em;
}

.sub_entries_label {
	display: inline-block;
	color: white;
	font-size: 0.8em;
	border-radius: 0.3em;
	background-color: #AE3443;
	padding: 0.1em 0.3em;
}
