.lista-eventos.cards {
  display: flex;
  flex-wrap: wrap;
  gap: 2em;
}

.item-evento {
  width: 240px;
  text-align: center;
}

.item-evento img {
  max-width: 100%;
  height: auto;
  margin-bottom: 0.5em;
}

.item-evento h3 {
  font-size: 1.05em;
  margin: 0.5em 0;
}

.lista-eventos.list {
  list-style: none;
  padding: 0;
}

.lista-eventos.list li {
  margin-bottom: 0.5em;
  font-size: 0.95em;
}

.carregar-mais {
  display: block;
  margin: 1.5em auto;
  padding: 0.6em 1.2em;
  background: #444;
  color: #fff;
  border: none;
  cursor: pointer;
}
.carregar-mais:hover {
  background: #222;
}

.ficha-evento {
  max-width: 760px;
  margin: 2em auto;
  font-family: Georgia, serif;
  line-height: 1.6;
}

.ficha-evento img {
  max-width: 320px;
  height: auto;
  float: left;
  margin: 0 1em 0.5em 0;
}

.ficha-evento .descricao,
.ficha-evento .sinopse-relacionada {
  clear: both;
  margin-top: 1.5em;
}
