body.tp-cidade-modal-aberto-28g4 {
  overflow: hidden;
}

.tp-cidade-modal-28g4 {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: none;
}

body.tp-cidade-modal-aberto-28g4 .tp-cidade-modal-28g4 {
  display: block;
}

.tp-cidade-modal-bg-28g4 {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, .68);
  backdrop-filter: blur(6px);
}

.tp-cidade-modal-box-28g4 {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: min(560px, 100%);
  max-height: 88vh;
  transform: translateX(-50%);
  overflow: auto;
  padding: 18px 16px 22px;
  border-radius: 26px 26px 0 0;
  background: #fff7ed;
  box-shadow: 0 -20px 70px rgba(0,0,0,.28);
}

.tp-cidade-modal-head-28g4 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.tp-cidade-modal-head-28g4 p {
  margin: 0 0 5px;
  color: #dc2626;
  font-size: 12px;
  font-weight: 1000;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.tp-cidade-modal-head-28g4 h2 {
  margin: 0;
  color: #991b1b;
  font-size: 34px;
  line-height: .95;
  letter-spacing: -0.07em;
}

.tp-cidade-modal-head-28g4 span {
  display: block;
  margin-top: 7px;
  color: #7f1d1d;
  font-size: 14px;
  font-weight: 800;
}

.tp-cidade-modal-head-28g4 button {
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  color: #991b1b;
  background: #fff;
  font-size: 26px;
  font-weight: 900;
  cursor: pointer;
}

.tp-cidade-busca-28g4 {
  width: 100%;
  min-height: 48px;
  margin-bottom: 12px;
  border: 1px solid rgba(220,38,38,.22);
  border-radius: 18px;
  padding: 0 14px;
  background: #fff;
  color: #111827;
  font: inherit;
  font-size: 16px;
  font-weight: 900;
  outline: none;
}

.tp-cidade-lista-28g4 {
  display: grid;
  gap: 10px;
}

.tp-cidade-opcao-28g4 {
  width: 100%;
  display: grid;
  gap: 4px;
  min-height: 72px;
  border: 1px solid rgba(220,38,38,.18);
  border-radius: 20px;
  padding: 14px 15px;
  background: #fff;
  color: #991b1b;
  text-align: left;
  box-shadow: 0 10px 28px rgba(153,27,27,.09);
  cursor: pointer;
}

.tp-cidade-opcao-28g4 strong {
  font-size: 19px;
  font-weight: 1000;
  letter-spacing: -0.04em;
}

.tp-cidade-opcao-28g4 span {
  color: #7f1d1d;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.tp-cidade-vazio-28g4 {
  padding: 16px;
  border-radius: 18px;
  background: #fff;
  color: #991b1b;
  font-weight: 900;
}

@media (min-width: 760px) {
  .tp-cidade-modal-box-28g4 {
    top: 50%;
    bottom: auto;
    border-radius: 28px;
    transform: translate(-50%, -50%);
  }
}