body.page .wp-site-blocks {
    padding-top: 0;
}

.squiggle-branch-leaves::after {
    right: 50px;
    top: auto;
    bottom: 15%;
}

@media (max-width: 600px) {
    .squiggle-branch-leaves::after {
        display: none;
    }
}

.min-width-380px {
    min-width: 380px;
}

@media (max-width: 600px) {
    .min-width-380px {
        min-width: auto;
    }
}

.wp-block-dhwd-blocks-collapse-expand-wrapper.collapsed::before {
    content: '';
    width: 100%;
    height: 10%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}
