
.mte-wrap, .mte-gallery, .mte-event-list {
  max-width: 1100px;
  margin: 2rem auto;
  font-family: Georgia, serif;
}
.mte-form {
  background: #fff;
  border: 1px solid #ded4ee;
  border-radius: 18px;
  padding: 1.25rem;
  box-shadow: 0 8px 22px rgba(80, 47, 122, .12);
}
.mte-form label {
  display: block;
  margin: 0 0 1rem;
  font-weight: 700;
}
.mte-form input, .mte-form select, .mte-form textarea {
  width: 100%;
  margin-top: .35rem;
  padding: .75rem;
  border: 1px solid #c9b7df;
  border-radius: 12px;
}
.mte-form button {
  border: 0;
  border-radius: 999px;
  padding: .85rem 1.25rem;
  background: #5b2a86;
  color: #fff;
  font-weight: 800;
  cursor: pointer;
}
.mte-small, .mte-credit, .mte-score {
  font-size: .9rem;
  color: #5d5368;
}
.mte-message {
  background: #f3ecff;
  border-left: 5px solid #5b2a86;
  padding: .85rem 1rem;
  margin-bottom: 1rem;
}
.mte-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1rem;
}
.mte-card, .mte-event {
  background: #fff;
  border: 1px solid #ded4ee;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 8px 22px rgba(80, 47, 122, .10);
}
.mte-card img, .mte-event img {
  width: 100%;
  height: auto;
  display: block;
}
.mte-card-body, .mte-event {
  padding: 1rem;
}
.mte-badge {
  display: inline-block;
  background: #5b2a86;
  color: #fff;
  border-radius: 999px;
  padding: .25rem .65rem;
  font-size: .8rem;
  font-weight: 800;
}
