#it-referrer-productlist {
}

.itr-license-key-wrap {
	text-align: center;
	padding: 1em;
	background-color: rgba(255, 255, 255, 0.5);
	margin-bottom: 1em;
}

.itr-product-list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5em;
}

.itr-product-wrap {
	display: flex;
	padding: 0.5em;
	background-color: rgba(255, 255, 255, 0.5);
	max-width: 33%;
	flex: 1;
	min-width: 300px;
	gap: 1em;
}

.itr-product-wrap > div {
	flex: 1;
}

.itr-image-wrap {
}

.itr-image-wrap img {
	max-height: 150px;
}

.itr-info-wrap {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.itr-info-wrap > p {
	margin: 0;
}

.itr-download-wrap {
}

.itr-download-wrap > a {
}

.itr-info-title {
	font-weight: bold;
}

.itr-info-type {
	font-size: 0.65em;
}
