/*--------------------------------------------------------------
13.4 Posts
--------------------------------------------------------------*/
/* Single post header styling */
.single-post-header {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}
.single-post-thumbnail {
	margin: 3rem 0;
}
.single-post-meta-top {
    margin-bottom: 1em;
    font-size: 15px;
    /*! color: #535772; */
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.07em;
}
.single-post .entry-title {
    max-width: 800px;
    margin: 0 auto 0.5em;
}
.single-post-meta-author {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1em;
}
.single-post-meta-author .author-avatar {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    object-fit: cover;
}
.single-post-meta-author .author-info-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.single-post-meta-author .author-name {
    font-weight: 600;
    font-size: 16px;
}
.single-post-meta-author .author-social-icons {
    display: flex;
    gap: 0.5em;
    margin-top: 0.3em;
}
.single-post-meta-author .social-icon {
    width: 19px;
    height: 19px;
}
.single #frm_form_12_container .frm_form_fields .frm_fields_container {
    margin-top: 0;
}

.single #frm_form_12_container .frm_button_submit {
    width: 100%;
    font-size: 18px;
}

.single #frm_form_12_container .frm_form_fields .frm_fields_container {
    flex-direction: column;
}

.single #frm_form_12_container .frm_form_fields .frm_fields_container input[type="email"] {
    width: 100%;
    height: 63px;
      font-size: 18px;
}

.single #frm_field_249_container {
	width:100%;
margin-bottom: 0;

}

.single #frm_field_250_container {
	width:100%;

}

.sidebar-form-container {
border-radius: 16px;
  box-shadow: 4px 4px 0px rgba(91,105,135,0.2);
  border: 1px solid #c0c2d3;
  padding:2.25rem;
}
.sidebar-form-container h3 {
font-size: 27px;
  margin: 0;
  }

.h-icon {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 1.25rem auto;
}

.h-icon svg {
	width: 40px;
  height: 40px;
  fill: #006efa;
}

/*--------------------------------------------------------------
Read Next Section
--------------------------------------------------------------*/
.read-next-section {
    margin: 3rem 0;
}

.read-next-heading {
    display: flex;
    align-items: center;
    font-size: 26px;
    font-weight: 700;
    color: #171718;
    margin: 0 0 3.5rem 0;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.read-next-heading::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #eee;
    margin-left: 1.5rem;
}

.read-next-grid {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.read-next-card {
    display: flex;
    gap: 1.5rem;
    text-decoration: none;
    /*! align-items: center; */
}

.read-next-thumbnail {
    flex-shrink: 0;
    width: 180px;
    height: 130px;
    overflow: hidden;
    border-radius: 6px;
}

.read-next-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.2s;
}

.read-next-thumbnail:hover img {
    opacity: 0.7;
}

.read-next-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    margin-top: .5rem;
}

.read-next-title {
    font-size: 22px;
    line-height: 1.3;
    margin: 0 0 0.5rem 0;
    font-weight: 700;
}

.read-next-title a {
    color: #171718;
    text-decoration: none;
    transition: color 0.2s;
}

.read-next-title a:hover {
    color: #006efa;
}

.read-next-meta {
    font-size: 13px;
    color: #535772;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.read-next-excerpt {
    font-size: 16px;
    line-height: 1.5;
    color: #404450;
}

/* Responsive adjustments */
@media screen and (max-width: 767px) {
    .read-next-section {
        margin: 3rem 0;
    }
    
    .read-next-heading {
        font-size: 24px;
    }
    
    .read-next-card {
        flex-direction: column;
        gap: 1rem;
    }
    
    .read-next-thumbnail {
        width: 100%;
        height: 200px;
    }
    
    .read-next-title {
        font-size: 20px;
    }
}

/* Post Landing Page */
.post-meta-top {
    display: flex;
    align-items: center;
    gap: 2em;
    margin-bottom: 1.5em;
    font-weight: 600;
}
.post-meta-top span {
    display: flex;
    align-items: center;
    gap: 0.5em;
    color: #535772;
}
.post-meta-top svg {
    width: 20px;
    height: 20px;
}
.post-meta-author {
    display: flex;
    align-items: center;
    gap: 1em;
}
.author-image img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    margin-top: 8px;
}
.author-info {
    display: flex;
    flex-direction: column;
    line-height: 1.4;
}
.author-name {
    font-weight: 600;
    color: #1e2b3a;
}

.author-title {
    text-transform: none;
    letter-spacing: 0;
    font-size: 20px;
}

