article.content {
	width: 100%;
}

#detail-page a,
#informatie-page a {
	border-bottom: 1px solid #ddd;	
}
	#detail-page a:hover,
	#informatie-page a:hover {
		text-decoration: none;
		border-bottom: 1px solid #505050;
	}

#detail-page #pricing a {
	border-bottom: 1px dashed #505050;
	padding-bottom: 3px;
}
	#detail-page #pricing a:hover {
		border-bottom: 1px solid #505050;
		padding-bottom: 3px;
	}

#detail-page .news-item h3 a:not(:hover) {
	border-bottom: none;
} 

section.notifications {
	width: 100%;
	max-width: 768px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-bottom: 10px;
}

.expected-notification,
.outdated-notification,
.event-notification {
	display: flex;
	flex-direction: column;
  align-items: center;	
	text-align: center;
  box-sizing: border-box;
  width: 100%;
	max-width: 768px;
	padding: 10px;
	border: 1px dashed grey;
	background: #ffb833;
}
	.event-notification {
		background: lightblue;	
	}
	.event-notification img {
		display: block;
		border: none;
		width: 100%;
		max-width: 728px;
		margin: 5px auto
	}
	.sbjb	.event-notification img {
			width: 60%;
		}			
	.outdated-notification img {
		display: block;
		border: 1px solid black;	
	}
	.outdated-notification div {
		margin-top: 10px;
		width: 100%;	
	}
	.outdated-notification a,
	.expected-notification a,
	.event-notification a	 {
		font-weight: 400;
		border-bottom: 1px dashed #505050 !important;	
	}
		.outdated-notification a:hover,
		.expected-notification a:hover,
		.event-notification a:hover	 {
			border-bottom: 1px solid #505050 !important;	
		}	

/* Center content within links in outdated/similar notifications */
.outdated-notification > div:not(.space-around) > a,
.outdated-notification .space-around > div > a {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%; /* Allow <a> to use full width of its parent cell */
    border-bottom: none !important; /* Remove unwanted dashed line */
    text-decoration: none; /* Remove default underline */
}

.outdated-notification > div:not(.space-around) > a:hover,
.outdated-notification .space-around > div > a:hover {
    border-bottom: none !important; /* Ensure no line on hover either */
    text-decoration: none;
}

.incentive {
  border-radius: 5px;
  background: lightseagreen;
  padding: 5px; 
  color: white;
  display: block;
	text-align: center;
}
		

.data-table-container,
.info-box-container {
	max-width: 768px;
	width: 100%;
}

div .data-text {
	width: 100%;
	display: inline-block;
	box-sizing: border-box;
	padding: 20px 0;
	border-bottom: 1px solid #ddd;
}
	.data-text p {
	margin: 0 !important;
	line-height: 26px;
	}

div .data-table {
	width: 100%;
	display: inline-block;
	box-sizing: border-box;
	padding: 30px 0;
	border-bottom: 1px solid #ddd;
}

.data-table .inline-block {
	width: 47%
	}
	.data-table div.inline-block:nth-of-type(even) {
		float: right;
		}	

.data-table#icons {
	display: flex;
	justify-content: space-between;
	max-width: 768px;
	padding: 2% 0;
	margin-bottom: 10px;
	}
	
.data-table.has-legend,
.data-table-to-charge-table.has-legend,
.data-table-to-longdistance.has-legend {
	padding-bottom: 15px;
	border-bottom: none;
}
		
.data-table table,
.charge-table table {
	width: 100%;
	}	

.data-table td,
.data-table th,
.charge-table td,
.charge-table th  {
	line-height: 30px;
	padding: 0 5px;
}

.charge-table table {
	border: 1px solid #ccc;
}
	.charge-table table:nth-of-type(n+2) {
		border-top: none;
	}

.charge-table .info-box p:first-of-type {
	margin: 0;
}

.charge-table .info-box ul {
	margin: 0.5em 0;
}

.charge-table .info-box div {
	margin-top: 15px;
}

.charge-table .info-box img {
	display: block;
	border: 1px solid #ddd;
	width: 100%;
	max-width: 282px;
	margin: 10px auto
}	

.charge-table th {
  font-size: inherit;
 	font-weight: 400;  
  padding-bottom: 0px
}
	.charge-table table:nth-of-type(even) th:first-of-type,
	.charge-table table:nth-of-type(even) td:first-of-type {
		text-align: left;
	}

.data-table tr:nth-child(odd),
.charge-table tr:nth-child(odd) {
	background-color: #eee;
}

.charge-table td {
	text-align: center;
}

.charge-table .info-box h3 {
	margin-top: 15px;
}

.charging-table-fast.chargecurve img {
  max-width: 100%;
	border: none;
}

