/**
 * css/page-dhana-schedule.css: styles for dhana page
 *
 * Copyright 2024 San Antonio Buddhist Vihara
 *
 * Author: Sudaraka Wijesinghe <sudaraka@sudaraka.org>
 *
 */

.dhana-schedule {
  display: grid;
  grid-template-columns: 2fr 5fr 5fr;
  grid-gap: 0;
}

.dhana-schedule > * {
  color: #333;
  padding: 10px 1em;
  margin: 0;
}

.dhana-schedule h4 {
  border-top: 4px solid #f8f7f3;
}

.dhana-schedule span {
  border-top: 1px dotted var(--panel-head-bg);
}

.dhana-schedule .day {
  text-align: center;
}

.dhana-schedule span.day {
  font: 700 34px 'Roboto Condensed', sans-serif;
}

.dhana-schedule :not(.day) {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.dhana-schedule .sponsor {
  font: 400 16px 'Roboto', sans-serif;
  text-transform: none;
  letter-spacing: 0;
}
@media (min-width: 651px) {
.dhana-schedule .sponsor {
  padding-top: 20px;
}
}

.dhana-schedule .day sup {
  text-transform: lowercase;
  font-weight: normal;
  letter-spacing: 0;
  font-size: .5em;
  top: -1em;
}

@media (max-width: 650px) {
.dhana-schedule > * {
  padding: .6em .5em;
}

.dhana-schedule span.day {
  font-size: 22px;
}
}
