#postrest-blog-list ul.postrest-breadcrumb > li + li:before,
#postrest-blog-article ul.postrest-breadcrumb > li + li:before,
#postrest-blog-list ul.postrest-breadcrumb > li + li::before,
#postrest-blog-article ul.postrest-breadcrumb > li + li::before {
	content: "/";
	padding: 0 10px 0 6px;
	color: #aaa;
}

#postrest-blog-list .postrest-blog-articles {
	margin-top: 8px;
}

#postrest-blog-list .postrest-blog-empty {
	margin: 12px 0 18px;
	font-size: 20px;
	line-height: 1.4;
	color: #666;
}

#postrest-blog-list .postrest-blog-card {
	margin-bottom: 28px;
	padding-bottom: 28px;
	border-bottom: 1px solid #e8e8e8;
}

#postrest-blog-list .postrest-blog-card:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

#postrest-blog-list .postrest-blog-card .postrest-card-title {
	margin-top: 12px;
	margin-bottom: 8px;
	font-size: 22px;
	line-height: 1.35;
}

#postrest-blog-list .postrest-blog-card .postrest-link--card-title {
	color: #333;
}

#postrest-blog-list .postrest-blog-card .postrest-link--card-title:hover {
	color: #23527c;
	text-decoration: none;
}

#postrest-blog-list .postrest-blog-card .postrest-blog-card-excerpt {
	margin-top: 8px;
	margin-bottom: 0;
}

#postrest-blog-list .postrest-blog-card .postrest-blog-card-image {
	display: block;
	overflow: hidden;
	border-radius: 4px;
}

#postrest-blog-list .postrest-blog-card .postrest-blog-card-image img {
	max-height: 220px;
	width: 100%;
	object-fit: cover;
}

#postrest-blog-list .postrest-blog-pagination {
	margin-top: 16px;
	margin-bottom: 8px;
}

#postrest-blog-article h1 {
	margin-bottom: 12px;
	line-height: 1.3;
}

#postrest-blog-article .postrest-meta.postrest-article-lead {
	font-size: 15px;
	margin-bottom: 20px;
	color: #777;
}

#postrest-blog-article .postrest-article-hero {
	margin-bottom: 20px;
}

#postrest-blog-article .postrest-article-hero img {
	border-radius: 4px;
}

.postrest-article-body {
	font-size: 16px;
	line-height: 1.65;
	color: #333;
	max-width: 48em;
}

.postrest-article-body > *:first-child {
	margin-top: 0;
}

.postrest-article-body p {
	margin: 0 0 1em;
}

.postrest-article-body h2,
.postrest-article-body h3,
.postrest-article-body h4 {
	margin: 1.35em 0 0.55em;
	line-height: 1.35;
	font-weight: 600;
	color: #222;
	scroll-margin-top: 72px;
}

.postrest-article-body h2 {
	font-size: 1.5em;
	border-bottom: 1px solid #eee;
	padding-bottom: 0.35em;
}

.postrest-article-body h3 {
	font-size: 1.25em;
}

.postrest-article-body h4 {
	font-size: 1.1em;
}

.postrest-article-body ul,
.postrest-article-body ol {
	margin: 0 0 1em;
	padding-left: 1.5em;
}

.postrest-article-body li {
	margin-bottom: 0.35em;
}

.postrest-article-body blockquote {
	margin: 1em 0;
	padding: 0.6em 1em 0.6em 1.1em;
	border-left: 4px solid #cfd8dc;
	background: #f9fafb;
	color: #444;
	font-size: 0.95em;
}

.postrest-article-body a {
	text-decoration: underline;
	text-underline-offset: 2px;
}

.postrest-article-body a:hover {
	color: #23527c;
}

.postrest-article-body img {
	max-width: 100%;
	height: auto;
	border-radius: 3px;
}

.postrest-article-body figure {
	margin: 1em 0;
}

.postrest-article-body figcaption {
	font-size: 0.9em;
	color: #777;
	margin-top: 0.4em;
}

.postrest-article-body pre,
.postrest-article-body code {
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
	font-size: 0.9em;
}

.postrest-article-body pre {
	overflow-x: auto;
	padding: 12px 14px;
	background: #f5f5f5;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	margin: 1em 0;
	line-height: 1.45;
}

.postrest-article-body code {
	padding: 0.1em 0.35em;
	background: #f5f5f5;
	border-radius: 3px;
}

.postrest-article-body pre code {
	padding: 0;
	background: none;
	border-radius: 0;
}

.postrest-article-body table {
	width: 100%;
	max-width: 100%;
	margin: 1em 0;
	border-collapse: collapse;
	font-size: 0.95em;
}

.postrest-article-body th,
.postrest-article-body td {
	border: 1px solid #ddd;
	padding: 8px 10px;
	text-align: left;
	vertical-align: top;
}

.postrest-article-body thead th {
	background: #f5f5f5;
	font-weight: 600;
}

.postrest-article-body hr {
	border: 0;
	border-top: 1px solid #e0e0e0;
	margin: 1.5em 0;
}

#postrest-blog-article .postrest-article-actions {
	margin-top: 28px;
}

