/*!
 * Theme Name:  Van Ons Theme Child
 * Theme URI:
 * Description: Child theme van Van Ons Theme 2024
 * Author:
 * Author URI:
 * Template:    vo-theme
 * Version:     1.0.0
 * Text Domain: vo-theme-child
 */

.footer__navigation .menu-item:last-child::after,
.footer__navigation li:last-child::after {
    content: none !important;
    display: none !important;
}

@media (min-width: 768px) {
    .adore-footer__columns {
        column-gap: 2rem;
    }
}

@media (min-width: 1024px) {
    .adore-footer__columns {
        column-gap: 3rem;
    }
}

.adore-sibling-pages-submenu.bg-adore-surface-alt {
    background-color: #ff91a4;
}

header.bg-grays-100 {
    background-color: #ff91a4;
}

header.bg-grays-100 a,
header.bg-grays-100 a:hover,
header.bg-grays-100 a:focus {
    color: inherit;
}

.adore-sibling-pages-submenu a,
.adore-sibling-pages-submenu a:hover,
.adore-sibling-pages-submenu a:focus {
    color: inherit;
}

@media (max-width: 767px) {
    .adore-sibling-pages-submenu ul {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 1.5rem;
        row-gap: 0.5rem;
    }
}