.charging-table-fast.chargecurve .fastned-logo {
	max-width: 150px;
	width: 100%;
	margin: 0px auto;
}

.charging-table-fast.autocharge th {
	text-align: center !important;
	background-color: #eee !important;
}

.charging-table-cost th div,
.charging-table-cost tr div {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin-top: 0 !important;
}

.news-table .news-item {
	margin-bottom: 20px;
}
	.news-table .news-item:last-of-type {
		margin-bottom: 0;
	}
	.news-table .news-item .news-item-text {	
		margin-left: 10px; 
		display: inline-block; 
		max-width: calc(100% - 222px); 
		vertical-align: top;
	}
	.news-table .news-item .news-item-subheader {		
		line-height: 14px;
		display: block;
	}
	.news-table .news-item .news-item-description {		
		margin-top: 5px; 
		display: block; 
		font-size: 14px; 
		line-height: 22px;
		text-align: justify;
	}
	.news-table .news-item img {
		width: 204px; 
		height: 136px;
		vertical-align: top;
		border: 1px solid #B1B1B1;
	}

.content .charge-table .f-12 {
	margin: 0;
	line-height: 18px;
}

.data-table td:nth-child(1) {
	text-align: left;
}
.data-table td:nth-child(2) {
	text-align: right;
}

.data-table h2 {
	padding-bottom: 15px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;	
}

.data-table-legend,
.charge-table-legend {
	box-sizing: border-box;
	font-size: 12px;
	padding: 5px;
	line-height: 15px;
	text-align: center;
}
.charge-table-legend {
	margin-top: 5px !important;
}
.data-table-legend {
	border-bottom: 1px solid #ddd;	
}
#main-data .data-table-legend {
	padding: 5px 5px 30px 5px;
}
#main-data .data-table-legend#main-legend {
	padding: 5px;
}

.data-table-to-charge-table,
.data-table-to-longdistance {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 30px;	
	border-bottom: 1px solid #ddd;		
}

.data-table-url_linkout {
	box-sizing: border-box;
	font-size: 12px;
	padding: 5px;
	line-height: 25px;
	text-align: center;
	border-bottom: 1px solid #ddd;	
}
	.data-table-url_linkout a {
		font-weight: bold;
	}

section.info-box-container,
section.charge-table,
section.detail-video,
section.similar-table,
section.news-table,
section#detailed-data {
	margin-top: 60px;
}
section.info-box-container,
section.detail-video,
section.charge-table,
section.news-table {
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd;	
}
section.detail-video {
	padding-top: 15px;
	border-top: 1px solid #ddd;	
}
	section.info-box-container img {
		display: block;
		margin: 10px auto;
		border: 1px solid grey;
	}	

section#detailed-data {
	display: flex;
	flex-wrap: wrap;
	gap: 50px;
}
section#detailed-data > div {
    width: 100%;
}

#informatie-page .core-content,
#cheatsheet-page .core-content {
	align-items: normal;
}

#informatie-page .core-content p a {
	border-bottom: 1px dashed #3366ff;
	color: #3366ff;
}
#informatie-page .core-content p a:hover {
	border-bottom: 1px solid #3366ff;
}

.TCO.data-table {
	border-bottom: none;
}	
	.tco-sliders tr:nth-of-type(2) {
		background-color: #eee;
	}	
	.tco-sliders input {
		text-align: right;
		background: none;
		border: 0;
		font-weight: 300;
		color: #505050;
	}
	.tco-sliders div.ui-slider {
		margin: 5px 0 10px 0;
	}		

#tco-page .img-main {
	border: none;
	margin-top: 0;
}
#tco-page section {
	margin-top: 20px;
}

#tco-page .data-table h3 {
	font-size: 15px;
	padding: 5px;
}	

#tco-page div .data-table {
	padding: 20px 0;
}	
#tco-page div .data-table.tco-sliders  {
	padding: 10px 0;
	border-bottom: none;
}	

#tco-page #toggle-tco-background {
	margin-top: 20px;
}

#tco-page input {
		border: none; 
		max-width: 50px; 
		text-align: right; 
		background: none;
		font-weight: 300;
		color: inherit;
		border-bottom: 1px grey dashed;
}
#tco-page .tco-sliders input {
		max-width: 80px;
		border: none;
}	
#tco-page .data-table-legend {
	padding: 5px 30px 30px 30px;
}
#tco-page button {
	float: left;
	font-weight: 300;
	height: 30px;
	box-sizing: border-box;
	border: 1px solid #dbdbdb;
	border-radius: 5px;
	color: #27252a;
	background: #fff;
	padding: 0 5px;
}
#tco-page button:hover {
	background: #eee;
}	
#tco-page select {
	font-weight: 300;
	height: 20px;
	box-sizing: border-box;
	border: 1px solid #dbdbdb;
	border-radius: 5px;
	color: #27252a;
	background: #fff;
	padding: 0 5px;
}	
		

