.cpe-wrap {
	margin: 20px auto;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.cpe-titulo {
	font-size: 15px;
	font-weight: 700;
	color: #1E2774;
	margin-bottom: 8px;
}

.cpe-aviso {
	font-size: 13px;
	background: #fff3cd;
	border: 1px solid #ffe69c;
	color: #664d03;
	padding: 8px 12px;
	border-radius: 6px;
	margin: 0 0 10px;
}

.cpe-visor {
	width: 100%;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	overflow: hidden;
	background: #f7f7f7;
}

.cpe-visor iframe {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

.cpe-acciones {
	margin-top: 10px;
	text-align: right;
}

.cpe-btn {
	display: inline-block;
	padding: 8px 16px;
	background: #E0A526;
	color: #1E2774;
	font-weight: 700;
	font-size: 13px;
	text-decoration: none;
	border-radius: 6px;
	transition: background .2s;
}

.cpe-btn:hover {
	background: #c8901c;
	color: #1E2774;
}

@media (max-width: 600px) {
	.cpe-acciones { text-align: center; }
}
