.imovel-cabecalho {
  padding-top: var(--wp--custom--gap--vertical);
  padding-bottom: var(--wp--custom--gap--vertical);
  text-transform: uppercase;
}

.imovel-cabecalho__titulo {
  font-weight: bold;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.imovel-cabecalho__nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.imovel-cabecalho__nav li {
  max-width: 70%;
  line-height: 2.4;
  border-bottom: 1px solid #ccc;
}

@media (min-width: 782px) {
  .imovel-cabecalho {
    height: 100%;
  }
  .imovel-cabecalho__inner {
    position: sticky;
    top: 8rem;
  }
}
