﻿/* Layout mobile quando si espande il testo */
.cert-layout.mobile-expanded {
    grid-template-columns: 1fr !important;
}

.cert-col-left.mobile-expanded {
    order: 1;
    margin-bottom: 20px;
}

.cert-col-right.mobile-expanded {
    order: 2;
}

/* Testo espanso */
.politica-text.fullscreen {
    max-height: 5000px !important;
    overflow: visible !important;
    padding-bottom: 40px;
}

/* Nasconde PDF quando si apre il testo */
.pdf-politica.hide-on-expand {
    display: none !important;
}
