/* Based on AAD_API.css + small wrapper styles */

.meeting-list .meeting-list__status {
  margin: 0 0 10px;
  font-size: 14px;
  color: #374151;
}

.meeting-list .meeting-list__status--error {
  color: #b91c1c;
}

.meeting-list .meeting-list__empty {
  padding: 10px 0;
  color: #6b7280;
}

.meeting-list,
.meeting-list * {
  box-sizing: border-box;
}

.meeting-list {
  /* minimize theme influence on typography/spacing */
  line-height: normal;
}

.meeting-list .ml-meetingContainer {
  overflow: auto;
}

.meeting-list .ml-meetingRow {
  /* Original layout uses inline-block columns; keep it to match your standalone page. */
  padding: 6px;
}

.meeting-list .ml-meetingRow {
  background-color: #eeeeee;
}

.meeting-list .ml-meetingRow-alt {
  background-color: #dcdcdc;
}

.meeting-list .ml-meetingCol {
  display: inline-block !important;
  margin-left: 10px !important;
  height: 100%;
  vertical-align: top;
  line-height: normal;
  /* Prevent Avada from turning these into columns/floats unexpectedly */
  float: none !important;
  clear: none !important;
}

.meeting-list .ml-meetingCol--date {
  margin-left: 0 !important;
}

.meeting-list .ml-meetingDate {
  background-color: #f16026;
  color: white;
  display: inline-block;
  padding: 10px;
  width: 40px;
  text-align: center;
  font-weight: 600;
  height: 64px;
}

.meeting-list .ml-meetingDateDate {
  font-size: 30px;
}

.meeting-list .ml-meetingMonth {
  text-transform: uppercase;
}

.meeting-list .ml-meetingPlace {
  font-size: 18px;
  font-weight: 600;
  width: 300px; /* keeps original look */
  position: relative;
  top: 0px;
  overflow: hidden;
  max-height: 30px;
  line-height: 1.25;
}

.meeting-list .ml-meetingAddress {
  max-width: 295px;
  overflow: hidden;
  white-space: nowrap;
  line-height: 1.25;
}

.meeting-list .ml-meetingTime {
  position: relative !important;
  top: -14px;
  width: 80px;
}

.meeting-list .ml-meetingHolder {
  position: relative !important;
  top: -14px;
}

.meeting-list .ml-meetingDot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #f16026;
  top: -13px;
  position: relative !important;
}

@media only screen and (max-width: 900px) {
  .meeting-list .ml-meetingDot {
    display: none;
  }

  .meeting-list .ml-meetingCol {
    width: 100vw;
  }

  .meeting-list .ml-meetingDate {
    margin-bottom: 25px;
  }

  .meeting-list .ml-meetingPlace,
  .meeting-list .ml-meetingAddress {
    width: auto;
    max-width: none;
    white-space: normal;
  }
}
