/* 
Don't want to use sass and simply modify the stylesheet in the old css fashion? 
Just customize your theme here.
================================================== */

body {}

main a {
  color: inherit;
  box-shadow: inset 0 -2px 0 rgba(255, 229, 31, 1), 0 2px 0 rgba(255, 229, 31, 1);
  text-decoration: none;
}

main a:hover,
main a:focus {
  color: inherit;
  box-shadow: inset 0 -30px 0 rgba(255, 229, 31, 1), 0 2px 0 rgba(255, 229, 31, 1);
  text-decoration: none;
}

main a.btn,
main a.btn-join {
  box-shadow: none;
}

.schedule-card {
  border: 1px solid #eee;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04);
}

.schedule-card .card-body {
  padding: 1.4rem 1.6rem;
}

.schedule-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem 1rem;
  margin-bottom: 0.4rem;
}

.date-pill {
  background: #111;
  color: #fff;
  padding: 0.25rem 0.6rem;
  border-radius: 999px;
  font-size: 0.85rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.schedule-time {
  color: #444;
  font-weight: 600;
}

.schedule-title {
  font-size: 1.2rem;
  line-height: 1.3;
  margin-top: 0.4rem;
  margin-bottom: 0.6rem;
}

.schedule-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  align-items: center;
  margin-top: 0.6rem;
}

.btn-join {
  background: #fdd93d;
  color: #111;
  border-radius: 999px;
  padding: 0.45rem 0.95rem;
  font-weight: 600;
  box-shadow: none;
  text-decoration: none;
}

.btn-join:hover,
.btn-join:focus {
  color: #111;
  background: #f6cf2a;
  box-shadow: none;
  text-decoration: none;
}

.schedule-meta {
  color: #555;
}

.schedule-card p {
  margin-bottom: 0.55rem;
}

.schedule-card .small {
  font-size: 0.85rem;
}
