/**
 * Locked YeloBall prospect overlay (2026-08-21).
 * Do not restyle. Shared by /p/, members shell, and www.fecabi.org Powered-by lines.
 */
body.cse-modal-open {
  overflow: hidden;
}
.cse-modal[hidden] {
  display: none !important;
}
.pub-lic-prospect.cse-modal {
  position: fixed;
  inset: 0;
  z-index: 240;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.2rem;
}
.pub-lic-prospect .cse-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
  cursor: pointer;
}
.pub-lic-prospect .cse-modal__panel {
  position: relative;
  z-index: 1;
  width: min(18rem, calc(100vw - 3.2rem), calc(480px - 4rem));
  padding: 1.15rem 1rem 1rem;
  border-radius: 14px;
  border: 1px solid #e8c872;
  background: #0a0e0a;
  box-shadow:
    0 16px 48px rgba(0, 0, 0, 0.65),
    0 0 0 1px rgba(26, 122, 76, 0.35);
  overflow: visible;
  text-align: left;
  font-family: inherit;
  color: #f4f1e6;
  box-sizing: border-box;
}
.pub-lic-prospect .cse-modal__accent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(
    90deg,
    #1a7a4c 0%,
    #1a7a4c 33.33%,
    #c0392b 33.33%,
    #c0392b 66.66%,
    #e8c872 66.66%,
    #e8c872 100%
  );
}
.pub-lic-prospect .em-modal__close {
  position: absolute;
  top: 0.45rem;
  right: 0.55rem;
  margin: 0;
  padding: 0.15rem 0.4rem;
  border: 0;
  background: none;
  color: #e8c872;
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
}
.pub-lic-prospect .cse-modal__title {
  margin: 0.35rem 0 0.35rem;
  font-size: 1.02rem;
  font-weight: 800;
  color: #fff;
  text-align: center;
  line-height: 1.25;
}
.pub-lic-prospect__engine {
  color: #e8c872;
}
.pub-lic-prospect .cse-modal__body {
  margin: 0 0 0.7rem;
  font-size: 0.78rem;
  line-height: 1.4;
  color: rgba(244, 241, 230, 0.82);
  text-align: center;
}
.pub-lic-prospect__form {
  display: flex;
  flex-direction: column;
  gap: 0.28rem;
}
.pub-lic-prospect__form[hidden],
.pub-lic-prospect .cse-modal__body[hidden],
.pub-lic-prospect__thanks[hidden],
.pub-lic-prospect__err[hidden],
.pub-lic-prospect--thanks .pub-lic-prospect__form,
.pub-lic-prospect--thanks .cse-modal__body {
  display: none !important;
}
.pub-lic-prospect__form label {
  margin-top: 0.25rem;
  font-size: 0.72rem;
  font-weight: 700;
  color: #e8c872;
}
.pub-lic-prospect__form input {
  width: 100%;
  box-sizing: border-box;
  padding: 0.55rem 0.6rem;
  border: 1px solid rgba(232, 200, 114, 0.42);
  border-radius: 10px;
  background: #122016;
  color: #f4f1e6;
  font: inherit;
  font-size: 0.88rem;
}
.pub-lic-prospect__form input:focus {
  outline: 2px solid #e8c872;
  outline-offset: 1px;
}
.pub-lic-prospect__combo {
  position: relative;
}
.pub-lic-prospect__city-list {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 4px);
  z-index: 8;
  max-height: 8.5rem;
  overflow-y: auto;
  margin: 0;
  padding: 0.2rem 0;
  list-style: none;
  background: #122016;
  border: 1px solid #e8c872;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.45);
  -webkit-overflow-scrolling: touch;
}
.pub-lic-prospect__city-list[hidden] {
  display: none !important;
}
.pub-lic-prospect__city-opt {
  padding: 0.5rem 0.7rem;
  font-size: 0.86rem;
  color: #f4f1e6;
  cursor: pointer;
}
.pub-lic-prospect__city-opt:hover,
.pub-lic-prospect__city-opt.is-active {
  background: rgba(26, 122, 76, 0.35);
  color: #e8c872;
}
.pub-lic-prospect__city-empty {
  padding: 0.5rem 0.7rem;
  font-size: 0.82rem;
  color: rgba(244, 241, 230, 0.5);
}
.pub-lic-prospect__err {
  margin: 0.25rem 0 0;
  font-size: 0.78rem;
  font-weight: 700;
  color: #c0392b;
}
.pub-lic-prospect__ok {
  margin: 0.25rem 0 0;
  font-size: 0.78rem;
  font-weight: 700;
  color: #6dcf9a;
}
.pub-lic-prospect__go {
  margin-top: 0.55rem;
  padding: 0.6rem 0.8rem;
  border: 0;
  border-radius: 10px;
  background: #e8c872;
  color: #0a0e0a;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}
.pub-lic-prospect__go:disabled {
  opacity: 0.55;
  cursor: default;
}
.pub-lic-prospect__thanks {
  text-align: center;
  padding: 0.2rem 0 0.15rem;
}
.pub-lic-prospect__thanks-msg {
  margin: 0.2rem 0 1rem;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.45;
  color: #f4f1e6;
}
.footer-powered,
.site-footer__powered,
.teaser-powered,
.pub-lic__note {
  cursor: pointer;
}
