/*
Theme Name: Sikom
Theme URI: https://frontkom.com
Description: Custom child theme for Sikom, based on Ollie.
Author: Frontkom
Author URI: https://frontkom.com
Template: ollie
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sikom
*/

.wp-block-navigation-item.current-menu-ancestor > .wp-block-navigation-item__content span {
    text-decoration: underline;
}

.fk-card {
    grid-template-rows: auto auto auto auto 1fr;
}

.fk-card > ul + p {
    align-self: end;
}

.site-footer a:hover, .site-footer .wp-block-navigation-item:hover a, .site-header .wp-block-navigation__container a:hover, .site-header .wp-block-navigation-item:hover {
    color: var(--wp--preset--color--primary-accent);
}
