/* Custom styles can be added here */

/* Prevent text transformation on headings */
h1, h2, h3, h4, h5, h6 {
    text-transform: none !important;
}

/* Custom blockquote styling - Higher specificity to override Bootstrap */
.card-body .blockquote {
  font-size: 1rem !important; /* Same as regular paragraph text */
  border-left: 4px solid #dee2e6 !important; /* Soft gray left border */
  padding-left: 1rem !important; /* Space between border and text */
  margin-left: 0 !important; /* Remove default margin */
  font-style: italic !important; /* Keep italic for distinction */
  margin-bottom: 1rem !important; /* Consistent spacing */
}

.card-body .blockquote p {
  margin-bottom: 0 !important; /* Remove bottom margin from paragraph inside blockquote */
  font-size: 1rem !important; /* Ensure paragraph text is same size */
}
