body {
	margin: auto;
	font-family: roboto;
	max-width: 50em;
	width: 100%;
}

.blu-ray-result,
.title-info {
	display: flex;
	padding: 0.35rem;
	background-color: rgb(213, 213, 213);
	margin-bottom: 0.25rem;
}

.title-main {
	background-color: rgb(28, 116, 166);
	color: white;
	font-size: larger;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.title-extra {
	background-color: rgb(28, 116, 166);
	color: white;
}

.filters {
	margin-block-end: 1rem;
}

.filter {
	width: 100%
}

.result-cover {
	height: 12rem;
	margin-inline-end: 1em;
}

.result-title {
	margin-top: 0px;
	margin-bottom: 0px;
}

.result-director {
	margin-top: 0px;
}

.title-info-text {
	margin: 0;
	padding: 0;
	padding-right: 0.25rem;
}

.title-length {
	font-style: italic;
}