.tastro-b-video {
	margin: 1.5rem 0;
	padding: 1rem;
	border: 1px solid #dfe5ef;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 12px 32px rgba(21, 33, 61, 0.08);
}

.tastro-b-video__notice,
.tastro-b-video-notice {
	margin: 0.75rem 0;
	padding: 0.8rem 1rem;
	border-left: 4px solid #246bfd;
	border-radius: 8px;
	background: #eef4ff;
	color: #233354;
}

.tastro-b-video__notice--preview {
	border-left-color: #b36b00;
	background: #fff7e6;
}

.tastro-b-video__test-context {
	margin: 0 0 0.75rem;
	padding: 0.8rem 1rem;
	border: 1px solid #d97706;
	border-radius: 8px;
	background: #fffbeb;
	color: #78350f;
	font-weight: 700;
}

.tastro-b-video__notice--error {
	border-left-color: #b42318;
	background: #fff0ee;
	color: #7a271a;
}

.tastro-b-video-notice--success {
	border-left-color: #087f5b;
	background: #eafaf3;
}

.tastro-b-video__frame {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	overflow: hidden;
	border-radius: 12px;
	background: #101a34;
}

.tastro-b-video__frame iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.tastro-b-video__resume {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	margin: 1rem 0;
}

.tastro-b-video__button {
	padding: 0.65rem 1rem;
	border: 1px solid #246bfd;
	border-radius: 999px;
	background: #246bfd;
	color: #fff;
	cursor: pointer;
	font: inherit;
	font-weight: 700;
}

.tastro-b-video__button--secondary {
	background: #fff;
	color: #1749b8;
}

.tastro-b-video__stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.75rem;
	margin: 1rem 0;
}

.tastro-b-video__stats > div {
	padding: 0.8rem;
	border-radius: 10px;
	background: #f5f7fb;
}

.tastro-b-video__stats dt {
	color: #71809d;
	font-size: 0.8rem;
}

.tastro-b-video__stats dd {
	margin: 0.2rem 0 0;
	color: #15213d;
	font-size: 1.05rem;
	font-weight: 750;
}

.tastro-b-video__stats [data-status="saved"] {
	color: #087f5b;
}

.tastro-b-video__stats [data-status="error"] {
	color: #b42318;
}

.tastro-b-video__conditions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.tastro-b-video__condition {
	padding: 0.35rem 0.65rem;
	border-radius: 999px;
	font-size: 0.82rem;
}

.tastro-b-video__condition.is-complete {
	background: #eafaf3;
	color: #087f5b;
}

.tastro-b-video__condition.is-pending {
	background: #fff7e6;
	color: #8a5300;
}

@media (max-width: 680px) {
	.tastro-b-video__stats {
		grid-template-columns: 1fr;
	}
}
