/* Scoped styles for [lcs-events] output */

.lcs-events {
  --accent: #d41f27;
  --border: #dadde1;
  --text: #111;
  --muted: #555;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
}

.lcs-events-day {
  margin-bottom: 28px;
}

.lcs-events-day__heading {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--accent);
  margin: 0 0 14px;
}

.lcs-events-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ececec;
  background: #fff;
}

.lcs-events-table th,
.lcs-events-table td {
  padding: 12px 14px;
  text-align: left;
  vertical-align: top;
  font-size: 1em;
}

.lcs-events-table th {
  background-color: #d71920;
  color: #ffffff;
  font-weight: 700;
  font-size: 0.875rem;
  border: none;
}

.lcs-events-table tbody tr:nth-child(even) {
  background: #f3f3f3;
}

.lcs-events-table .lcs-type-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 6px;
  vertical-align: middle;
  background: var(--accent);
}

.lcs-type-wrap {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.lcs-events-table .lcs-time {
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}

.lcs-session-panelists,
.lcs-session-files {
  margin: 0.2em 0 0;
  color: var(--muted);
  font-size: 0.875rem;
}

.lcs-session-panelists {
  display: block;
  line-height: 1.4;
  font-weight: 500;
  padding: 0;
  padding-inline-start: 0;
  text-indent: 0;
}

.lcs-session-files {
  padding-left: 1.5em;
}

.lcs-session-files li, .page ul.lcs-session-panelists li, .page ul.lcs-session-files li {
  margin: 2px 0;
  font-size: 16px;
  font-weight: normal;
  color: inherit;
}

.lcs-panelist-avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  object-fit: cover;
  flex: 0 0 28px;
}

.lcs-panelist-name {
  font-size: 16px;
  line-height: 1.4;
}

.lcs-session-label {
  margin-top: 6px;
  color: var(--muted);
  font-size: 0.875rem;
}

.lcs-events .lcs-time,
.lcs-events .lcs-type,
.lcs-events .lcs-room {
  color: var(--muted);
  font-size: 0.875rem;
  font-weight: 500;
}

.lcs-session-title {
  margin: 0;
  font-size: 1rem;
  line-height: 1.3;
}

@media (max-width: 640px) {
  .lcs-events-table,
  .lcs-events-table thead,
  .lcs-events-table tbody,
  .lcs-events-table th,
  .lcs-events-table td,
  .lcs-events-table tr {
    display: block;
    width: 100%;
  }
  .lcs-events-table thead {
    display: none;
  }
  .lcs-events-table tr {
    margin: 0 0 14px;
    border: none;
    padding: 8px 10px;
  }
  .lcs-events-table td {
    border: none;
    padding: 6px 0;
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
  }
  .lcs-events-table td::before {
    content: attr(data-label);
    font-weight: 700;
    color: var(--muted);
    min-width: 110px;
  }
  .lcs-events-table .lcs-cell-content {
    margin-top: 0.5em;
  }
  .lcs-events-table .lcs-title {
    font-weight: 700;
    display: block;
  }
}
