/*
:root {
    --color--primary-hue: 50;
}
*/

body.path-frontpage .block-ryankavalsky-olivero-page-title {
    display: none;
}

body.path-frontpage .block__title {
    font-size: var(--font-size-l);
}

body.path-frontpage .view-albums-and-songs h3,
body.path-frontpage .view-worship-blog h3 {
    margin-top: 0;
    margin-bottom: 0;
}

body.path-frontpage .view-albums-and-songs h3,
body.path-frontpage .view-worship-blog h3 {
    margin-top: 0;
    margin-bottom: 0;
}

body.path-frontpage .view-albums-and-songs .view-content,
body.path-frontpage .view-worship-blog .view-content {
    gap: 1em;
}

div#block-ryankavalsky-olivero-primary-local-tasks {
    position: fixed;
    right: 0;
    max-width: 7rem;
    z-index: 300;
    bottom: 5em;
}

div#block-ryankavalsky-olivero-primary-local-tasks ul:not(.contextual-links) {
    display: block;
    float: none;
    clear: both;
}

div#block-ryankavalsky-olivero-primary-local-tasks ul:not(.contextual-links) li {
    display: block;
    float: none;
    clear: both;
}

div#block-ryankavalsky-olivero-content:not(:has(*)) {
    display: none;
}