:root{--page-title-display:none;}/* Start custom CSS *//* CECF Admin Portal — Fluent Forms-style password gate */
body.page-id-26828 main.site-main {
  min-height: clamp(360px, 52vh, 620px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(64px, 8vw, 112px) 20px;
}
body.page-id-26828 main.site-main .page-content {
  width: 100%;
}
body.page-id-26828 .post-password-form {
  width: min(100%, 560px) !important;
  max-width: 560px !important;
  margin: 0 auto !important;
  color: #000000;
  font-family: "Playfair Display", serif;
}
body.page-id-26828 .post-password-form > p:not(:last-of-type) {
  display: none !important;
}
body.page-id-26828 .post-password-form::before {
  content: "ADMIN PORTAL";
  display: block;
  margin: 0 0 10px;
  padding: 0;
  border: 0;
  text-align: center;
  color: #2F2F2F;
  font-family: "Playfair Display", sans-serif;
  font-size: 19.2px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.42px;
  text-transform: uppercase;
}
body.page-id-26828 .post-password-form > p:last-of-type {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 54px;
  gap: 12px;
  align-items: end;
  margin: 0 !important;
}
body.page-id-26828 .post-password-form label {
  position: relative;
  display: block;
  min-width: 0;
  margin: 0;
  color: transparent;
  font-size: 0;
}
body.page-id-26828 .post-password-form label::before {
  content: "Enter Your Password";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 16px;
  display: flex;
  align-items: center;
  height: 54px;
  transform: none;
  color: #767676;
  font-family: "Playfair Display", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
  pointer-events: none;
  opacity: 1;
  transition: opacity .15s ease;
}
body.page-id-26828 .post-password-form label:focus-within::before,
body.page-id-26828 .post-password-form label:has(input:valid)::before {
  opacity: 0;
}
body.page-id-26828 .post-password-form input[type="password"] {
  box-sizing: border-box;
  display: block;
  width: 100% !important;
  height: 54px;
  margin: 0;
  padding: 12px 16px;
  border: 1px solid #DCDCDC;
  border-radius: 6px;
  outline: none;
  background: #FFFFFF;
  color: #000000;
  font-family: "Playfair Display", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  box-shadow: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}
body.page-id-26828 .post-password-form input[type="password"]:focus {
  border-color: #DBA860;
  box-shadow: 0 0 0 3px rgba(219, 168, 96, 0.16);
}
body.page-id-26828 .post-password-form input[type="submit"] {
  box-sizing: border-box;
  display: block;
  width: 54px !important;
  min-width: 54px;
  height: 54px;
  margin: 0;
  padding: 0;
  border: 1px solid #DBA860;
  border-radius: 6px;
  background-color: #DBA860;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 12h13M13 6l6 6-6 6' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 23px 23px;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0;
  text-shadow: none;
  cursor: pointer;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  transition: filter .2s ease, transform .2s ease;
}
body.page-id-26828 .post-password-form input[type="submit"]:hover {
  filter: brightness(0.94);
}
body.page-id-26828 .post-password-form input[type="submit"]:focus-visible {
  outline: 3px solid rgba(219, 168, 96, 0.28);
  outline-offset: 3px;
}
body.page-id-26828 .post-password-form input[type="submit"]:active {
  transform: translateX(2px);
}
@media (max-width: 767px) {
  body.page-id-26828 main.site-main {
    min-height: 420px;
    padding: 56px 20px;
  }
  body.page-id-26828 .post-password-form > p:last-of-type {
    grid-template-columns: minmax(0, 1fr) 52px;
    gap: 8px;
  }
  body.page-id-26828 .post-password-form input[type="submit"] {
    width: 52px !important;
    min-width: 52px;
  }
}/* End custom CSS */