.TCO-selector {
	padding-bottom: 15px;
	text-align: center;
}
.TCO-selector button {
	background: none;
	border: none;
	color: inherit;
	width: 150px;
	font-size: 15px;
	font-weight: 300;
}
.TCO-selected {
	border-bottom: 1px solid #505050 !important; 
}

#informatie-page h2,
#tco-page h2,
section#detailed-data h2,
.similar-table h2,
.news-table h2 {
	padding-bottom: 5px;
	border-bottom: 1px solid #ddd;	
}

.similar-table img {
	display: block;
    border: 1px solid #B1B1B1
}

.similar-table .space-around div {
	display: inline-block;
	text-align: center;
}

.similar-table .info-box {
	padding-bottom: 15px;
}
	.similar-table .info-box a {
		font-weight: 400;
	}
	.similar-table .info-box span {
		display: block;
		font-size: 13px;
		line-height: 20px;
	}
	.similar-table .data-table-legend {
		border-top: 1px solid #ddd;
	}

.info-box {
	padding-top: 15px;
}

.info-box h3 {
	margin-bottom: 5px;
}

.data-table h3 {
	font-size: 14px;
	padding-left: 5px;
	line-height: 32px;
}

#informatie-page h2 {
	font-size: 18px;
	line-height: 35px;	
	margin-bottom: 10px;
}

#informatie-page h3 {
	font-size: 16px;
	margin-top: 20px;
}
/*	#informatie-page h3:before { 
	  display: block; 
	  content: " "; 
	  margin-top: -30px; 
	  height: 30px; 
	  background-clip: border-box;
	  visibility: hidden; 
	}
*/

#informatie-page h4 {
	font-weight: inherit;
	text-decoration: underline;
	margin-top: 10px;
	margin-bottom: 5px;
}

	
#informatie-page section {
	margin-top: 40px;
}
	#informatie-page section:first-of-type {
		margin-top: 0;	
	}
	#informatie-page section:last-of-type {
		padding-bottom: 5px;
		border-bottom: 1px solid #ddd;
	}

.core-content p {
	margin: 0.5em 0;
}

.fotorama__active {
    border-radius: 5px;
}

.core-content {
	display: flex;
	flex-direction: column;
  align-items: center;		
	width: 100%;
  box-sizing: border-box;  
  padding: 2% 2.5%;      
}

.img-main {
	border-bottom: 1px solid #ddd;
	width: 100%;
	max-width: 768px;
}

#informatie-page img.top-hero {
	width: 100%;
	height: auto
}

#informatie-page #toc ul{
	margin: 2%;
	padding: 15px;
	border: 1px dashed grey;
	background: #eee;
	vertical-align: top;
	display: inline-block;
}
	#informatie-page #toc li {
		list-style-type: none;
	}
	#informatie-page #toc li.toc-level1 {
		font-weight: 400;
	}
		#informatie-page #toc li.toc-level1:nth-of-type(n+2) {
			margin-top: 15px;
		}
	#informatie-page #toc li.toc-level2 {
		text-indent: 15px;
		font-size: 14px;
	}
		#informatie-page #toc li.toc-level2:before {
			content: "- ";
		}	

#informatie-page .info-table {
	margin: 2%;
	border: 1px dashed grey;
	background: #eee;
	vertical-align: top;
	display: inline-table;
}
	#informatie-page .info-table td,
	#informatie-page .info-table th {
		padding: 8px;		
	}
		
	#informatie-page .bijtelling {
		width: 150px;
		font-size: 12px;
	}
	
	#informatie-page .stekkers {
		max-width: 300px;
		width: 100%;
		font-size: 12px;
	}
		#informatie-page .stekkers td:first-of-type {
			width: 90px;		
		}
		#informatie-page .stekkers img {
			border: 1px solid #ddd;
			width: 100%;
			display: block
		}	

	#informatie-page .stekkers tr,
	#informatie-page .bijtelling tr
	 {
		border-bottom: 1px solid #ddd;
		line-height: 25px;
	}
		#informatie-page .stekkers tr:last-of-type,
		#informatie-page .bijtelling tr:last-of-type
		 {
			border-bottom: 0; 
		}

#informatie-page .example-box {
  box-sizing: border-box;
	width: 94%;
	margin: 3%;
	padding: 10px;
	border: 1px dashed grey;
	background: lightblue;
	display: block;
}

