/*
Theme Name: Sagittarius 2025
Author : eZoulou.be
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Version : 0.33
*/

/* header on top of content */
header.wp-block-template-part {
    position: relative;
    z-index: 10;
}

/* first cover in content is rounded at bottom */
.sag-rounded-bottom,
.entry-content  .wp-block-cover.alignfull:first-child {
    clip-path: ellipse(300% 100% at 50% 0%);
}

/* manually added classes */
.entry-content {
    overflow: hidden;
}
.sag-rugby {
    --pad:3rem;
    translate: -100vw;
    width: 300vw;
    margin-bottom: var(--pad);
    overflow: visible !important;
}
.sag-rugby > * {
    max-width: min(100vw, var(--wp--style--global--content-size));
}
.sag-rugby .wp-block-buttons {
    margin-bottom: calc(var(--pad)*-1);
}
