.wp-block-fastmarkets-key-prices .key-prices__header {
	padding-left: 20px;
}

.wp-block-fastmarkets-key-prices .key-prices__title {
	font-weight: 400;
	background-repeat: no-repeat;
	box-sizing: border-box;
	font-family: var( --font );
	font-size: var( --title-3 );
	color: var( --color-list-title );
	display: inline-block;
	margin-bottom: 0;
	margin-top: 0;
	padding-bottom: 12px;
	position: relative;
	line-height: 1.25;
}

.wp-block-fastmarkets-key-prices .key-prices__title::before {
	background: var( --color-primary );
	bottom: 0;
	content: " ";
	height: 4px;
	left: 0;
	position: absolute;
	width: 100%;
}

.wp-block-fastmarkets-key-prices .key-prices__list {
	background: #ececec;
	padding: 20px;
}

.wp-block-fastmarkets-key-prices .key-price__item {
	background: #fff;
	margin-bottom: 10px;
	padding: 10px;
}

body:not(.block-editor-page) .wp-block-fastmarkets-key-prices .key-price__item:last-child {
	margin-bottom: 0;
}

.wp-block-fastmarkets-key-prices .key-price__item a {
	color: var( --color-primary );
}

.editor-styles-wrapper .wp-block-fastmarkets-key-prices .key-price__item a {
	text-decoration: none;
}
