.shouts-box{
  display:flex;
  flex-direction:column;
  min-height:460px;
  max-height:560px;
  background:linear-gradient(180deg,#1b2230 0%,#121722 100%);
  border:1px solid rgba(255,255,255,.08);
  border-radius:16px;
  overflow:hidden;
  color:#f4f6fb;
  box-shadow:0 18px 40px rgba(8,12,20,.28);
}
.shouts-box__head{
  padding:14px 16px 12px;
  background:linear-gradient(90deg,#e11d74 0%,#7c3aed 100%);
}
.shouts-box__title{
  margin:0;
  font-size:1.05rem;
  font-weight:700;
  letter-spacing:.01em;
}
.shouts-box__lead{
  margin:4px 0 0;
  font-size:.78rem;
  opacity:.9;
}
.shouts-box__list{
  flex:1;
  overflow:auto;
  padding:12px 12px 8px;
  display:flex;
  flex-direction:column;
  gap:8px;
}
.shouts-box__empty{
  margin:auto;
  text-align:center;
  color:rgba(255,255,255,.55);
  font-size:.9rem;
  padding:24px 12px;
}
.shouts-item{
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.06);
  border-radius:12px;
  padding:8px 10px;
}
.shouts-item__meta{
  display:flex;
  justify-content:space-between;
  gap:8px;
  font-size:.72rem;
  color:#f9a8d4;
  margin-bottom:4px;
}
.shouts-item__name{font-weight:700;color:#fff}
.shouts-item__text{
  margin:0;
  font-size:.9rem;
  line-height:1.35;
  color:#eef1f7;
  word-break:break-word;
}
.shouts-box__form{
  padding:12px;
  background:rgba(0,0,0,.22);
  border-top:1px solid rgba(255,255,255,.06);
}
.shouts-box__row{display:flex;flex-direction:column;gap:8px}
.shouts-box__form input,
.shouts-box__form textarea{
  width:100%;
  border:1px solid rgba(255,255,255,.12);
  background:#0f141e;
  color:#fff;
  border-radius:10px;
  padding:.55rem .75rem;
  font-size:.92rem;
}
.shouts-box__form textarea{min-height:70px;resize:vertical}
.shouts-box__form input:focus,
.shouts-box__form textarea:focus{
  outline:0;
  border-color:#e11d74;
  box-shadow:0 0 0 3px rgba(225,29,116,.2);
}
.shouts-box__send{
  border:0;
  border-radius:999px;
  background:linear-gradient(90deg,#e11d74,#7c3aed);
  color:#fff;
  font-weight:700;
  padding:.65rem 1rem;
  cursor:pointer;
}
.shouts-box__send:disabled{opacity:.6;cursor:wait}
.shouts-box__err{color:#fecaca;font-size:.8rem;min-height:1.1em}
.shouts-box__ok{color:#bbf7d0;font-size:.8rem}
.ankets-partners{
  min-height:80px;
}
.ankets-partners img,
.ankets-partners iframe{
  max-width:100%;
  height:auto;
}
.city-empty-note{
  background:linear-gradient(135deg,#fff7ed,#fff);
  border:1px solid #fed7aa;
  border-radius:16px;
  padding:18px 20px;
  margin-bottom:18px;
}
.city-empty-note h2{
  margin:0 0 8px;
  font-size:1.2rem;
}
.city-empty-note p{margin:0 0 10px;color:#7c2d12}
.city-empty-note a.btn{
  display:inline-block;
  background:#e11d74;
  color:#fff;
  border-radius:999px;
  padding:.45rem 1rem;
  text-decoration:none;
  font-weight:700;
}
.city-empty-note__more{
  margin:0 0 14px;
  color:#64748b;
  font-weight:600;
}
