.pcb-spritpreisen-widget .pcb-tabs {
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0;
	display: flex;
	gap: 2%;
}

.pcb-spritpreisen-widget .pcb-tab {
	width: 32%;
	display: inline-block;
	border: 1px solid #000;
	background-color: #d3d3d3;
	font-weight: normal;
	cursor: pointer;
	padding: 6px 0;
	box-sizing: border-box;
}

.pcb-spritpreisen-widget .pcb-tab.pcb-tab-active {
	border-bottom: 1px solid #fff;
	background-color: #fff;
	font-weight: bold;
}

.pcb-spritpreisen-widget .pcb-stations {
	margin-top: 10px;
}

.pcb-spritpreisen-widget .pcb-station {
	padding: 4px 0;
	border-bottom: 1px solid #eee;
}

.pcb-spritpreisen-widget .pcb-price sup {
	font-size: 0.7em;
}

.pcb-spritpreisen-widget form {
	margin-top: 10px;
	text-align: center;
}