/* Social icons for single post author meta */
.post-meta-author .author-social-icons {
    display: flex;
    gap: 0.5rem;
    margin-top: 0.5rem;
}

.post-meta-author .author-social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #000;
    transition: color 0.2s ease;
}

.post-meta-author .author-social-link:hover {
    color: #171718;
}

.post-meta-author .social-icon {
    width: 18px;
    height: 18px;
    fill: currentColor;
}


.sticky {
	position: relative;
}

.post:not(.sticky) .icon-thumb-tack {
	display: none;
}

.sticky .icon-thumb-tack {
	display: block;
	height: 22px;
	width: 32px;
	left: -1.25em;
	position: absolute;
	top: 0.75em;
	font-size: 32px;
}

.single-post .entry-title,
.page .entry-title {
	font-size: 60px;
}

.entry-header {
	margin: 0 0 1em 0;
}

.entry-header .entry-title {
	margin-bottom: 0.5em;
}

.entry-title a {
  color: #171718;
  text-decoration: none;
  font-weight: 700;
}

.entry-title:not(:first-child) {
	padding-top: 0;
}

.entry-meta {
	font-size: 15px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.entry-meta a {
	color: #000;
	font-weight: 400;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.pagination,
.comments-pagination {
	border-top: 1px solid #eee;
	font-size: 16px;
	font-weight: 700;
	padding: 2em 0 3em;
	text-align: center;
}

.pagination .icon,
.comments-pagination .icon {
	width: 0.666666666em;
	height: 0.666666666em;
}

.comments-pagination {
	border: 0;
	clear: both;
	margin: 2em 0 3em;
}

/* Links */

.edit-link a {
	margin-right: 1em;
}

/* Pagination */

.navigation.pagination {
	float: none;
	width: auto;
}

.page-numbers {
	display: inline-block;
	padding: 0.5em 1em;
	border-radius: 2px;
	border: 1px solid #006efa;
	background: #fff;
	min-width: 48px;
	  text-decoration: none;
}

.page-numbers.current {
	color: #fff;
	background: #006efa;
}

.page-numbers.current .screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}

/* Blockquotes */

blockquote {
	font-size: 24px;
	font-style: italic;
	line-height: 1.6;
	  margin: 2em 0 2em 0;
	padding: 0px 110px;
	overflow: hidden;
	position: relative;
	text-align: center;
	font-weight:600;
	
}

blockquote cite {
	display: block;
	font-style: normal;
	font-weight: 600;
	margin-top: 0.5em;
	
}

blockquote {
	quotes: "" "";
}

q {
	quotes: """ """ "'" "'";
}

blockquote::before {
  font-family: "Mona Sans", sans-serif;
  font-style: normal;
  font-weight: 800;
  content: '\201C'; /* left double curly quote " */
  display: block;
  position: absolute;
  top: -10px;
  left: 10px;
  color: #006efa;
  font-size: 80px;
  line-height: 1;
}

blockquote::after {
  font-family: "Mona Sans", sans-serif;
  font-style: normal;
  font-weight: 800;
  content: '\201D'; /* right double curly quote " */
  display: block;
  position: absolute;
  top: auto;
  left: auto;
  right: 10px;
  bottom: 0;
  color: #006efa;
  font-size: 80px;
  line-height: 0;
}

blockquote a {
  font-weight: 600;
  }

.entry-content blockquote.alignleft,
.entry-content blockquote.alignright {
	color: #666;
	font-size: 14px;
	width: 48%;
}

.entry-content blockquote.alignleft {
	margin-left: -20%;
}

.entry-content blockquote.alignright {
	margin-right: -20%;
}


.expert-quote {
  position: relative;
  margin: 0 auto;
  padding: 45px 50px 80px;
  border-radius: 16px;
  box-shadow: 4px 4px 0px rgba(91,105,135,0.2);
  border: 1.5px solid #c0c2d3;
}

/* Override default blockquote margin/padding if needed within this context */
.expert-quote blockquote {
  margin-bottom: 2.5em;
  font-size: 27px;
  font-style: normal;
  line-height: 1.5;
  padding: 0px 120px;
  margin-top: 1.5em;
}

.expert-quote__byline {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

.expert-quote__avatar {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  object-fit: cover;
}

.expert-quote__info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.expert-quote__name {
  font-weight: 600;
  font-size: 21px;
  line-height: 1.3;
}

.expert-quote__title {
  font-size: 17px;
  line-height: 1.3;
}

/* without sidebar */

:not(.has-sidebar) .entry-content blockquote.alignleft {
	margin-left: -17.5%;
	width: 48%;
}

:not(.has-sidebar) .entry-content blockquote.alignright {
	margin-right: -17.5%;
	width: 48%;
}

/* with sidebar */

.has-sidebar .entry-content blockquote.alignleft {
	margin-left: 0;
	width: 34%;
}

.has-sidebar .entry-content blockquote.alignright {
	margin-right: 0;
	width: 34%;
}

/* blog and archive */

.entry-content blockquote.alignleft {
	margin-left: -72.5%;
	width: 62%;
}

.entry-content blockquote.alignright {
	margin-right: 0;
	width: 36%;
}

/* Blog landing, search, archives */

.blog .site-main > article,
.archive .site-main > article,
.search .site-main > article {
	margin-bottom: 3em;
}

.blog .entry-meta a.post-edit-link,
.archive .entry-meta a.post-edit-link,
.search .entry-meta a.post-edit-link {
	color: #222;
	display: inline-block;
	margin-left: 1em;
	white-space: nowrap;
}

.search .page .entry-meta a.post-edit-link {
	margin-left: 0;
	white-space: nowrap;
}

.taxonomy-description {
	color: #666;
	font-size: 14px;
}

/* More tag */

.entry-content .more-link:before {
	content: "";
	display: block;
	margin-top: 1.5em;
}

.more-link::after {
  content: '\f105';
  font-family: "fontello";
  margin-left: 5px;
}

/* Single Post */

.page-links {
	font-size: 14px;
	font-weight: 700;
	padding: 2em 0 3em;
}

.page-links .page-number {
	color: #767676;
	display: inline-block;
	padding: 0.5em 1em;
}

.page-links a {
	display: inline-block;
}

.page-links a .page-number {
	color: #222;
}

/* Entry footer */

.entry-footer {
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	margin-top: 2em;
	padding: 2em 0;
	display: table;
	width: 100%;
}

.entry-footer .cat-tags-links {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

.entry-footer .cat-links,
.entry-footer .tags-links {
	display: block;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.1818em;
	position: relative;
	text-transform: uppercase;
}

.entry-footer .cat-links + .tags-links {
	margin-top: 1em;
}

.entry-footer .cat-links a,
.entry-footer .tags-links a {
	color: #333;
}

.entry-footer .cat-links .icon,
.entry-footer .tags-links .icon {
	color: #767676;
	left: 0;
	margin-right: 0.5em;
	position: absolute;
	top: 2px;
}

.entry-footer .edit-link {
	display: table-cell;
	text-align: right;
	vertical-align: middle;
}

.entry-footer .edit-link a.post-edit-link {
	background-color: #222;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	margin: 1em 0em 0em 1em;
	padding: 0.7em 2em;
	-webkit-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
	white-space: nowrap;
}

.entry-footer .edit-link a.post-edit-link:hover,
.entry-footer .edit-link a.post-edit-link:focus {
	background-color: #767676;
}

/* Post Formats */

.blog .format-status .entry-title,
.archive .format-status .entry-title,
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

.format-quote blockquote {
	color: #333;
	font-size: 20px;
	font-weight: 400;
	overflow: visible;
	position: relative;
}

.format-quote blockquote .icon {
	display: block;
	height: 20px;
	left: -1.5em;
	position: absolute;
	top: 0.4em;
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
	width: 20px;
}

/* Post Navigation */

.post-navigation {
	font-weight: 700;
	margin: 3em 0;
	clear: both;
}

.post-navigation .nav-links {
	padding: 1em 0;
}

.nav-subtitle {
	background: transparent;
	color: #767676;
	display: block;
	font-size: 11px;
	letter-spacing: 0.1818em;
	margin-bottom: 1em;
	text-transform: uppercase;
}

.nav-title {
	color: #333;
	font-size: 15px;
}

.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/* Posts pagination */

.nav-links .nav-title {
	position: relative;
}

.nav-title-icon-wrapper {
	position: absolute;
	text-align: center;
	width: 2em;
}

.nav-links .nav-previous .nav-title .nav-title-icon-wrapper {
	margin-right: 0.5em;
	left: -2em;
}

.nav-links .nav-next .nav-title .nav-title-icon-wrapper {
	margin-left: 0.5em;
	right: -2em;
}

/*--------------------------------------------------------------
13.5 Pages
--------------------------------------------------------------*/

.page-header {
	padding-bottom: 2em;
}

.site .page-header {
  padding: 90px 0;
  margin: 0 0 30px;
  /*! background: #f8f9fe; */
  color: #171718;
  text-align: center;
}

.site  .page-header .page-title {
	padding: 0px;
	margin: 0px;
	font-size: 4rem;
	line-height: 1.1;
	color: #171718;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

body.blog .page-header {
  padding: 5rem 0 2rem;
  margin-bottom: 0;
}

.blog-description {
    max-width: 800px;
    margin: 1em auto;
    font-size: 21px;
    line-height: 1.8;
    color: #404450;
}



/* TOC for single posts*/
.post-toc {
    font-size: 16px;
    line-height: 1.5;
      padding: 1rem;
}

.post-toc h4 {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 1em;
    color: #171718;  /* matching your site's heading color */
}

.post-toc .toc-icon {
    fill: currentColor;
}

.post-toc ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.post-toc li {
    margin-bottom: 0.75em;
    line-height: 1.3em;
}

.post-toc a {
  color: #535772;
  text-decoration: none;
  transition: color 0.2s;
  font-weight: 400;
  }

.post-toc a:hover {
    color: #006efa;  /* matching your site's link hover color */
}

/* Sticky behavior */
#secondary {
    position: relative;
}

/* Sticky CTA styles */
.blog-cta-wrapper {
    position: sticky;
    top: 100px; /* Adjust based on your header height */
    margin-bottom: 2rem;
    z-index: 10;
}

/* Position the TOC above the sticky CTA */
#toc-container {
    margin-bottom: 2rem;
}

/* Keep existing blog-cta styles but move box-shadow here */
.blog-cta {
    box-shadow: 4px 4px 0px rgba(91,105,135,0.2);
    background: #fff;
    border: 1px solid #c0c2d3;
}

/* 404 page */

.error404 #primary {
	float: none;
	width: auto;
}

.error404 .page-content {
	padding-bottom: 6%;
  padding-top: 5%;
}

.error404 .page-content .search-form,
.search .page-content .search-form {
	margin-bottom: 3em;
	max-width: 500px;
}

.fourofour {
	font-size:7em;
	text-align:center;
	font-weight: bold;
	color: #171718;
}

/* Author Page Styles */
.full-width-template #primary {
    float: none;
    width: 100%;
}

