.film-keywords {
	border: 1px solid #1e293b;
	border-radius: 8px;
	padding: 12px 16px;
	margin: 15px 0;
	font-family: system-ui,-apple-system,sans-serif;
	line-height: 1.6;
}

.film-keywords strong {
	margin-right: 6px;
}

.film-keywords a,.film-keywords i {
	font-weight: 700;
	padding: 2px 4px;
	border-radius: 4px;
}

.film-keywords a:hover,.film-keywords i:hover {
	background-color: rgba(56,189,248,.1);
	text-decoration-color: #7dd3fc;
}

.film-keywords .keyword-item a {
	font-weight: 700;
	padding: 2px 4px;
	border-radius: 4px;
}

@media screen and (max-width:767px) {
	.film-keywords small {
		display: flex;
		flex-direction: column;
		gap: 8px;
	}

	.film-keywords strong {
		margin-bottom: 4px;
	}

	.film-keywords a,.film-keywords i {
		display: block;
		width: 100%;
	}
}

@media (max-width:768px) {
	.film-keywords small {
		display: flex;
		flex-direction: column;
		gap: 8px;
	}

	.film-keywords .keyword-item {
		display: block;
		width: 100%;
	}

	.film-keywords .separator {
		display: none!important;
	}
}

.related_search::before {
	display: none!important;
}