/* css styles */

p {
  text-align: justify;
}

.responsive-img {
  width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .responsive-img {
    width: 50%;
  }
}

.program-card {
  display: grid;
  grid-template-columns: 4.5rem 1fr;
  gap: 0.75rem;
  padding: 1rem;
  margin: 0.75rem 0;
  border: 1px solid #ddd;
  border-radius: 1rem;
}

.program-time {
  font-weight: 700;
  font-size: 1.1rem;
}

.program-main {
  line-height: 1.35;
}

.program-main a {
  text-decoration: none;
}

@media (max-width: 600px) {
  .program-card {
    grid-template-columns: 1fr;
  }

  .program-time {
    font-size: 1.25rem;
  }
}

.quarto-title-meta-contents {
  font-weight: 600;
  font-size: 1.1rem;
}

.program-break {
  margin: 1.5rem 0;
  padding: 1rem;

  text-align: center;

  background: #f5f5f5;
  border-radius: 1rem;

  font-weight: 600;
}


.cell-output-display {
  overflow-x: visible !important;
}

.cell-output-display img,
.quarto-figure img,
figure img {
  max-width: 100% !important;
  height: auto !important;
}
