.psat-media-stack {
	display: flex;
	flex-direction: column;
	gap: 14px;
	width: 100%;
}

.psat-media-box-wrap {
	width: 100%;
	margin: 0;
}

.psat-video-apresentacao {
	margin-top: 14px;
}

.psat-media-stack .psat-video-apresentacao {
	margin-top: 0;
}

.psat-media-box {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 54px;
	padding: 14px 20px;
	border: 1px solid #f5d5b5;
	border-radius: 12px;
	background-color: rgba(0, 0, 0, 0.45);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	color: #ffffff;
	font-family: inherit;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.3;
	letter-spacing: normal;
	text-transform: none;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	transition: background-color 0.2s ease, border-color 0.2s ease;
	box-sizing: border-box;
}

button.psat-media-box {
	appearance: none;
	-webkit-appearance: none;
}

.psat-media-box:hover,
.psat-media-box:focus-visible {
	background-color: rgba(0, 0, 0, 0.6);
	border-color: #ffe0b7;
	color: #ffffff;
	outline: none;
}

.psat-document-viewer {
	margin: 16px 0;
}

.psat-document-viewer iframe {
	display: block;
	width: 100%;
	max-width: 100%;
	min-height: 300px;
	background: #ffffff;
}

.psat-document-link {
	display: inline-block;
	text-decoration: underline;
}
