@charset "UTF-8";

.p-keyword__list{
	display: flex;
	gap: 5px 10px;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	flex-direction: row;
    justify-content: flex-start;
	flex-wrap: wrap;
}

.p-keyword__list__item{
	background-color: #d74f41;
	color: #fff;
	border-radius: 8px;
	padding: 5px 10px;
	list-style: none;

}


.table-caption {
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.4;
	color:#1B5E92;
	margin: 0.5em 0;
	text-align: left;
	}
