/* Custom styles for Unijos R Users website */

/* Code block styling */
pre {
  background-color: #f5f5f5;
  border-left: 3px solid #0d6efd;
  padding: 1em;
  border-radius: 5px;
}

/* Inline code */
code {
  background-color: #f0f0f0;
  padding: 2px 6px;
  border-radius: 3px;
  font-size: 0.9em;
}

/* Title block */
.quarto-title-block {
  margin-bottom: 2em;
}

/* Event headings */
h3 {
  color: #0d6efd;
  margin-top: 1.5em;
}

/* Footer */
.footer {
  margin-top: 3em;
  padding-top: 1em;
  border-top: 1px solid #e0e0e0;
}

/* Links */
a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}
