#block-diater-theme-languagedropbox {
  z-index: 300;
}

.block--sticky {
  position: sticky !important;
  top: 170px;
}

.block-system-breadcrumb-block {
  /* background: var(--bulma-text-100); */
  padding: 0.5em 2em;
  line-height: 2;
  margin-bottom: 2rem !important;

  @media (max-width: 768px) {
    margin-bottom: 2rem;
  }

  .breadcrumb {
    margin-block-start: 0;
    margin-block-end: 0;
  }
}

.social-buttons-block img {
  width: 24px;
}

#paragraphs-component-id-678 {
  box-shadow: inset -1px -300px #fff;
}

div#block-maguire-theme-pagetitle:has(h1.visually-hidden),
div#block-maguire-theme-pagetitle:has(h1:empty) {
  padding: 0 !important;
  margin: 0 !important;
}

#block-maguire-theme-addheader .field {
  position: relative;

  @media (max-width: 768px) {
    overflow: hidden;
    padding-bottom: 1.1em;
  }
}

.profile {
  display: flex;
  justify-content: space-evenly;
  padding: 2em 0;
  flex-flow: row wrap;
  gap: 1em;
  & > div {
    min-width: 350px;
    margin: 0 !important;
  }
}

.main-content-region .block-system-breadcrumb-block {
  display: none;
}

.level-homepage {
  h2 {
    height: 130px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1em;
  }

  img {
    height: 50px;
    width: auto;
  }

  .level, .level-item {
    align-items: start;

    @media (max-width: 768px) {
        align-items: center;
    }
  }

  .level-item {
    margin-bottom: 2em;
  }
}


.captcha.captcha-type-challenge--recaptcha {
    margin-block: 2rem;
}