html,
body {
  height: 100%;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial;
  background: #000;
  color: #ddd;
}
.newnav-container {
  display: flex;
  justify-content: center;
  padding: 36px 0;
  flex-direction: column;
  max-width: 646px;
  margin: 0 auto;
}
.newnav-box {
  width: 646px;
  background: linear-gradient(#2a2a2a, #1f1f1f);
  border-radius: 0 0 4px 4px;
  box-sizing: border-box;
  color: #e6e6e6;
  padding: 26px;
}
.newnav-title {
  height: 51px;
  text-align: center;
  font-family: PingFang SC;
  font-weight: 600;
  font-style: Semibold;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0%;
  width: 100%;
  text-align: center;
  vertical-align: middle;

  color: #fff;
  background: #181818;
  padding: 10px 12px;
  border-radius: 2px;
}
.newnav-section {
  margin: 12px 0;
  line-height: 1.6;
  font-size: 13px;
}
.newnav-links a,
.newnav-links div {
  display: block;
  color: #3E7DFF;
  text-decoration: none;
  margin: 6px 0;
  word-break: break-all;
  font-size: 14px;
}
.muted {
  color: #fff !important;
  margin-bottom: 6px;
}
.hint {
  font-size: 14px;
  margin-top: 6px;
}
.label {
  font-weight: 700;
  margin-bottom: 6px;
}
.glow-email {
  display: inline-block;
  color: #fff;
  font-size: 22px;
  margin: 8px 0;
  text-shadow: 0px 0px 98px #FF0000,0px 0px 10px #FF8D00,0px 0px 60px #FF0000,0px 0px 40px #FFA500,0px 0px 20px #FFA500,0px 0px 15px #FFA500,0px 0px 5px #FFAE00;

}
.red {
  color: #ff0000;
  font-weight: 700;
}
.cta {
  display: flex;
  justify-content: center;
  margin: 36px 24px 24px;
}
.cta button {
  background: #3E7DFF;
  color: #fff;
  border: none;
  padding: 12px 20px;
  width: 320px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 800;
  box-shadow: 0 6px 18px rgba(255, 207, 0, 0.12);
}
.small-note {
  font-family: PingFang SC;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 21px;
  letter-spacing: 0%;
  vertical-align: middle;

  margin-top: 10px;
}

@media (max-width: 824px) {
  .newnav-container {
    padding: 18px 12px;
    max-width: 100%;
    margin: 0;
    align-items: center;
  }

  .newnav-box {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 18px;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.6);
  }

  .newnav-title {
    height: auto;
    padding: 10px;
    font-size: 16px;
    line-height: 22px;
    border-radius: 6px 6px 0 0;
    text-align: center;
  }

  .newnav-section {
    margin: 10px 0;
    font-size: 14px;
    line-height: 1.5;
  }

  .newnav-links a,
  .newnav-links div {
    font-size: 15px;
    margin: 8px 0;
  }

  .glow-email {
    font-size: 18px;
    display: block;
    word-break: break-word;
    text-align: left;
    margin: 6px 0;
  }

  .cta {
    margin: 18px 0 8px 0;
    justify-content: center;
  }

  .cta button {
    width: calc(100% - 24px);
    max-width: none;
    padding: 12px;
    border-radius: 8px;
  }

  .small-note,
  .hint,
  .muted {
    font-size: 14px;
  }

  /* Optional mobile header styling if present in template */
  .mobile-header,
  .site-header,
  .topbar {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: transparent;
  }

  .mobile-header .logo {
    flex: 1;
    text-align: center;
  }

  .mobile-header .menu,
  .mobile-header .search {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .newnav-links a {
    word-break: break-word;
    overflow-wrap: anywhere;
  }
}
.photo-save {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  align-content: flex-start;
}

.photo-save .label {
  flex: 0 0 auto;
}

.photo-save-text {
  flex: 1 1 auto;
  min-width: 120px;
  color: #e6e6e6;
}

/* Ensure the email wraps onto its own line on narrow screens */
@media (max-width: 480px) {
  .photo-save .glow-email {
    flex-basis: 100%;
    display: block;
    margin-top: 6px;
  }
}
