.videmi-learning-panel,
.videmi-learning-product-cta {
	box-sizing: border-box;
	max-width: 100%;
}

.videmi-learning-panel {
	display: grid;
	gap: 0.875rem;
	padding: clamp(1rem, 3vw, 1.75rem);
	border: 1px solid #e2e8f0;
	border-radius: 0.75rem;
	background: #fff;
	overflow-wrap: anywhere;
}

.videmi-learning-panel__title,
.videmi-learning-panel__message {
	margin: 0;
}

.videmi-learning-panel__title {
	font-size: clamp(1.25rem, 3vw, 1.75rem);
	line-height: 1.3;
}

.videmi-learning-panel__message {
	line-height: 1.6;
}

.videmi-learning-panel__button,
.videmi-learning-product-cta__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	min-height: 44px;
	max-width: 100%;
	margin: 0;
	padding: 0.75rem 1.25rem;
	text-align: center;
	white-space: normal;
	touch-action: manipulation;
}

.videmi-learning-panel__button {
	justify-self: start;
}

.videmi-learning-product-cta {
	display: flex;
	margin: 1rem 0;
}

.videmi-learning-product-cta__button {
	flex: 1 1 auto;
}

.videmi-learning-panel__button:focus-visible,
.videmi-learning-product-cta__button:focus-visible {
	outline: 3px solid currentColor;
	outline-offset: 3px;
}

@media (max-width: 480px) {
	.videmi-learning-panel__button,
	.videmi-learning-product-cta__button {
		width: 100%;
	}

	.videmi-learning-panel__button {
		justify-self: stretch;
	}
}