.author-profile-wrapper {
    margin-bottom: 3rem;
    padding: 5rem 0;
    border-radius: 8px;
}

.author-profile {
    display: flex;
    justify-content: center;
}

.author-image-column {
    max-width: 754px;
    text-align: center;
}

.author-main-image {
    width: 220px;
    height: 220px;
    border-radius: 220px;
    object-fit: cover;
    margin-bottom: 2rem;
}

.author-info-column {
    margin-bottom: 3rem;
    text-align: center;
}

.author-name {
    margin: 0 0 0.1rem 0;
    font-size: 32px;
    line-height: 1.2;
    color: #171718;
}


.author-social-icons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin: .75rem 0;
}

.single-post .author-social-icons {
    justify-content: flex-start;
    margin: 0.3rem 0 0 0;
    gap: 0.6rem;
}

.author-social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #000;
    transition: color 0.2s ease;
}

.author-social-link:hover {
    color: #171718;
}

.social-icon {
    width: 22px;
    height: 22px;
    fill: currentColor;
}

.author-extended-bio {
    line-height: 1.6;
    text-align: center;
    margin-top: 2rem;
}

.author-posts h2 {
    margin-bottom: 2rem;
}

.single-post .author-name {
	    font-size: 21px;
	    text-transform: none;
	    letter-spacing: 0;
}

