.glosar-quickref {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-bottom: 1rem;
	align-items: center;
}

.glosar-quickref a {
	display: inline-block;
	color: #FF005C;
	font-size: 1.5rem;
	min-width: 2.5rem;
	text-align: center;
}

.glosar-quickref .disabled {
	display: inline-block;
	font-size: 1.5rem;
	min-width: 2.5rem;
	text-align: center;
}

.glosar-letter {
	font-weight: 700;
	padding-bottom: 3rem;
	border-bottom: 1px solid #ccc;
	margin: 3rem 0 0 !important;
	color: #FF005C;
}

.glosar-item {
	border-bottom: 1px solid #ccc;
	padding: 1.5rem 0;
}

.glosar-official {
	margin-left: 0.5rem;
	color: #333;
}

.glosar-term a {
	background-color: #002381;
	color: #fff;
	padding: 0.5rem 0.75rem;
}

.glosar-term a:hover {
	background-color: #FF005C;
	color: #fff;
}


.street-names {
    list-style: none;
    padding: 0;
    margin: 1rem 0;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.street-names li {
    display: inline-block;
    background-color: #efefef;
    padding: 0.25rem 0.75rem;

}

.street-names li.highlighted {
    background: #002381;
    color: #fff;
    font-weight: 600;
}


.sub-denumire-strada {
    margin-bottom: 30px !important;
    
    border-left: 4px solid #ffcc00; background-color: #fff8e1; padding: 15px; margin: 10px 0;
    
}

.sub-denumire,
.sub-descriere {
    display: none;
}