#certificate, .certificate {
    height: auto !important;
    aspect-ratio: 2345 / 1845;
}

.quiz button {
    text-wrap: auto;
}

.tapcart-webbridge iframe {
 display: block !important;
 opacity: 1 !important;
 visibility: visible !important;
 position: relative !important;
 z-index: 10 !important; 
}
.tapcart-webbridge *[class*="loading"],
.tapcart-webbridge *[class*="overlay"] {
 opacity: 0 !important;
 visibility: hidden !important;
 pointer-events: none !important;
}
.tapcart-webbridge iframe {
 display: block !important;
 width: 100% !important;
 height: auto !important;
 min-height: 200px !important; /* adjust if needed */
 aspect-ratio: 16 / 9; /* keeps nice proportions for video */
 border: none !important; } 
.tapcart-webbridge {
 display: flex !important;
 justify-content: center;
 align-items: center;
 width: 100% !important;
 height: auto !important;
 padding: 0 !important;
 margin: 0 !important; 
} 
.tapcart-webbridge > * {
 max-width: 100% !important; 
}