/*
Theme Name: Blocksy Child
Template: blocksy
Version: 1.0.0
*/

.ld-guest-404 {
  min-height: 70vh;
  display: block;
}

.ld-wrapper {
  min-height: 70vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 48px 16px;
}

.ld-v-align {
  width: 100%;
  max-width: 520px;
  text-align: center;
}

.ld-header-guest {
  display: flex;
  justify-content: center;
  margin-bottom: 18px;
}

.ld-logo {
  width: 96px;
  height: 96px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  /* set your logo here */
  /* background-image: url(/path/to/logo.svg); */
}

.body-login-container.update {
  background: #fff;
  border-radius: 12px;
  padding: 28px 24px;
  box-shadow: 0 6px 20px rgba(0,0,0,.08);
}

.icon-big.icon-search {
  width: 72px;
  height: 72px;
  margin: 0 auto 10px;
  border-radius: 50%;
  background: rgba(0,0,0,.06);
  position: relative;
}

/* simple magnifier glyph (no external icon needed) */
.icon-big.icon-search::before {
  content: "";
  width: 26px;
  height: 26px;
  border: 3px solid rgba(0,0,0,.35);
  border-radius: 50%;
  position: absolute;
  top: 18px;
  left: 18px;
}

.icon-big.icon-search::after {
  content: "";
  width: 16px;
  height: 3px;
  background: rgba(0,0,0,.35);
  position: absolute;
  top: 46px;
  left: 44px;
  transform: rotate(45deg);
  border-radius: 2px;
}

.body-login-container.update h2 {
  margin: 6px 0 10px;
  font-size: 1.5rem;
}

.body-login-container.update .infogroup {
  margin: 0 0 18px;
  color: rgba(0,0,0,.68);
}

a.button.primary {
  display: inline-block;
  padding: 10px 16px;
  border-radius: 999px;
  text-decoration: none;
  background: #2F5D62; /* your primary */
  color: #fff;
  font-weight: 600;
}

a.button.primary:hover,
a.button.primary:focus {
  filter: brightness(0.95);
}

.guest-box {
  margin-top: 14px;
}

.guest-box .info {
  color: rgba(0,0,0,.65);
  font-size: 0.92rem;
  line-height: 1.35;
}

.guest-box .entity-name {
  color: inherit;
  text-decoration: none;
  font-weight: 600;
}

.footer__legal-links a.legal {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.screen-reader-text {
  position: absolute;
  left: -9999px;
}
