.hcp-video-box__container {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	/* Adjust space between items */
	justify-content: center;
	/* Center items in the row */
}

.hcp-video-box__container__item {
	flex: 1 1 calc(33.33% - 20px);
	/* Ensures 3 items per row */
	max-width: calc(33.33% - 20px);
	/* Prevents items from stretching too much */
}

.hcp-video-box__container__item a {
	font-size: 14px;
	text-align: center;
	margin-top: 15px;
}

.hcp-video-box__copyright {
	font-size: 10px;
	color: #cccccc;
	line-break: anywhere;
	word-break: normal;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-family: Interstate, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Garuda, Verdana, Tahoma, sans-serif;
	font-weight: 100;
}

.hcp-video-box__copyright a {
	color: #cccccc;
	text-decoration: none;
}