/* ---------- mobile ---------- */

.button-look:hover {
    color: var(--white) !important;
    background-color: var(--black) !important;
}

.showcase-module-wrap .showcase-module-grid .showcase-list li:hover a span:last-of-type {
    text-decoration: underline;
}

.overview-module-wrap .overview-module-grid .overview-flex .other-plans li:hover a span:last-of-type {
    text-decoration: underline;
}

.footer-module-wrap .footer-module-grid .footer-top .footer-links ul li:hover a {
    text-decoration: underline;
}

.vision-module-wrap .vision-module-grid .learn-more:hover {
    background-color: black;
    color: white;
    cursor: pointer;
}


/* ---------- tablet ---------- */

@media screen and (min-width: 48rem) {}

/* ---------- mobile ---------- */

@media screen and (min-width: 80rem) {}