.em-event.em-item {
  position: relative; /* needed for the vertical line positioning */
  display: flex;
  border: 1px solid #ccc;
  border-radius: 8px;
  background: #fff;
  margin-bottom: 20px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  overflow: hidden;
}