/* Visor de PDF by Agencia Exclamación — estructura base.
 * Los valores visuales (colores, tipografía, bordes, sombras, tamaños)
 * se aplican vía selectores de Elementor desde el panel de estilos. */

.epv-wrapper {
	position: relative;
	max-width: 100%;
}

.epv-frame-wrap {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: #f5f5f5;
}

.epv-iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

.epv-placeholder {
	padding: 48px 24px;
	text-align: center;
	border: 2px dashed #cbd5e1;
	color: #64748b;
	font-size: 14px;
	border-radius: 4px;
}

.epv-download-bar {
	position: absolute;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	z-index: 10;
	pointer-events: none;
}

.epv-download-bar--top {
	top: 0;
}

.epv-download-bar--bottom {
	bottom: 0;
}

.epv-download-btn {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
	line-height: 1;
	pointer-events: auto;
	transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}

.epv-download-btn i,
.epv-download-btn svg {
	display: inline-block;
	flex-shrink: 0;
}

@media (max-width: 767px) {
	.epv-download-btn {
		font-size: 14px;
	}
}
