#unfolded-cart {
	padding: 12px;
	border-radius: 12px;
}

.sr-only:not(:focus):not(:active) {
	position: absolute;
	height: 1px;
	white-space: nowrap;
	width: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
}

.show-only-in-pdf {
	display: none;
}

.pdf-show {
	display: block;
}

.print-about {
	margin-top: 5rem;
}

.pdf-hide {
	display: none !important;
}

.h2-maitri-result {
	font-size: 40px;
	margin: 0 0 0.5rem 0;
}

.h3-maitri-result {
	margin: 0 0 0.5rem 0;
	padding: 0;
	font-size: 22px;
}

.mf-fwe {
	margin-bottom: 1rem;
}

.mf-fwe-first {
	margin-top: 1.2rem;
}

.mf-fwe h3 {
	margin: 0 0 0.2rem 0;
	padding-bottom: 0;
	font-size: 22px;
}

.mf-fwe p {
	margin: 0 0 0.2rem 0;
}

@media screen and (max-width: 600px) {
    #maitri-quiz-print-pdf {
        width: 100%;
    }

    .pdf-show {
        width: 210mm; /* Force A4 width for mobile */
    }
}