.single-post .author-title {
  font-size: 18px;
  }





/*--------------------------------------------------------------
15.0 Comments
--------------------------------------------------------------*/

#comments {
	clear: both;
	padding: 5em 0 0.5em;
	max-width: 600px;
}

.comments-title {
	font-size: 20px;
	margin-bottom: 2.5em;
}

.comment-list,
.comment-list .children {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.comment-list li:before {
	display: none;
}

.comment-author {
	font-size: 16px;
	margin-bottom: 0.4em;
	position: relative;
	z-index: 2;
}

.comment-author .avatar {
	height: 50px;
	left: -65px;
	position: absolute;
	width: 50px;
}

.comment-author .says {
	display: none;
}

.comment-meta {
	margin-bottom: 1.5em;
}

.comment-metadata {
	color: #767676;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.1818em;
	text-transform: uppercase;
}

.comment-metadata a {
	color: #767676;
}

.comment-metadata a.comment-edit-link {
	color: #222;
	margin-left: 1em;
}

.comment-body {
	color: #333;
	font-size: 14px;
	margin-bottom: 4em;
}

.comment-reply-link {
	font-weight: 700;
	position: relative;
}

.comment-reply-link .icon {
	color: #222;
	left: -2em;
	height: 1em;
	position: absolute;
	top: 0;
	width: 1em;
}

ol.children .children {
	padding-left: 2em;
}

.children .comment-author .avatar {
	height: 30px;
	left: -45px;
	width: 30px;
}

.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
	border: 1px solid #333;
	padding: 2px;
}

