h1 {
	font-size: 32px;
	margin: 0 0 20px;
}

#description {
	font-size: 20px;
	margin-bottom: 30px;
}

#tags {
	display: flex;
	list-style: none;
	gap:15px;
	padding:0;
	flex-wrap: wrap;
}

#tags li {
	background: #D10031;
	border-radius: var(--border-radius-pills-small);
}

#tags li a {
	display: block;
	padding:5px 10px;
	color: #FFF;
	text-decoration: none;
}

#video-player {
	width: 100%;
	aspect-ratio: 16/9;
}

#video-player iframe {
	border-radius: var(--border-radius);
}

.article-infos {
	font-weight: bold;
	font-size: 20px;
	display: flex;
	justify-content: space-between;
}

.article-infos p {
margin: 5px 0;
}
