/* Custom PPT Generator Styles - ENEA Bootstrap Italia Theme Integration */

.custom-ppt-container {
	font-family: 'Titillium Web', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* Template Cards */
.ppt-template-card-label {
	cursor: pointer;
}

.ppt-template-card {
	background-color: #ffffff;
	border: 2px solid #e0e0e0 !important;
	transition: all 0.25s ease-in-out;
}

.ppt-template-card-label input[type="radio"]:checked + .ppt-template-card {
	border-color: #0066cc !important;
	background-color: #f0f7ff;
	box-shadow: 0 0.5rem 1rem rgba(0, 102, 204, 0.15);
	transform: translateY(-2px);
}

.ppt-template-card-label input[type="radio"]:checked + .ppt-template-card::after {
	content: "✓";
	position: absolute;
	top: 8px;
	right: 12px;
	background: #0066cc;
	color: #ffffff;
	border-radius: 50%;
	width: 22px;
	height: 22px;
	font-size: 13px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
}

.ppt-template-card:hover {
	border-color: #0066cc !important;
}

/* Aspect Ratio Mock Box */
.aspect-ratio-preview {
	background-color: #e9ecef;
	border: 1px dashed #adb5bd;
	border-radius: 4px;
}

.aspect-ratio-preview.ratio-4-3 {
	width: 64px;
	height: 48px;
}

.aspect-ratio-preview.ratio-16-9 {
	width: 80px;
	height: 45px;
}

/* Slide Live Preview Boxes */
.slide-preview-box {
	background: #ffffff;
	border: 1px solid #ced4da;
	border-left: 4px solid #0066cc;
	border-radius: 6px;
	padding: 1rem;
	margin-bottom: 1rem;
	box-shadow: 0 2px 4px rgba(0,0,0,0.04);
}

.slide-preview-number {
	font-size: 0.75rem;
	font-weight: 700;
	color: #0066cc;
	text-transform: uppercase;
	margin-bottom: 0.5rem;
}
