.wp-block-sheen-blocks-post-list {
	padding: 0;
	margin: 0;
}
@media (min-width: 961px) {
	.wp-block-sheen-blocks-post-list {
		max-width: 100%;
		padding: 0;
	}
}
.wp-block-sheen-blocks-post-list .sheen-post-list-layout {
	display: flex;
	flex-direction: row;
	gap: 40px;
	align-items: flex-start;
	width: 100%;
}
.wp-block-sheen-blocks-post-list .sheen-post-list-left {
	width: 180px;
	flex-shrink: 0;
	min-height: 40px;
}
.wp-block-sheen-blocks-post-list .sheen-post-right,
.wp-block-sheen-blocks-post-list .sheen-post-list-right {
	flex: 1;
	min-width: 0;
}
.wp-block-sheen-blocks-post-list .sheen-category-index {
	display: block;
	margin-bottom: 8px;
	color: var(--wp--preset--color--ugm-primary, #073C64);
	font-size: 12px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: normal;
	text-transform: uppercase;
}
.wp-block-sheen-blocks-post-list .sheen-category-title {
	display: block;
	margin: 0;
	color: var(--wp--preset--color--ugm-primary, #073C64);
	font-size: 24px;
	font-weight: 650;
	line-height: 1.15;
	letter-spacing: -0.035em;
}
.wp-block-sheen-blocks-post-list .sheen-category-title-link {
	display: block;
	text-decoration: none;
	color: var(--wp--preset--color--ugm-primary, #073C64);
}
.wp-block-sheen-blocks-post-list .sheen-category-title-link:hover {
	opacity: 0.8;
}
.wp-block-sheen-blocks-post-list .sheen-category-title-link:hover .sheen-category-title {
	text-decoration: underline;
	text-underline-offset: 3px;
}

.wp-block-sheen-blocks-post-list .sheen-category-divider {
	display: grid;
	grid-template-columns: 64px 1fr;
	align-items: center;
	gap: 14px;
	margin-top: 18px;
	width: 100%;
}
.wp-block-sheen-blocks-post-list .sheen-category-divider::before,
.wp-block-sheen-blocks-post-list .sheen-category-divider::after {
	content: "";
	display: block;
	height: 2px;
}
.wp-block-sheen-blocks-post-list .sheen-category-divider::before {
	background: var(--wp--preset--color--ugm-primary, #073C64);
}
.wp-block-sheen-blocks-post-list .sheen-category-divider::after {
	background: #dfe5ea;
}
.wp-block-sheen-blocks-post-list .sheen-category-description {
	margin-top: 12px;
	color: #242B33;
	font-size: 14px;
	line-height: 1.5;
}
.wp-block-sheen-blocks-post-list .sheen-post-list-right {
	display: flex;
	flex-direction: column;
	min-width: 0;
	overflow: hidden;
	border-left: 4px solid var(--wp--preset--color--ugm-primary, #073C64);
	padding-left: 24px;
}

.wp-block-sheen-blocks-post-list .sheen-post-list-more {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	padding: 16px 12px;
	font-size: 13px;
	font-weight: 600;
	color: var(--wp--preset--color--ugm-primary, #073C64);
	text-decoration: none;
	white-space: nowrap;
	transition: color 0.2s ease;
}
.wp-block-sheen-blocks-post-list .sheen-post-list-more:hover {
	color: var(--wp--preset--color--ugm-primary, #073C64);
	text-decoration: underline;
	text-underline-offset: 3px;
}
.wp-block-sheen-blocks-post-list .sheen-post-item {
	display: flex;
	align-items: center;
	min-width: 0;
	padding: 16px 12px;
	border-bottom: 1px solid #f0f0f0;
	text-decoration: none;
	color: inherit;
	transition: transform 160ms ease, background 0.2s ease;
	border-radius: 0;
}
.wp-block-sheen-blocks-post-list .sheen-post-item:last-child {
	border-bottom: none;
}
.wp-block-sheen-blocks-post-list .sheen-post-item:hover,
.wp-block-sheen-blocks-post-list .sheen-post-item:focus-within {
	background: rgba(0,0,0,0.04);
	transform: translateX(6px);
}
.wp-block-sheen-blocks-post-list .sheen-post-date {
	flex-shrink: 0;
	font-size: 13px;
	color: #888;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.wp-block-sheen-blocks-post-list .sheen-post-main {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 2px;
	min-width: 0;
}
.wp-block-sheen-blocks-post-list .sheen-post-title {
	flex: 1;
	font-size: 15px;
	font-weight: 500;
	color: #1a1a1a;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0;
	transition: color 0.2s ease;
}
.wp-block-sheen-blocks-post-list .sheen-post-item:hover .sheen-post-title {
	color: var(--wp--preset--color--ugm-primary, #073C64);
	text-decoration: underline;
	text-underline-offset: 3px;
}
.wp-block-sheen-blocks-post-list .sheen-post-arrow {
	flex-shrink: 0;
	width: 28px;
	height: 28px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #f5f5f5;
	color: #333;
	opacity: 0;
	transform: translateX(-8px);
	transition: opacity 0.3s ease, transform 0.3s ease, background 0.2s ease, color 0.2s ease;
}
.wp-block-sheen-blocks-post-list .sheen-post-item:hover .sheen-post-arrow {
	opacity: 1;
	transform: translateX(0);
	background: var(--wp--preset--color--ugm-secondary, #facc15);
	color: var(--wp--preset--color--ugm-primary, #073C64);
}
@media (max-width: 768px) {
	.wp-block-sheen-blocks-post-list .sheen-post-list-layout {
		display: flex;
		flex-direction: column;
		gap: 0;
	}
	.wp-block-sheen-blocks-post-list .sheen-post-list-left {
		order: 1;
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		text-align: left;
	}
	.wp-block-sheen-blocks-post-list .sheen-post-list-right {
		order: 2;
		border-left: none !important;
		padding-left: 0 !important;
		margin-top: 24px !important;
	}
	.wp-block-sheen-blocks-post-list .sheen-category-title {
		font-size: 24px !important;
		font-weight: 650 !important;
	}
	.wp-block-sheen-blocks-post-list .sheen-post-item {
		position: relative;
	}
	.wp-block-sheen-blocks-post-list .sheen-post-date {
		width: auto;
	}
	.wp-block-sheen-blocks-post-list .sheen-post-main {
		width: 100%;
		min-width: 0;
	}
	.wp-block-sheen-blocks-post-list .sheen-post-title {
		width: 100%;
		white-space: normal;
	}
}

.wp-block-sheen-blocks-post-list .sheen-post-list-link-arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: var(--wp--preset--color--ugm-primary, #073C64);
	color: var(--wp--preset--color--ugm-secondary-bg, #fff);
	padding: 0;
	transition: background .2s ease;
}
.wp-block-sheen-blocks-post-list .sheen-post-list-link:hover .sheen-post-list-link-arrow {
	background: var(--wp--preset--color--ugm-secondary, #facc15);
	color: var(--wp--preset--color--ugm-primary, #073C64);
}
