.entry-thumbnail img {
	display: none;
}

/* Conference schedule table — neat, readable, responsive */
.wp-block-table.schedule-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed; /* keeps columns tidy */
  background: #fff;
  border: 1px solid #e5e7eb; /* light gray */
  border-radius: 10px;
  overflow: hidden; /* rounds corners */
  box-shadow: 0 1px 2px rgba(0,0,0,.04);
}

/* Make the table wrapper scrollable on small screens */
.wp-block-table.schedule-table-wrapper {
  width: 100%;
  overflow-x: auto;
}

/* Cells */
.wp-block-table.schedule-table th,
.wp-block-table.schedule-table td {
  padding: 12px 14px;
  border-right: 1px solid #eef0f3;
  border-bottom: 1px solid #eef0f3;
  vertical-align: top;
  line-height: 1.6;
  word-break: break-word;
  background: #fff;
}
.wp-block-table.schedule-table tr > *:last-child { border-right: 0; }
.wp-block-table.schedule-table tr:last-child > * { border-bottom: 0; }

/* Head cells */
.wp-block-table.schedule-table thead th {
  background: #f7f9fc;
  color: #111827;
  font-weight: 700;
  text-align: center;
}

/* Section header rows inside tbody */
.wp-block-table.schedule-table .section {
  background: #f1f5f9;
  color: #111827;
  font-weight: 800;
  text-align: center;
  letter-spacing: .03em;
}

/* Subtle zebra striping for readability (skip section rows) */
.wp-block-table.schedule-table tbody tr:nth-child(even) td {
  background: #fafafa;
}
.wp-block-table.schedule-table tbody tr.section-row td {
  background: #f1f5f9;
}

/* Column helpers */
.wp-block-table.schedule-table .col-time { 
  width: 16ch;
  white-space: nowrap;
  text-align: right;
  color: #111827;
  font-weight: 600;
}
.wp-block-table.schedule-table .col-venue { 
  width: 16ch; 
  text-align: center; 
  font-weight: 700; 
}
.wp-block-table.schedule-table .col-details { text-align: left; }

/* Typographic tidy-ups */
.wp-block-table.schedule-table .label { 
  display: inline-block; 
  font-weight: 700; 
}
.wp-block-table.schedule-table .note { 
  font-size: .92em; 
  color: #6b7280; 
}

/* Links inside cells */
.wp-block-table.schedule-table a { color: #0f62fe; text-decoration: none; }
.wp-block-table.schedule-table a:hover { text-decoration: underline; }

/* Compact on very small screens */
@media (max-width: 640px) {
  .wp-block-table.schedule-table th,
  .wp-block-table.schedule-table td { padding: 10px 12px; }
  .wp-block-table.schedule-table .col-time { width: 14ch; }
}


.wp-block-table.schedule-table th:nth-child(1),
.wp-block-table.schedule-table td:nth-child(1) {
  width: 20%;
  min-width: 20%;
  max-width: 20%;
}

.wp-block-table.schedule-table th:nth-child(2),
.wp-block-table.schedule-table td:nth-child(2) {
  width: 26%;
  min-width: 26%;
  max-width: 26%;
}

.wp-block-table.schedule-table th:nth-child(3),
.wp-block-table.schedule-table td:nth-child(3) {
  width: 26%;
  min-width: 26%;
  max-width: 26%;
}

.wp-block-table.schedule-table th:nth-child(4),
.wp-block-table.schedule-table td:nth-child(4) {
  width: 26%;
  min-width: 26%;
  max-width: 26%;
}