article {
	text-align: center;
}

#SearchResultsColumn, #SearchColumn {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	flex-grow: 1;
	width: 300px;
}

#SearchColumn label {
	display: block;
	text-align: left;
}

.objectLinkDiv {
	color: var(--primary);
}

.objectLinkDiv a {
	text-decoration: inherit;
	color: inherit !important;
}

.objectLinkDiv a:visited {
	color: inherit !important;
}

.childCategory {
    margin-left: 25px !important;
    font-size: 0.9em;
    color: #666; /* Subtle color for children */
}

/* Ensure labels don't collapse */
/*#SearchColumn label {
    display: flex;
    align-items: center;
    margin-bottom: 4px;
}*/

.metadataGroup:not(:has(> *)) + hr {
    display: none;
}