.block-contributor-posts__header .wp-block-heading:first-child {
	position: relative;
}
.block-contributor-posts__header .wp-block-heading:first-child::before {
	content: "";
	display: block;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background-color: currentColor;
	border: 4px solid var(--gl-point-border);
	position: absolute;
	bottom: 0;
	right: -4px;
	transform: translateY(calc(50% - 4px));
	box-sizing: border-box;
}
.block-contributor-posts__header .wp-block-heading:first-child::after {
	content: "";
	display: block;
	width: 100%;
	height: 6px;
	margin-block-start: 10px;
	background-color: currentColor;
	border-radius: var(--wp--custom--border-radius--x-large);
}

.block-contributor-posts__post {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 10px;
}

.block-contributor-posts__info > * {
	margin-block: 0;
}

.block-contributor-posts__info > * + * {
	margin-block-start: 10px;
}

.block-contributor-posts__info a[rel="author"] {
	font-size: var(--wp--preset--font-size--small);
    font-weight: 900;
    line-height: var(--wp--custom--line-height--small);
    background-color: var(--wp--preset--color--foreground);
    color: var(--wp--custom--color--background);
    border-radius: var(--wp--custom--border-radius--tiny);
    text-decoration: none;
    display: inline-block;
    padding: 3px 7px;
}

.block-contributor-posts__info p {
	font-family: var(--wp--preset--font-family--system-serif);
	font-size: var(--wp--preset--font-size--small);
	font-style: italic;
	line-height: var(--wp--custom--line-height--medium);
}

.block-contributor-posts__date {
	font-weight: 800;
	font-size: var(--wp--preset--font-size--tiny);
}

.editor-styles-wrapper .block-contributor-posts__info a {
	pointer-events: none;
}

.block-contributor-posts__post a[rel="author"]:is(:focus, :hover) {
	background-color: var(--wp--custom--color--primary);
}

.block-contributor-posts__post + .block-contributor-posts__post {
	margin-block-start: var(--wp--custom--spacing--sm);
}

.block-area-sidebar .block-contributor-posts__title,
.block-area-sidebar-page .block-contributor-posts__title {
    --wp--style--block-gap: var(--wp--custom--spacing--sm);
}