body.ss-wcag-hide-images .pzg-a11y-media--hideable,
body.ss-wcag-hide-images .pzg-oe-hero__visual,
body.ss-wcag-hide-images .pzg-oe-for-who__image-wrap,
body.ss-wcag-hide-images .pzg-oe-feature__icon-wrap,
body.ss-wcag-hide-images .pzg-oe-steps__content img,
body.ss-wcag-hide-images .pzg-oe-hero__description img,
body.ss-wcag-hide-images .pzg-placeholder-block img {
display: none !important;
} body.ss-wcag-hide-images .pzg-oe-hero__card,
body.ss-wcag-hide-images .pzg-oe-hero--preset-psd .pzg-oe-hero__card {
display: block !important;
grid-template-columns: 1fr !important;
aspect-ratio: auto !important;
min-height: 0 !important;
overflow: visible !important;
padding: clamp(1.5rem, 4vw, 3rem) !important;
}
body.ss-wcag-hide-images .pzg-oe-hero__content,
body.ss-wcag-hide-images .pzg-oe-hero--preset-psd .pzg-oe-hero__content {
position: static !important;
width: min(100%, 52rem) !important;
max-width: 100% !important;
margin-inline: auto !important;
padding: 0 !important;
} body.ss-wcag-hide-images .pzg-oe-for-who__card {
display: flex;
align-items: center;
justify-content: center;
min-height: 5.5rem;
padding: 1rem;
border: 2px solid currentColor;
border-radius: .75rem;
}
body.ss-wcag-hide-images .pzg-oe-for-who__label {
margin: 0 !important;
} body.ss-wcag-hide-images .pzg-oe-features__panel {
height: auto !important;
min-height: 0 !important;
}
body.ss-wcag-hide-images .pzg-oe-features__grid {
min-height: 0 !important;
}
body.ss-wcag-hide-images .pzg-oe-feature,
body.ss-wcag-hide-images .pzg-oe-feature__inner {
min-height: 9rem !important;
}
body.ss-wcag-hide-images .pzg-oe-feature__front {
min-height: 9rem !important;
} body.ss-wcag-animations-disabled .pzg-oe-feature__inner,
body.ss-wcag-animations-disabled .pzg-oe-steps__track,
body.ss-wcag-animations-disabled .pzg-oe-steps__viewport,
body.ss-wcag-animations-disabled .pzg-oe-nav *,
body.ss-wcag-animations-disabled .pzg-oe-hero *,
body.ss-wcag-animations-disabled .pzg-oe-for-who * {
transition: none !important;
animation: none !important;
scroll-behavior: auto !important;
} html[style*="font-size"] .pzg-oe-features__panel {
min-height: 0;
}
html[style*="font-size"] .pzg-oe-feature__description {
overflow-y: auto;
}
html[style*="font-size"] .pzg-oe-steps__slide {
height: auto;
}
html[style*="font-size"] .pzg-oe-nav__link {
white-space: normal;
text-align: center;
}
@media (max-width: 640px) {
body.ss-wcag-hide-images .pzg-oe-for-who__grid {
grid-template-columns: 1fr !important;
}
}