/* Citekit Bibliography Block */

.ck-bibliography-wrapper {
	padding: var(--wp--custom--spacing--large);
	background: var(--wp--preset--color--brand-light-1);
	margin: var(--wp--custom--spacing--large) 0;
	border: none;
	border-radius: 0;
	font-family: inherit;
	box-shadow: none;
}

.ck-bibliography-title {
	font-family: var(--wp--preset--font-family--header);
	font-weight: 700;
	font-size: var(--wp--preset--font-size--header-small);
	line-height: 38px;
	margin-top: 0;
	margin-bottom: var(--wp--preset--spacing--xsmall);
}

.ck-bibliography {
	padding-left: var(--wp--preset--spacing--medium);
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: var(--wp--preset--spacing--xsmall);
}

.ck-bibliography li {
	font-family: var(--wp--preset--font-family--body);
	font-weight: 400;
	font-size: var(--wp--preset--font-size--default);
	line-height: 1.5;
	display: list-item;
	width: 100%;
	word-break: break-word;
}

.ck-bibliography a {
	color: inherit;
	text-decoration: underline;
	transition: all 0.2s ease;
}

.ck-bibliography .ref-links {
	display: inline-block;
}

@media (max-width: 768px) {

	.ck-bibliography-wrapper {
		padding: var(--wp--custom--spacing--medium);
	}

	.ck-bibliography-title {
		font-size: var(--wp--preset--font-size--mobile-header-small);
		line-height: 32px;
	}

	.ck-bibliography {
		gap: var(--wp--preset--spacing--xxsmall);
	}
}
