/*
Theme Name: thehappyfew
Author: elemind
Author URI: https://elemind.com
Version: 1.0
*/

.ui-card__media {
    aspect-ratio: 1;
    background-color: var(--wp--preset--color--accent-1);
}

.ui-card__media--podcast {
    aspect-ratio: 16/9;
}

.current-menu-item > a,
.current-menu-item > .wp-block-navigation-link__content {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.wp-block-navigation-item__content:hover {
  opacity: 0.8;
  transition: opacity 0.3s ease-in-out;
}

/* Style current podcast language */
body.language-all .wp-block-navigation-item__content[href="?language="],
body.language-italiano .wp-block-navigation-item__content[href*="language=italiano"],
body.language-english .wp-block-navigation-item__content[href*="language=english"],
body.language-francais .wp-block-navigation-item__content[href*="language=francais"] {
  text-decoration: underline;
}
