

.pre-header-region {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    z-index: 40;
    padding: 0.5em 1.5rem;
    display: flex;
    box-sizing: border-box;
    justify-content: end;
    border-bottom: 1px solid var(--bulma-border);
    background: #ffff;
    align-items: center;

    .dropdown-trigger, .field--name-body, a, .material-symbols-outlined {
        display: flex;
    }
}

.post-footer-region {
    border-top: 1px solid #dddddd54;
    padding-top: 1.5rem;
}


.layout__region {
    z-index: 1;
}


.main-content-region {
    min-height: 400px;
    padding: 0;
}


header.header {
    @media (min-width: 1024px) {
        nav.container {
            box-shadow: none;
        }
    }
}

.footer {
    --bulma-footer-padding: 3rem 2rem 2rem;
    padding: var(--bulma-footer-padding);
    background-color: #fff;
    position: relative;
}

.footer-content-region {
    padding-bottom: 2em;
}


/* container */

.container {
    position: static;
}


/* regions */

@media (min-width: 61rem) {
  .layout-region--main,
  .layout-region--footer {
    grid-column: 1;
    margin-inline: inherit;
    width: auto;
  }
}

/* layout builder templates */

@media (max-width: 768px) {
  .layout--twocol_aside_right-column .columns:not(.is-mobile) {
    display: flex;
    flex-flow: column;
    flex-direction: column-reverse;
  }

  .layout--twocol_aside_right-column .column {
    overflow: inherit !important;
  }

  .is-reverse-mobile {
    flex-direction: column-reverse;
    display: flex;
  }
}