#informatie-page ul {
	padding-left: 20px;
}
	#informatie-page ul li {
		padding: 3px 0;
	}
	#informatie-page li ul li {
		padding: 0;
	}


#cheatsheet-page a {
    text-decoration: underline;
    font-weight: inherit;
    color: inherit;
    cursor: pointer;
}
	#cheatsheet-page a:hover {	
		color: blue;
	}

#cheatsheet-page tr:first-of-type {
	font-weight: 400;
}

#cheatsheet-page tr:first-of-type td:nth-of-type(2) {
	padding: 5px;
}

#cheatsheet-page td:first-child {
	white-space: nowrap;
}

#cheatsheet-page section {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
}

#cheatsheet-page .select_cheatsheet {
	margin-top: 5px;
}

.icon p {
	margin: 0 0 0 10px !important;
	display: inline-block;
	font-weight: normal;
}

.icon span {
	display: block;
	font-size: 13px;
	line-height: 16px;
	font-weight: 300;
}

.icon i {
	font-size: 3em;
}

.data-table#icons a {
	text-decoration: none;
	border-bottom: none;
}

.fa.fa-angle-double-right {
	font-weight: bold;
}

.videowrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
}
.videowrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.compare-from-detail {
	width: 100%;	
	max-width: 768px;
	display: flex;
	border-bottom: 1px solid #ddd;	
	padding-bottom: 10px;
	margin-bottom: 10px;
	justify-content: center;
}

#compareButton,
#compareSimilarButton {
	text-align: center;
	padding: 10px;
	font-size: 1em;
	border-radius: 5px;
	background-color: #0078d7;
	color: white;
	font-weight: 300;
	border: 0;
}

/* Hover state */
#compareButton:hover:not(:disabled) {
    background-color: #005bb5; /* Slightly darker blue on hover */
}

/* Disabled state */
#compareButton:disabled {
    background-color: rgba(240, 240, 240, 0.8); /* Very light grey */
    color: #aaa; /* Light grey text */
    border-color: #eee; /* Very light grey border */
    cursor: not-allowed; /* Not-allowed cursor to indicate disabled state */
    opacity: 0.7; /* Slightly faded appearance */
}

@media only screen and (max-width:750px) {
	.similar-table div.space-around,
	.similar-table .space-around div,
	.outdated-notification div.space-around {
		display: block;
	}

	.similar-table .space-around div {
		margin-top: 25px;
	}

	.similar-table img {
		margin: 0 auto;
	}

	.similar-table .info-box {
		padding-top: 0px;
	}
	
	.news-table .news-item {
		text-align: center;
		margin-bottom: 30px;
	}
		.news-table .news-item .news-item-text {
			margin: 0 auto;
			display: block;
			max-width: 500px;
		}
}

@media only screen and (max-width:700px) {	
	.charging-table-standard tbody td:nth-child(n+4),
	.charging-table-standard th:nth-child(n+4) {
		display: block;
	}	

	.charge-table .mobile-break {
		display: block;
	}

	.sub-header,
	.sub-footer {
		display: block;
		text-align: center;
	}

	.data-table .inline-block {
		width: 100%
	}
		.data-table div.inline-block:nth-of-type(even) {
			float: none;
			margin-top: 15px;
		}

	.TCO.data-table {
			padding-bottom: 10px;
	}

	.TCO-selector {
		padding-bottom: 10px;
	}
	
	.TCO-selector .purchase {
		display: block;
		padding-top: 5px;
	}

	.hide-700 {
		display: none;
	}			

	.icon {
		text-align: center;
	}

	.icon i {
		font-size: 2em;
	}

	.icon p {
		margin: 0 !important;
		display: block;
		font-weight: bold;
	}

	.icon span {
		display: block;
		font-size: 13px;
		line-height: 16px;
		font-weight: normal;
	}
}

@media only screen and (max-width:450px) {
	.charging-table-fast tbody td:nth-child(n+4),
	.charging-table-fast th:nth-child(n+4) {
		display: block;
	}	

	.charging-table-cost th div,
	.charging-table-cost tr div,
	.charging-table-cost th div span,
	.charging-table-cost tr div span {
		display: block;
	}

	.icon p {
		margin: 0 !important;
		display: block;
		font-weight: bold;
		font-size: 12px;
		line-height: 15px;		
	}

	.icon span {
		display: block;
		font-size: 11px;
		line-height: 14px;
		font-weight: normal;
	}

	.event-notification.sbjb img {
		width: 100%;
	}

}

@media only screen and (max-width:360px) {
	#informatie-page .info-table {
		margin: 10px 0;
	}

	.data-table td {
		padding: 0 2px;
	}

	.data-table h3 {
		padding-left: 0px;
	}	
}
