.wp-block-list {
  padding: 0 0 0 16px;
  list-style-type: disc;
}

.single-news main article .news > h2 {
  font-size: clamp(2.8rem, 3.2vw, 3.6rem);
  font-weight: 700;
}

.single-news main article h2.wp-block-heading {
/*  margin-top: 25px;
  font-size: clamp(2.4rem, 2.8vw, 2.8rem);
  font-weight: 600;
  color: #f08301;*/
	margin-top: 25px;
	margin-bottom: 10px;
	font-size: clamp(2.4rem, 2.8vw, 2.8rem);
	font-weight: 600;
	color: #333;
	padding: 0 0.5em;
	border-left: 10px solid #f08301;
	border-bottom: 2px solid #f08301;
	border-radius: 5px 0 0 5px;
}

article .inner h3 {
  margin-top: 25px;
  font-size: clamp(2rem, 2.4vw, 2.4rem);
  text-align: left;
  color: #f08301;
  font-weight: 600;
}

article .inner h4 {
/*  margin-top: 25px;
  font-size: clamp(1.6rem, 2vw, 2rem);
  text-align: left;
  font-weight: 600;
  color: #f08301;*/
	margin-top: 25px;
	font-size: clamp(1.6rem, 2vw, 2rem);
	text-align: left;
	font-weight: 600;
	color: #333;
	width:fit-content;
	background: linear-gradient(transparent 60%, #fcdbbe 50%);
	letter-spacing: 0.1em;
	text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff;
	padding: 0.3em 0.5em;}
