.gas-price-data {
	padding: 10px;
	margin: 5px 4px;

	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 10px;

	border: solid 2px #028177;
	border-radius: 20px;

	background-color: #068aef13;
	background: linear-gradient(143deg, #02e7d524, white);
	box-shadow: 0 2px 5px 0 #02685a99;
	max-width: 360px;
}

.gas-price-date {
	text-align: left;
	font-size: 14px;
	color: #888;
	font-style: italic;
}

.gas-price-title {
	color: #006c63;
	font-size: 24px;
	font-weight: 275;
	text-transform: uppercase;
}

.gas-price-data-rows {
	margin: 0 5px;

	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 10px;
}

.gas-price-row {
	display: flex;
	align-items: center;
	/*flex-basis: 250px;*/
	gap: 5px;
	margin: 0 auto;
}

.gas-price-row:last-child .gas-price div:last-child {
	color: #028177;
}

.gas-price {
	font-size: 16px;
	font-weight: 400;
	font-size: 26px;
	border: 2px solid #028177;
	padding: 5px;
	border-radius: 5px;
	display: flex;
	background: linear-gradient(320deg, #ccf6f3, #eefffe);
	background: linear-gradient(270deg, #e0fdfb, #f8f8f8);
}

.gas-price div:first-child {
	font-weight: 500;
	color: #0046a1;
	border-right: 2px solid #0046a1;
	/*font-size: 26px;*/
	padding-right: 10px;
	min-width: 50px;
	text-align: center;
}

.gas-price div:nth-child(2) {
	font-weight: 600;
	color: #7b0101;
	color: #d52525;
	/*font-size: 20px;*/
	padding-left: 10px;
	min-width: 100px;
	text-align: center;
}

/*.exchange-ref-container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}*/

.gas-price-reference {
	text-align: right;
	font-size: 12px;
	color: #888;
	font-style: italic;
}

/*
<div class="news-graph-wrapper">
<div class="euribor-data"></div>
<div class="electricity-market-data">
  <canvas id="myChartLeft"></canvas>
</div>
<div class="exchange-data"></div>
</div>*/