/* Basic custom styles */

/* Adjust the badge style or color if desired */
.badge-primary {
  background-color: #3b82f6; /* Example: a bright blue */
  font-size: 0.9rem;
  padding: 0.5em 0.75em;
}

/* Style for the author image if used */
.author-img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 50%;
}

/* Optional: adjust spacing under headings */
.display-4 {
  font-weight: 700;
  margin-bottom: 1rem;
}

/* Optional: style for the lead paragraph text */
.lead {
  font-size: 1.125rem;
  line-height: 1.6;
}

/* Example shadow for the container if desired 
.container {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
*/
