#license-tags {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
}

#license-tags>span {
	font-size: 14px;
	color: #888;
	white-space: nowrap;
}

#license-tags>a {
	display: inline-flex;
	align-items: center;
	gap: 5px;
    background: #FAECE7;
	color: #993C1D;
    padding: 3px 10px;
	border-radius: 20px;
    font-size: 14px;
	font-weight: 500;
    text-decoration: none;
	border: none;
}

#license-tags>a:hover {
	background: #F5C4B3;
}
