p {
	line-height: 1.5;
	margin-bottom: .65em;
}

p {
	font-size: 18px;
	line-height: 1.5;
}

.wp-block-columns p {
	line-height: 1.3;
	margin-bottom: .4em;
}

.wp-block-columns p {
	margin-bottom: .4em;
}

.wp-block-columns h2,
.wp-block-columns h3 {
	margin-bottom: .1em;
}

h2 {
	margin-bottom: .2em;
}

.home .wp-block-post-title {
	font-size: 20px !important;
}

.home .entry-title,
.home .wp-block-post-title,
.home h1.entry-title {
	font-size: 30px !important;
	font-weight: 500 !important;
	line-height: 1.8 !important;
}

@media (max-width: 768px) {
	.wp-block-group {
		padding-left: 16px;
		padding-right: 16px;
	}
	
	h1, h2 {
		margin-top: 5px;
		margin-bottom: 10px;
	}
	
	h3 {
		margin-top: 5px;
		margin-bottom: 5px;
	}
	
	p {
		margin-bottom: 10px;
	}
}

@media (max-width: 768px) {
	.site-header {
		padding-top: 12px;
		padding-bottom: 12px;
	}
	
	.site-title {
		font-size: 22px !important;
		line-height: 1.2;
	}
	
	.site-description {
		font-size: 14px !important;
		line-height: 1.4;
	}
	
	.wp-block-heading {
		line-height: 1.25;
		margin-bottom: 12px;
	}
	
	p {
		font-size: 15px;
		line-height: 1.65;
		margin-bottom: 14px;
	}
	
	.wp-block-columns {
		gap: 20px;
	}
	
	.wp-block-image {
		margin-bottom: 10px;
	}
	
	.wp-block-columns h3,
											  .wp-block-columns h2 {
		font-size: 18px !important;
		line-height: 1.25;
		margin-top: 6px;
		margin-bottom: 6px;
	}
	
	.wp-block-columns p {
		font-size: 14px;
		line-height: 1.5;
		margin-bottom: 6px;
	}
	
	.wp-block-group,
											  .entry-content,
											  .site-content {
		padding-left: 2.5px;
		padding-right: 2.5px;
	}
}

@media (max-width: 768px) {
	.wp-site-blocks {
		padding-left: 16px !important;
		padding-right: 16px !important;
	}
	
	.wp-block-group {
		max-width: 100% !important;
	}
	
	.entry-content {
		max-width: 100% !important;
	}
}

/* 隱藏分享按鈕（Facebook / 更多） */
.sharedaddy,
.sd-sharing {
	display: none !important;
}

/* 隱藏 Like 按鈕 */
#jp-post-flair {
	display: none !important;
}

.site-info {
	display: none;
}

.entry-meta {
	display: none;
}

hr {
	border-top: 1px solid #e5e5e5;
}

.entry-title {
	font-size: 25px;
	line-height: 1.3;
}

.author-box,
.post-author,
.author-info {
	display: none !important;
}

.comments-area {
	display: none !important;
}

.nav-links,
.post-nav-links {
	display: none !important;
}

@media (max-width: 768px) {
  .home .site-title a {
    font-size: 20px !important;
    line-height: 1.2;
  }
}

@media (max-width: 768px) {
  .home h2.entry-title,
  .home h1.entry-title {
    font-size: 25px !important;
    line-height: 1.2 !important;
  }
}

