/* stylelint-disable @stylistic/selector-list-comma-newline-after */

#chat-output {
	flex-grow: 1; /* Allows chat output to fill available space */
	overflow-y: auto; /* Enables scrolling */
}
/* Ensure code blocks in markdown are styled reasonably by Bootstrap */
.message-content pre {
	padding: 1rem;
	border-radius: 0.375rem; /* Bootstrap's default border radius */
	background-color: var(--bs-dark-bg-subtle); /* Use a subtle dark background */
}
.message-content code:not(pre code) { /* Inline code */
	 padding: 0.2em 0.4em;
	 margin: 0;
	 font-size: 85%;
	 background-color: var(--bs-secondary-bg);
	 border-radius: 6px;
}
 /* Style tables generated by markdown */
.message-content table {
	width: 100%;
	margin-bottom: 1rem;
	color: var(--bs-body-color);
	vertical-align: top;
	border-color: var(--bs-border-color);
	caption-side: bottom;
	border-collapse: collapse;
}
.message-content th,
.message-content td {
	border: 1px solid var(--bs-border-color);
	padding: 0.5rem 0.5rem;
}
.message-content thead {
	vertical-align: bottom;
}
.message-content tbody,
.message-content td,
.message-content tfoot,
.message-content th,
.message-content thead,
.message-content tr {
	border-color: inherit;
	border-style: solid;
	border-width: 0;
	border-bottom-width: 1px; /* Add bottom border to rows */
}
.message-content thead th {
	 border-bottom-width: 2px; /* Thicker border for header */
}


/* Bootstrap 6 stuff */
.blog-header-logo {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif/*rtl:Amiri, Georgia, "Times New Roman", serif*/;
  font-size: 2.25rem;
}

.blog-header-logo:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif/*rtl:Amiri, Georgia, "Times New Roman", serif*/;
}

.flex-auto {
  flex: 0 0 auto;
}

.h-250 { height: 250px; }
@media (min-width: 768px) {
  .h-md-250 { height: 250px; }
}

/* Pagination */
.blog-pagination {
  margin-bottom: 4rem;
}

/*
 * Blog posts
 */
.blog-post {
  margin-bottom: 4rem;
}
.blog-post-meta {
  margin-bottom: 1.25rem;
  color: #727272;
}

think {
	display: inline-block;
	font-style: italic;
	color: #000;
	position: relative;
}
