/*! nepenthesny.com custom assets — built from src/nepenthesny-custom/assets/css/global.css
 *  コメント付きの読みやすいソースはGitリポジトリを参照してください。
 *  直接編集しないこと（次回ビルドで上書きされます）。 */
.pagination ul {
		list-style: none;
		padding: 0;
		justify-content: center;
		display: flex;
		gap: 8px;
		margin-top: 60px
	}
	.pagination a {
		color: #333;
		padding: 8px 12px;
		text-decoration: none;
		transition: background 0.2s;
		cursor: pointer;
	}
	.pagination a.active {
		color: #fff;
		background: #000;
		pointer-events: none;
	}
	.pagination a.disabled {
		color: #aaa;
		pointer-events: none;
	}
	.pagination a:hover:not(.active):not(.disabled) {
		background: #ddd;
	}

	.author {
		display: flex;
		align-items: center;
	}
	#author-profile-text {
		flex-direction: column;
		align-items: flex-start;
	}
	#author-info-text{
		display: block;
	}
	.author-info{
		margin-bottom: 0.875rem;
		display: flex;
		align-items: center;
	}

	#author-profile-pic {
		width: 60px;
		height: 60px;
		border-radius: 50%;
		margin-right: 10px;
	}

	.icon-pic {
		width: 16px;
		height: 16px;
		margin-right: 10px;
	}

	span.new-post {
		font-weight: 600;
		color: #6203C0;
		margin-right: 5px;
		height: auto;
	}

	.hover-img {
		transition: transform 0.4s cubic-bezier(0.4,0,0.2,1);
	}

	.post-tags a {
		border-radius: 5px;
		border: 1px solid black;
	}

	.post-tags a:hover {
		text-decoration: none !important;
		background-color: #efefef !important;
	}

	.wp-block-post-featured-image-home > figure > a{
		height: auto;
		object-fit: contain;
		aspect-ratio: 1080 / 1350;
	}

	.wp-block-post-featured-image-home > figure > a > img{
		aspect-ratio: 1080 / 1350!important
	}

	#footer {
		font-size: 0.75rem;
		color: var(--wp--preset--color--contrast-3);
	}
	.footer-inner {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.footer-section {
		margin-bottom: 16px;
	}
	div.footer-section-title {
		font-weight: 650;
		margin-bottom: 12px;
		color: black
	}
	.footer-section-content {
		margin-bottom: 8px;
	}
	.footer-content-link {
		color: var(--wp--preset--color--contrast-3);
		text-decoration: none;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 0;
	}
	.footer-content-link:hover {
		text-decoration: underline;
		cursor: pointer;
	}
	.footer-content-link div{
		display: flex;
		align-items: center;
		gap: 0.25rem
	}

	#footer-col-1 .footer-content-link img {
		width: 12px;
		height: 12px;
	}
	#footer-col-4 .footer-content-link img {
		margin-right: 0.5rem;
		width: 14px;
		height: 14px;
	}
	@media (max-width: 991px) {
		#footer-col-3, #footer-col-4 {
			display: none;
		}
		.footer-inner{
			flex-direction: column;
		}
	}

.single .wp-block-post-content a:where(:not(.wp-element-button)) {
	text-decoration: underline;

	text-underline-offset: 0.15em;
}

.single .wp-block-post-content a:where(:not(.wp-element-button)):hover {
	text-decoration: underline;
}

.wp-block-post-excerpt__more-text {
	margin-top: 1rem;
}
