/*
Theme Name: Wartungen
Author: JFL
Version: 0.0.3
*/

.home section .wp-block-post {
    position: relative;
    background-color: #fff;
    box-shadow: 0px 2px 1px -1px rgba(0,0,0,0.2), 0px 1px 1px 0px rgba(0,0,0,0.14), 0px 1px 3px 0px rgba(0,0,0,0.12);
    border-radius: 4px;
}

.no-gap {
    gap: 0;
}

.small-margin-bottom {
    margin-bottom: 10px;
}

.home .wp-block-accordion-panel {
    margin-top: 10px;
}

a.goup,
a.goto {
    display: block;
    padding: 0.75rem;
    border-radius: 99999px;
    transition: background-color 150ms ease;
}

a:hover.goup,
a:hover.goto {
    background-color: #f5f5f5;
}

.goup-icon,
.goto-icon {
    display: flex;
}