.bcl-video-information{margin:1.5rem 0;padding:1.25rem;border:1px solid currentColor;border-radius:.5rem}.bcl-video-information ul{padding-left:1.25rem}.bcl-youtube-link{display:inline-block;padding:.65rem 1rem;border-radius:.35rem;text-decoration:none}.bcl-video-notice{margin-top:1rem;font-size:.9em;opacity:.8}


.bcl-has-frontend-delete {
	position: relative !important;
}

.bcl-frontend-delete-card {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 30;
	margin: 0 !important;
}

.bcl-frontend-delete-single {
	display: flex;
	justify-content: flex-end;
	margin: 0 0 16px;
	padding: 10px 12px;
	border: 1px solid #dcdcde;
	border-radius: 4px;
	background: #fff7f7;
}

.bcl-frontend-delete-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	padding: 6px 13px;
	border: 1px solid #b32d2e;
	border-radius: 4px;
	background: #d63638;
	color: #fff !important;
	font: inherit;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
	cursor: pointer;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .18);
}

.bcl-frontend-delete-button:hover,
.bcl-frontend-delete-button:focus {
	border-color: #8a2424;
	background: #b32d2e;
	color: #fff !important;
}

.bcl-frontend-delete-notice {
	position: fixed;
	top: 45px;
	left: 50%;
	z-index: 999999;
	transform: translateX(-50%);
	padding: 12px 20px;
	border-radius: 4px;
	background: #1d7f35;
	color: #fff;
	font-weight: 700;
	box-shadow: 0 4px 16px rgba(0, 0, 0, .25);
}

@media (max-width: 782px) {
	.bcl-frontend-delete-card {
		top: 6px;
		right: 6px;
	}

	.bcl-frontend-delete-button {
		min-height: 30px;
		padding: 5px 10px;
		font-size: 12px;
	}
}
