/*
 * Cleverphant Pyro v2 – progresyvių temos atnaujinimų override sluoksnis.
 *
 * VISI selektoriai PRIVALO prasidėti ".cleverphant_pyro_v2 " – kitaip stiliai
 * suveiks ir neprenumeruotiems klientams. Body klasė "cleverphant_pyro_v2"
 * uždedama tik tada, kai theme_v2_enabled() grąžina true.
 *
 * Pavyzdys:
 *   .cleverphant_pyro_v2 .header { background: #fff; }
 */

/* Footer Steigejo + kontaktu nuoroduu hover: underline (ne opacity) -
   suvienodinta su footer-top / footer-middle-nav. Saknis: scss/_footer.scss.
   Cia override, nes app.css build'as mires (zr. CLAUDE-mokykla.md). */

.cleverphant_pyro_v2 .footer .footer-row-block .footer-inside-block .footer-bottom-centered .footer-bottom-subtext a:hover,
.cleverphant_pyro_v2 .footer .footer-row-block .footer-contact-info a:hover {
    opacity: 1;
    text-decoration: underline;
}
