p {
     color: black;
}

body p,
body .entry-content p,
body .wp-block-post-content p,
body div[style*="text-align: justify"],
body p[style*="text-align: justify"] {
  text-align: left !important;
}

.updated {
	display: none;
}

.wp-post-image {
    margin-bottom: 20px;
		display: block;
		width: 100%;
		height: auto;
}

.entry-content img {
	width: 100%;
	height: auto;
	aspect-ratio: attr(width) / attr(height);
	display: block;
}
.single .entry-title {
    font-weight: 700;
}

body {
	font-display: swap;
}

will-change: transform;
transform: translateZ(0);

.has-drop-cap {
    font-size: inherit !important;
}

.has-drop-cap::first-letter {
    all: unset !important;
}

.fb-like,
.fb_iframe_widget {
  display: none !important;
}

iframe,
video,
.embed-youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
}

img,
video,
canvas {
  overflow: clip;
}

.single-post .post-content img,
.single-post .post-content figure,
.single-post .post-entry img,
.single-post .post-entry figure,
.single-post .wp-block-image {
  margin-top: 1.0em !important;
  margin-bottom: 1.0em !important;
}

@media (max-width: 768px) {
	.sidebar,
	.widget-area {
		display: none;
	}
}

.single .entry-content .wp-block-cover {
	display: none !important;
}

.tag {
  padding: 10px;
  transition: transform 0.2s ease !important;
}
.tag:hover {
  transform: scale(1.05) !important;
}

#back-to-top {
  transition: transform 0.2s ease, opacity 0.2s ease;
}
#back-to-top:hover {
  transform: translateY(-3px);
}

.jetpack-subscribe-modal__modal-content {
  will-change: transform, opacity;
  transition: transform 0.3s ease, opacity 0.3s ease !important;
}

.single-post h2,
.single-post h2 strong {
  font-weight: 400 !important;
}

.post-byline {
  text-transform: none !important;
}

.home .hu-blog-subheading {
  color: #333333;
}

.single-post .meta-single .category a {
  color: #333333;
}

#block-171 .jetpack-top-posts-title a,
#block-171 .jetpack-top-posts-author {
  color: #333333 !important;
}

#block-177 .wp-block-latest-posts__post-title,
#block-177 .wp-block-latest-posts__post-date,
#block-177 .wp-block-latest-posts__post-excerpt {
  color: #333333 !important;
}