.about-image-rounded {
  border-radius: 50%; /* Makes it circular/oval */
  border: 5px solid #333; /* Adds the frame (thickness, style, color) */
  width: 200px; /* Adjust size as needed */
  height: 250px; /* Set height > width for oval, or equal for circle */
  object-fit: cover; /* Ensures image covers area without stretching */
}

.list .listing-author {
  display: none !important;
}

div.sourceCode {
  border-left: 3px solid var(--bs-primary);
  padding-left: 0.75rem;
}

.quarto-title-meta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  font-size: 0.8rem;
  color: var(--bs-secondary-color);
  row-gap: 0.25rem;
}

.quarto-title-meta-heading {
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.quarto-title-meta-contents p {
  margin-bottom: 0;
}