.no-comments,
.comment-awaiting-moderation {
	color: #767676;
	font-size: 14px;
	font-style: italic;
}

.form-submit {
	text-align: right;
}

.comment-form #wp-comment-cookies-consent {
	margin: 0 10px 0 0;
}

.comment-form .comment-form-cookies-consent label {
	display: inline;
}


/* Override sidebar styles for blog archive */
.blog #primary {
    float: none;
    width: 100%;
}

/* Blog Grid Layout */
.posts-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: minmax(200px, auto);
    gap: 2.5rem;
    margin-bottom: 3rem;
}

/* First post: large featured hero (left side, 2x2) */
.posts-grid > .grid-item:nth-child(1) {
    grid-column: 1 / 3;
    grid-row: 1 / 3;
}

/* Make first post title bigger */
.posts-grid > .grid-item:nth-child(1) .entry-title {
    font-size: 2.25rem;
    line-height: 1.2;
}

.grid-item {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
}

.grid-item .post-thumbnail {
    margin-bottom: 1rem;
}

.grid-item .post-thumbnail img {
    width: 100%;
    height: auto;
    transition: opacity 0.2s;
    border-radius: 6px;
}

.grid-item .post-thumbnail a:hover img {
    opacity: 0.7;
}

.grid-item .entry-title {
    font-size: 1.4rem;
    line-height: 1.2;
    margin: .5em 0 .5rem 0;
}

.grid-item .post-meta {
    font-size: 1.15rem;
    color: #6e728a;
    /*! font-weight: 500; */
}

.pagination-wrapper {
    text-align: center;
    clear: both;
    width: 100%;
}



#blog-cta.is-fixed {
    z-index: 100;
    background: #fff;
    box-shadow: 4px 4px 0px rgba(91,105,135,0.2);
}

/* Ensure proper spacing when CTA becomes fixed */
#toc-container {
    margin-bottom: 2rem;
}

/* Add a placeholder to prevent content jump */
#blog-cta.is-fixed + .placeholder {
    height: 0;
    margin-bottom: 2rem;
}

ul.latest-articles {
	margin: 0px -30px;
	padding: 0px;
	list-style-type: none;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}

li.article-item {
	width: 33.333333%;
	margin: 0px;
	padding: 0px 30px;
	float: left;
	display: flex;
	box-sizing: border-box;
	flex-flow: column nowrap;
	border-right: 1px solid #d2d7da;
}

li.article-item:nth-child(3n+1) {
	clear: both;
}

li.article-item:nth-child(3n+3) {
	border: none;
}

li.article-item .article-date {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	color: #86898b;
	font-size: 16px;
}

li.article-item .article-title {
	margin: 0px 0px 40px 0px;
	padding: 0px;
}

li.article-item .article-title a {
	color: #171718;
	font-size: 24px;
	font-weight: 700;
	line-height: 34px;
}

li.article-item .article-readmore {
	margin: auto 0px 0px 0px;
	padding: 0px;
	color: #3566e2;
	font-size: 18px;
	line-height: 30px;
}

/* Responsive Grid */
@media screen and (max-width: 1023px) {
    .posts-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    #toc-container {
        display: none;
    }
    
    .sidebar-form-container {
      display: none;
  }
}
@media screen and (max-width: 767px) {
    .posts-grid {
        grid-template-columns: 1fr;
    }

    .grid-item .entry-title {
        font-size: 1.1rem;
    }

    /* Reset first post to single column on mobile */
    .posts-grid > .grid-item:nth-child(1) {
        grid-column: 1;
        grid-row: auto;
    }
    
    .grid-item .entry-title {
        font-size: 1.1rem;
    }
}