.study-question-callout {
    border-left: 4px solid #007BFF; /* Change color as needed */
    padding: 10px;
    margin-bottom: 20px;
}
.study-question-callout::before {
    content: "❓ Study Question"; /* Title text */
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}
.study-question-callout .icon {
    color: #007BFF; /* Change icon color */
}
/* Pin the license notice to the bottom of the sidebar */
#quarto-sidebar {
  display: flex;
  flex-direction: column;
}
#quarto-sidebar .quarto-sidebar-footer {
  margin-top: auto;
  padding-bottom: 0.75rem;
}
