/* event page css */
.event {
  display: flex;
  flex-direction: column;
  padding: 2vw;
  gap: 4vw;
}

.event-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.event-item {
  border-bottom: 1px solid #ddd;
  padding: 1vw;
}

.event-info {
  display: flex;
  flex-direction: column;
  gap: 1vw;
}

.event-info a {
  margin-top: 2vw;
  align-self: center;
}

/* vMessage page */
.message table {
  margin-top: 30px;
}