html .wp-site-blocks {
	padding-top:0;
	padding-bottom:0;
}

html header, html footer {
	padding-top:var(--wp--style--root--padding-top);
	background:whitesmoke;
}

html footer {
	padding-bottom: var(--wp--style--root--padding-bottom);
}

.home h1 {
	max-width:1200px
}

.home #topics div {
	width:100%;
}

.home #topics .wp-block-media-text.is-image-fill .wp-block-media-text__media {
	height:50%;
	min-height:100px
}

.wp-block-query h2.wp-block-post-title {
	margin-bottom:0px
}

.wp-block-query .wp-block-post-date {
	margin-bottom:6px
}

.wp-block-post-excerpt {		
	margin:0
}

.wp-block-query .wp-block-post-terms {		
  font-size: medium;
  font-style: italic;
  margin: 6px 0;
  opacity: .66;
}

.wp-block-post-excerpt__more-link {
	padding:0 0px 0 6px;
	font-style:italic
}

html .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-custom {
	display:none;
}

body #home-tag-cloud a {
	border:1px solid var(--wp--preset--color--primary);
	border-radius:8px;
	padding:4px 10px;
	line-height:220%;
	white-space:nowrap;
}

body .side-menu h3 {
	margin: 18px 0 6px;
}

body.page .wp-block-query .is-layout-flow > * + * {
	margin-block-start:6px
} 

body.page .wp-block-query img {
	height: max(15vw, 30vh);
  object-fit: cover;
}

body.page .wp-block-query  .is-layout-flow > h2 {
	margin-block-start:var(--wp--preset--spacing--50);
}

body.single figure.wp-block-post-featured-image, body.page figure.wp-block-post-featured-image {
	display:none
}

body.page .wp-block-query figure.wp-block-post-featured-image { 
  display:block
}

body .jp-relatedposts-i2 {
	margin:16px 0
}

body .jp-related-posts-i2__post {
	margin:0px
}

html main {
	background:linear-gradient(to bottom, rgba(255,255,255,.33) 25%,
              rgba(208, 229, 243,1)), url("https://bahai.org.vn/wp177/wp-content/uploads/2023/07/top-banner-fade.jpg");
	background-repeat:no-repeat;
	background-position:top center;
	background-size:contain;
	margin-top: 0!important;
	padding-top: var(--wp--preset--spacing--50);
}