#postrest-blog-list .postrest-meta,
#postrest-blog-article .postrest-meta {
	font-size: 14px;
	line-height: 1.45;
	color: #777;
}

#postrest-blog-list .postrest-meta__sep,
#postrest-blog-article .postrest-meta__sep {
	padding: 0 0.15em;
}

#postrest-blog-list .postrest-img-responsive,
#postrest-blog-article .postrest-img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}

#postrest-blog-list .postrest-heading--page,
#postrest-blog-article .postrest-heading--article {
	font-weight: 600;
	color: #222;
}

#postrest-blog-list .postrest-link--breadcrumb,
#postrest-blog-article .postrest-link--breadcrumb {
	color: #337ab7;
	text-decoration: none;
}

#postrest-blog-list .postrest-link--breadcrumb:hover,
#postrest-blog-article .postrest-link--breadcrumb:hover {
	text-decoration: underline;
	color: #23527c;
}

#postrest-blog-list .postrest-actions,
#postrest-blog-article .postrest-actions {
	clear: both;
	margin-top: 16px;
	padding-top: 8px;
}

#postrest-blog-list .postrest-actions__inner--right {
	text-align: right;
}

#postrest-blog-article .postrest-actions__inner--left {
	text-align: left;
}

#postrest-blog-list .postrest-button,
#postrest-blog-article .postrest-button {
	display: inline-block;
	padding: 8px 16px;
	font-size: 14px;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid transparent;
	border-radius: 4px;
	text-decoration: none;
	box-sizing: border-box;
}

#postrest-blog-list .postrest-button--continue-home {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4;
}

#postrest-blog-list .postrest-button--continue-home:hover {
	background-color: #286090;
	border-color: #204d74;
	color: #fff;
	text-decoration: none;
}

#postrest-blog-article .postrest-button--back-to-blog {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}

#postrest-blog-article .postrest-button--back-to-blog:hover {
	background-color: #e6e6e6;
	border-color: #adadad;
	color: #333;
	text-decoration: none;
}

#postrest-blog-list .postrest-pag {
	margin: 0;
}

#postrest-blog-list .postrest-pag__list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 4px 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

#postrest-blog-list .postrest-pag__item {
	display: inline-block;
	margin: 0 2px;
}

#postrest-blog-list .postrest-pag__link {
	display: inline-block;
	padding: 6px 12px;
	border: 1px solid #ddd;
	border-radius: 4px;
	color: #337ab7;
	text-decoration: none;
	background: #fff;
}

#postrest-blog-list .postrest-pag__link:hover {
	background: #eee;
	color: #23527c;
	text-decoration: none;
}

#postrest-blog-list .postrest-pag__item--active .postrest-pag__current {
	display: inline-block;
	padding: 6px 12px;
	border: 1px solid #337ab7;
	border-radius: 4px;
	color: #fff;
	background: #337ab7;
}

#postrest-blog-list .postrest-pag__total {
	margin: 10px 0 0;
	font-size: 14px;
	color: #777;
}

#postrest-blog-article .postrest-recommendations {
	margin-top: 28px;
	padding-top: 20px;
	border-top: 1px solid #e8e8e8;
}

#postrest-blog-article .postrest-recommendations-title {
	margin: 0 0 14px;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.3;
	color: #333;
}

#postrest-blog-article .postrest-recommendations-cards {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin-bottom: 0;
}

#postrest-blog-article .postrest-recommendation-card {
	background: #fafafa;
	border: 1px solid #ececec;
	border-radius: 6px;
	box-shadow: none;
	overflow: hidden;
	min-width: 0;
	transition: border-color 0.15s ease, background-color 0.15s ease;
}

#postrest-blog-article .postrest-recommendation-card:hover {
	border-color: #cfd8dc;
	background: #fff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
	transform: none;
}

#postrest-blog-article .postrest-recommendation-card .postrest-card-link {
	display: flex;
	flex-direction: column;
	height: 100%;
	text-decoration: none;
	color: inherit;
}

#postrest-blog-article .postrest-recommendation-card .postrest-card-link:hover .postrest-card-title {
	color: #1976d2;
}

#postrest-blog-article .postrest-recommendation-card .postrest-card-image {
	flex: 0 0 auto;
	width: 100%;
	height: 88px;
	max-height: 88px;
	overflow: hidden;
	background: #eee;
}

#postrest-blog-article .postrest-rec-card-img {
	display: block;
	width: 100%;
	height: 140px;
	max-width: 100%;
	max-height: 140px;
	object-fit: cover;
}

#postrest-blog-article .postrest-recommendation-card .postrest-card-body {
	padding: 10px 12px 12px;
	flex: 1 1 auto;
	min-width: 0;
}

#postrest-blog-article .postrest-recommendation-card .postrest-card-title {
	margin: 0 0 4px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.35;
	color: #222;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

#postrest-blog-article .postrest-recommendation-card .postrest-card-excerpt {
	margin: 0;
	font-size: 12px;
	line-height: 1.45;
	color: #777;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

@media (max-width: 991px) {
	#postrest-blog-article .postrest-recommendations-cards {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 575px) {
	#postrest-blog-article .postrest-recommendations-cards {
		grid-template-columns: 1fr;
	}
}
