.node--parish .parish-details {
  margin-bottom: 1.5em;
}

.parish-schedule {
  margin: 1.5em 0;
}

.parish-schedule h3 {
  margin-bottom: 0.75em;
}

.parish-schedule__table {
  width: 100%;
  border-collapse: collapse;
}

.parish-schedule__table th,
.parish-schedule__table td {
  padding: 0.5em 0.75em;
  border-bottom: 1px solid #e0e0e0;
  text-align: left;
  vertical-align: top;
}

.parish-schedule__table thead th {
  font-weight: 600;
  border-bottom: 2px solid #ccc;
}

.parish-schedule__day-name {
  font-weight: 600;
  white-space: nowrap;
}

.parish-schedule__day--today {
  background-color: #f1f8e9;
}

.parish-schedule__today-badge {
  display: inline-block;
  font-size: 0.75em;
  font-weight: 400;
  background: #2e7d32;
  color: #fff;
  padding: 0.1em 0.5em;
  border-radius: 3px;
  margin-left: 0.5em;
  vertical-align: middle;
}

.parish-schedule__time {
  white-space: nowrap;
}

.parish-schedule__language {
  display: inline-block;
  font-size: 0.85em;
  background: #e3f2fd;
  padding: 0.1em 0.4em;
  border-radius: 3px;
  margin-right: 0.3em;
}

.parish-schedule--empty p {
  color: #666;
  font-style: italic;
}

@media (max-width: 600px) {
  .parish-schedule__table th:nth-child(3),
  .parish-schedule__table td:nth-child(3) {
    display: none;
  }
}
