img.quarto-cover-image {
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}

/* Adjust the callout header text size */
.callout-title-container {
    font-size: var(--bs-body-font-size) !important
}

/* Adjust the callout body text size */
.callout-body-container {
    font-size: var(--bs-body-font-size) !important;
}

/* Target the clickable section/chapter titles */
.sidebar-item-section > .sidebar-item-container > a.sidebar-item-text > .menu-text {
  font-weight: 700 !important;
}

.img-small {
  max-width: 600px;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.img-very-small {
  max-width: 400px;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

h5.card-title.listing-title {
  font-weight: 700; /* Makes the text bold */
}

/* This rule targets a sidebar item (li) that is NOT a section,
   and which directly contains (has) a link (a) whose href 
   attribute contains your file's path. */
li.sidebar-item:not(.sidebar-item-section):has(a[href*="specific-drugs/"]) {
  display: none;
}