body.v2026{
	margin-bottom: 0px !important;
}
body.article_2026 #center-part{
	padding: 15px 0;
}
body.article_2026 .relatedban > div:first-of-type, body.article_2026 .ads-columns.videos{
	background: #f8f8f8;
	min-height: 420px;
	margin-top: 20px;
	margin-bottom: 20px;
}
body.article_2026 .megaNews-bar figure label{
	font-style: normal;
}
body.article_2026 .article #center-part h1{
	margin-top: 10px;
	margin-bottom: 20px !important;
}

.trendingItems ul.subinfo li i, .latestNews-box .context-bx ul li i{
	font-size: 13px;
}

.headline .breaking .commenright{
	padding-right: 10px;
}

/* INLINE HEADLINES */
.personalized-articles.in_article_1 {
    margin-bottom: 30px !important;
}

/* TIMECHANGE */
@media only screen and (max-width: 1225px){
	.timezone_settings .ico{
		right: 75px;
		top: 6px;
	}
}


/*POLL*/
body.article_2026 .votepanel .globalradiobtn + label .completed{
	background: #0064cf26;
}
body.article_2026 .votepanel .globalradiobtn+label{
	background: #e8e8e8;
}
body.article_2026 form.voted{
}
body.article_2026 .votepanel{
    margin: 5px;
	background: #f8f8f8;
	padding: 15px;
	margin-bottom: 20px;
}
body.article_2026 .votepanel .totalvote{
	font-size: 14px;
	color: #1f2024;
}

body.article_2026 .short_bio_editor{
    background: #f8f8f8;
    padding: 15px;
    border-top: 2px solid #d9d9d9;
    margin-top: 30px;
    color: #1f2024;
    margin-bottom: 25px;
}
body.article_2026 .short_bio_editor .bio_header{
	display: flex;
	width: 100%;
	align-items: center;
}
body.article_2026 .short_bio_editor .bio_img{
	display: flex;
	width: 80px;
    vertical-align: top;
}
body.article_2026 .short_bio_editor .bio_img img{
	width: 100%;
	border-radius: 50%;
	border: 5px solid #fff;
}
body.article_2026 .short_bio_editor .bio_name{
	display: flex;
	width: auto;
	vertical-align: top;
	padding-left: 15px;
	flex-direction: column;
}
body.article_2026 .short_bio_editor .bio_name a{
	color: #1f2024;
}
body.article_2026 .short_bio_editor .bio_name a:hover{
	color: #0053ac;
	text-decoration: underline;
}
body.article_2026 .short_bio_editor .bio_text{
	margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.6;
}
body.article_2026 .short_bio_editor a.AuthorLink{
	color: #0053ac;
    font-size: 16px;
    line-height: 1.5;
	text-decoration: underline;
}
body.article_2026 .putInComments p{
    font-size: 14px !important;
    line-height: 22px !important;
}

body.article_2026 .short_bio_editor a.AuthorLink:hover{
	text-decoration: underline;
	opacity: 0.85;
}
body.article_2026 .short_bio_editor .bio_name .written_by{
	display: block;
	font-size: 16px;
}
body.article_2026 .megaNews-bar figure{
    margin-top: 0px;
    margin-bottom: 20px;
}
body.article_2026 .short_bio_editor .bio_name .written_name{
	display: block;
	font-weight: 700;
}
body.article_2026 .restHeadlines.in_article .left-side .row{
	display: none;
}

body.article_2026 form.voted .votepanel > div{
	opacity: 0.65;
}
body.article_2026 .votepanel h4{
	margin-bottom: 10px;
}

body.v2026 .headline .hasPoll{
	display: none;
}
body.v2026 .restHeadlines .headline.highlighted .hasPoll{
	display: inline-block;
}
body.v2026 .restHeadlines .headline.highlighted .hasPoll.nearComment{
	background: #ffffffe3;
    position: absolute;
    top: -32px;
    left: 59px;
    padding: 3px 6px 1px;
    border-radius: 0px;
    font-size: 15px;
    font-family: roboto condensed, sans-serif;
    color: #e50918;
}
body.v2026 .restHeadlines .headline.highlighted .hasPoll.nearComment .fa-poll-h{
	opacity: 1;
	font-size: 14px;
}

body.article_2026 .mainlabel{
	margin-top: 5px;
	font-family: 'Roboto Condensed', sans-serif;
}
.mainlabel{
	background: #e50918;
}
.mainlabel:after{
	background: #e50918;
}
.latest-news-list {
    position: relative;
    padding-left: 20px;
    margin-top: 10px;
}

/* Verticale lijn */
.latest-news-list::before {
    content: "";
    position: absolute;
    left: 5px;
    top: 7px;
    bottom: 3px;
    width: 2px;
    background: #d9d9d9;
}

.news-item {
    position: relative;
    margin-bottom: 18px;
    min-height: 24px;
}

/* Bolletje op de lijn */
.news-item::before {
    content: "";
    position: absolute;
    left: -20px;
    top: 6px;
    width: 12px;
    height: 12px;
    background: #ffffff;
    border: 2px solid #bfbfbf;
    border-radius: 50%;
    box-sizing: border-box;
}

/* Tijd links */
.news-time {
    left: 0;
    top: 0;
	width: auto;
	display: inline-block;
	text-align: left;
	font-size: 13px;
    color: #555555d9;
    font-weight: 400;
	line-height: 21px;
}
.news-time-label.news-time-label {
	display: inline-block;
	position:relative;
	font-size: 12px;
	line-height: 12px;
	margin-bottom: -3px;
}

/* Titel */
.news-content a {
    display: block;
    color: #111;
    text-decoration: none;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 700;
	font-family: roboto condensed, sans-serif;
}
.news-content a:hover{
    color: #0053ac;
    text-decoration: underline;
}
.news-content a:hover {
    text-decoration: underline;
}
#rtwidget2025 .widget-header-bar h3{
	font-family: 'Roboto Condensed', sans-serif;
}
#rtwidget2025 .widget-tabs button{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
}
#rtwidget2025 .widget-tabs{
	padding: 0px 8px 0px 8px;
}
#rtwidget2025 a:hover h4{
	color: #0053ac;
	text-decoration: underline;
}

.AR_1.ob-feed-layout .ob-widget-header{
	font-size: 24px;
}
body.article_2026 .articlecontent_txt h3{
	font-family: 'Roboto Condensed', sans-serif;
}
body.article_2026 .megaNews-bar .articlecontent_txt h2{
	font-size: 24px;
	margin-bottom: 0px;
	display: inline-block;
	margin-top: 15px;
}
body.article_2026 .megaNews-bar .recommended_by_editors h2{
	margin-top: 0px;
}
body.article_2026 .megaNews-bar p{
	margin-top: 5px;
	font-size: 18px;
	line-height: 1.6;
	margin-bottom: 25px;
}
body.article_2026 .articlecontent_txt p:first-of-type b{
    font-size: 18px;
    line-height: 1.6;
}
body.article_2026 .left-panel.megaNews-bar.v2026 .newsWithAd .newsCol{
	padding-right: 15px;
}
/*HARD NEW SIZES*/
.container{
	max-width: 1080px !important;
}
#center-part .left-side{
    flex: 0 0 18%;
    max-width: 18%;
}
#center-part .right-side{
	flex: 0 0 82%;
	max-width: 82%;
}
.navigation{
	width: calc(100% - 280px);
}
.latest_news_box{
	margin-left: 10px;
	margin-right: 10px;
}
.latest_news_box h2{
	margin-top: 10px;
}
.latest_news_box.dossier{
	background: #1f2024;
    padding-left: 10px;
    padding-right: 10px;
	margin: 0px;
	margin-bottom: 20px;
	overflow: hidden;
}
.latest_news_box.dossier .latest-news-list::before{
	background: #d9d9d98f;
}
.latest_news_box.dossier .news-item::before{
	border: 2px solid #d9d9d98f;
	background: #1f2024;
}
.latest_news_box.dossier h2, .latest_news_box.dossier .news-content a{
	color: #fff;
}

.latest_news_box.dossier h2.dossierTitle{
    position: relative;
    font-size: 15px;
    line-height: 26px;
	font-weight: 500;
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: -20px;
	display: inline-block;
}
body.article_2026 .dossier .latest-news-list .news-time{
	color: #d3d3d3d9;
}
.mainNews .tag{
    font-size: 14px;
    line-height: 24px;
	font-family: roboto condensed, sans-serif;
}

.latest_news_box.dossier h2.dossierTitle::after{
	border-width: 0 0 26px 11px;
}

.latest_news_box.dossier .news-time{
	color: #ffffffc7;
}

.specials{
	color: #fff;
	background: #1f2024;
	padding: 0px 0px 9px 0px;
	overflow: hidden;
	margin-left: -10px;
	width: calc(100% + 20px);
	margin-top: 25px;
	margin-bottom: 25px;
}
.specials .videoHolder{
	border: none; 
	display: inherit !important; 
	margin-bottom: 10px;
	margin-top: 10px;
}
.latestNews-box {
	border-top: solid 1px #d5d5d573;
	padding: 10px 0 11px;
}
.left-panel.megaNews-bar a.readmore, .mainNews .tag{
	background: #e50918;
}
.mainNews .tag::before{
	border-color: transparent transparent transparent #e50918;
}

.recommended_by_editors .specialsItemHolder .spItem img{
	border-left: 0px;
	border-right: 0px;
}

.recommended_by_editors .specialsItemHolder h3{
	-webkit-line-clamp: 3;
	min-height: calc(1.25em * 3);
}
.recommended_by_editors.commercial{
	/*background: linear-gradient(45deg, #0b74c6 0%, #6a57a9 38%, #c74a8f 62%, #ef2f2f 82%, #ffe600 100%);
	border: 10px solid #1f2024;*/
}
.recommended_by_editors.commercial .spItem{
	/*background: #24262b36;*/
	/*border: 1px solid rgb(255 255 255 / 9%);*/
	/*border: 1px solid #1f2024;*/
}
.specialsItemHolder .itemsz .spItem:hover{
	background: #313338d6;
}
.recommended_by_editors.commercial .spItem:hover{
	/*background: #24262b1a;*/
}
.recommended_by_editors.commercial .spItem:hover h3{
	/*color: #fff;*/
}
.specialsItemHolder a:hover h3{
	color: #dee4eb;
}
.specialsItemHolder .labelSp{
	position: absolute;
	bottom: 0px;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 17px;
	padding: 2px 5px;
	font-weight: 700;
	font-family: roboto condensed, sans-serif;
}
.latestNews-box .figure-bx{
	position: relative;
}
.specialsItemHolder .imgHolderSp{
	position: relative;
}

.specialsItemHolder .spItem{
	width: 65vw;
	display: inline-block;
	white-space: normal;
}
.recommended_by_editors .spItem{
	/*
	new card
	*/
	background: #24262b;
	/*border-radius: 10px;*/
	padding: 10px;
	border: 1px solid rgba(255, 255, 255, 0.05);
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;	
}
.recommended_by_editors .specialsItemHolder{
	margin-top: 10px;
	margin-bottom: 10px;
}
.specialsItemHolder .spItem img{
	width: 100%;
	/*border-left: 10px solid #000;
	border-right: 10px solid #000;*/
}
.specialsItemHolder .itemsz{
	display: flex;
	justify-content: start;
	gap: 10px;
	width: -moz-fit-content;
	width: fit-content;
	margin-right: 0px;
	margin-left: 0px;
}
.specialsItemHolder h3{
	color: #fff;
	font-size: 16px;
	line-height: 1.25;
	margin-top: 7px;
	font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-left: 0px;
  font-family: roboto condensed, sans-serif;
}
.specialsItemHolder .byline, .podcast_teaser .byline{
	font-size: 13px;
	color: #ffffffe0;
	padding: 6px 1px;
	border-top: 1px solid #ffffff26;
}
.specialsItemHolder .byline{
	padding-left: 0px;
}
.specialsItemHolder .byline span i, .podcast_teaser .byline span i{
	margin-right: 4px;
}
.specialsItemHolder .byline span:nth-child(2)::before, .podcast_teaser .byline span:nth-child(2)::before{
	  content: "·";
	  margin: 0 6px;
	  color: #fff;        /* pas aan naar wens */
	  font-weight: bold;
}
.desktopAd{
	display: none;
}

.recommended_by_editors{
	color: #fff;
	background: #1f2024;
	padding: 0px 0px 9px 0px;
	overflow: hidden;
	margin-left: -10px;
	width: calc(100% + 20px);
	margin-top: 25px;
    margin-bottom: 25px;
    background-image: url(https://www.gpfans.com/images/GPfans-RGB.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) calc(0% + 15px);
    background-size: 150px;
}
.all_drivers_holder{
	color: #1f2024;
	background: #fff;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
    width: calc(100% + 1px);
	margin-top: 30px;
	float: left;
	margin-bottom: 35px;
	border-top: 1px solid #d5d5d5;
	padding-top: 10px;
}
.all_drivers_holder h2{
	margin: 10px 10px 0px;
}
.coureur-profile ._flag{
    width: 22px;
    display: table-caption;
    margin: 0px;
    height: 16px;
    margin-right: 3px;
    margin-left: 2px;
}
.inner.youtube-fullwidth{
	border-top: solid 3px #fff; 
}
.labelInfo{
	position: absolute;
	bottom: 0px;
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
	line-height: 14px;
	padding: 2px 5px;
	font-weight: 700;
	font-family: roboto condensed, sans-serif;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
}
.headlinesdata .latestNews-box .context-bx ul li:first-child, .latestNews-box .context-bx ul li.commenright{
	font-size: 13px;
}
.left-panel.megaNews-bar a.readmore{
	padding: 0px;
	left: 10px;
	position: relative;
	width: calc(100vw - 20px);
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	margin-bottom: 15px;
	margin-right: 20px;
}
.left-panel.megaNews-bar a.readmore.regular{
	margin-right: 10px;
}
.v2026 .mainNews.breaking .newsHolder{
	border: 10.3px solid #1f2024;
}
.mainNews.breaking img{
	border: 0px;
}

.dossierTitle{ 
	background: #e50918;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    top: 10px;
    left: 10px;
    width: fit-content;
    text-transform: uppercase;
    position: absolute;
    z-index: 999;
    /* display: none; */
	padding-left: 10px;
	padding-right: 10px;
    font-weight: 700;
	font-family: 'Roboto Condensed', sans-serif;
}

.dossierTitle::after {
	content: '';
	position: absolute;
	top: 0;
	right: -10.5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 28px 10px;
	border-color: transparent transparent transparent #e50918;
	transform: translateX(-0.5px);
    }
.dossierTitle .after{
	content: '';
	position: absolute;
	top: 0;
	right: -10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 28px 10px;
	border-color: transparent transparent transparent #e50918;
	transform: translateX(-0.5px);
	z-index: 1;
}

.mainNews .title h3{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.mainNews a.regular{
    display: block !important;
    padding-left: 10px;
    padding-right: 10px;
}
.mainNews.breaking a.regular{
	background: #1f2024;	
}
.mainNews.breaking a.regular h3{
	color: #fff;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 1.16;
        min-height: calc(1.16em * 3);
}
.mainNews.breaking a.regular .latestNews-box .context-bx ul li{
	color: #c0c0c0;
    font-size: 13px;
    text-transform: none;
    font-weight: 400;
    margin-top: 2px;
}
.mainNews.breaking a.regular .latestNews-box .context-bx ul i{
	opacity: 1;
	color: #bebebe;
}
.mainNews.breaking a.regular .latestNews-box{
	border-top: none;
	padding-top: 2px;
}
.mainNews.breaking a.regular .latestNews-box .context-bx{
	width: calc(100% - 108px);
	padding-left: 10px;
}
.mainNews.breaking .isBreak .tag{
	display: none;
}
.mainNews img{
	margin-bottom: 10px;
}
.left-panel.megaNews-bar a.readmore.yt{
	margin-top: 30px;
	background: #0064cf;
}

.podcast_teaser{
	background: #f6f6f6;
	padding: 0px 10px 10px;
	overflow: hidden;
	margin-left: -10px;
	width: calc(100% + 20px);
	position: relative;
	margin-top: 15px;
	border-bottom: 10px solid #0064cf1f;
}
.podcast_teaser .imgTeasHolder{
	  width: 80px;
	  height: 80px;
	  min-width: 80px;
	  overflow: hidden;
	  position: relative;
	  border-radius: 10px; /* behoudt je huidige rounded corners */
	  margin-right: 10px;
	  margin-top: 10px;
}
.podcast_teaser img.teas{
  width: 100%;
  height: 100%;
  object-fit: cover;        /* vult vierkant, snijdt af */
  object-position: center;  /* pakt altijd het midden */
  display: block;
}
.podcast_teaser .teas_intro{
	
}
.podcast_teaser .teasClock{
	background: #000000;
	bottom: 0px;
	display: inline-block;
	position: absolute;
	font-size: 12px;
	color: #fff;
	border-radius: 0px 0px 10px 0px;
	line-height: 16px;
	padding: 1px 7px 0px;
	opacity: 0.95;
	right: 0px;
}
.podcast_teaser h3{
	margin-bottom: 0px;
	margin-top: 10px;
	font-family: roboto condensed, sans-serif;
	font-size: 16px;
	
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;   /* max 2 regels */
	overflow: hidden;
	text-overflow: ellipsis;

	line-height: 1.16;
	min-height: calc(1.16em * 2); /* altijd hoogte van 2 regels */
	
}
.podcast_teaser .byline{
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 20px;
}
.pod_link{
	color: #0053ac;
	text-decoration: underline;
	font-size: 15px;
}
.podcast_teaser .byline span:first-child::after, .podcast_teaser .byline{
	color: #1f2024;
}
.specialsItemHolder .byline{
	display: none;
}
.recommended_by_editors .specialsItemHolder h3{
	margin-bottom: 2px;
}

.socGrid{
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)); /* 3 kolommen */
  gap: 12px; /* of wat je nu gebruikt */
  justify-items: start; /* links uitlijnen */
}

.socialSide{
	padding: 10px;
}
.socialSide .socLeft, .socialSide .socRight, .socialSide .socMiddle{
	display: table-cell;
	width: 33.3%;
}
.socialSide .socBothHolder{
	display: table;
	width: 100%;
	margin-top: 15px;
	border-bottom: 1px solid #e7e7e7;
}
.socialSide .socItem{
    display: block;
    margin-bottom: 10px;
	text-align: center;
	width: 100%;
}
.socialSide a.socItem:hover ._socialHolder{
	background: #eeeeee;
}
.socialSide .socItem ._social{
	display: inline-block;
    width: 34px;
    height: 34px;
    background-image: url(https://www.gpfans.com/images/social_set.png);
    background-size: 840px;
    background-position: 0px 0px;
    border-radius: 10px;
	border-radius: 50%;
	margin: 6px 6px;
}
.socialSide .socItem ._socialHolder{
	margin: auto;
	display: inline-block;
	text-align: center;
    width: 48px;
    height: 48px;
	border: 1px solid #e7e7e7;
	border-radius: 50%;
}
.socialSide .socItem ._social.facebook{
	background-position: -1px 130px;
}
.socialSide .socItem ._social.instagram{
	background-position: -51px 130px;
}
.socialSide .socItem ._social.ytube{
	background-position: -201px 130px;
}
.socialSide .socItem ._social.tiktok{
	background-position: -302px 130px;
}
.socialSide .socItem ._social.linkedin{
	background-position: -352px 130px;
}
.socialSide .socItem ._social.xx{
	background-position: -101px 130px;
}
.socialSide .socItem .socialTitel{
	display: block;
	width: 100%;
	line-height: 23px;
    color: #555;
	font-size: 13px;
}
.newsLetter p{
	font-size: 14px;
	line-height: 20px;
	margin-top: 0px;
}
.newsLetter .inpHolder{
	position: relative;
}
#subscNewsletterGo{
	display: inline-block;
	width: 40px;
	height: 40px;
	position: absolute;
	right: 2px;
	top: 96px;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
}
#subscNewsletterGo i{
	font-size: 27px;
	margin-top: 7px;
}
#subscNewsletterGo.active i{
	color: #e50918;
}

.newsLetter input.fillInName{
	width: 100%;
	height: 42px;
	padding: 7px 11px;
	line-height: 1.533333;
	font-size: 15px;
	color: #31404b;
	background-color: #fff;
	border: 1px solid #e4e7ed;
	border-radius: 2px;
	box-shadow: none;
	-webkit-transition: border-color ease-in-out .15s;
	transition: border-color ease-in-out .15s;
	margin-top: 4px;
}

/* Container */
.archivePager {
  width: 100%;
  margin: 15px 0;
  color: #555;
  font-size: 15px;
}
/* Inner = 3 kolommen */
.archivePager__inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}

/* Vorige (links) */
.archivePager__btn[rel="prev"],
.archivePager__btn:first-child {
  justify-self: start;
}

/* Pagina X (midden) */
.archivePager__meta {
  justify-self: center;
  font-weight: 600;
  white-space: nowrap;
}

/* Volgende (rechts) */
.archivePager__btn[rel="next"],
.archivePager__btn:last-child {
  justify-self: end;
}

/* Disabled state netjes houden */
.archivePager__btn--disabled {
  opacity: 0.6;
  pointer-events: none;
  color: #555 !important;
}

/* Optioneel: spacing + look */
.archivePager__btn {
	color: #0053ac;
	text-decoration: none;
}

.archivePager__btn:hover {
  text-decoration: underline;
}

.youtube-embed-block{
    background: #1f2024;
	padding: 11px 15px 17px;
	margin-left: 8px;
	margin-bottom: 20px;
	margin-top: -3px;
	border-right: 1px solid #ffffff;
}
.youtube-embed-block h2{
	color: #fff;
}
.youtube-embed-block .latestNews-box{
	margin: 0px;
	width: calc(100% - 15px);
}
.youtube-embed-block .latestNews-box .context-bx{
	padding: 0px;
	margin: 0px;
}
.coureur-profile{
    padding: 10px;
	padding-top: 6px;
}
.coureur-profile .profPic{
	width: 100%;
}
.all_drivers img{
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center;
    transform: scale(1.15);
	width: 100%;
}
.all_drivers a:hover img{
	filter: opacity(0.9);	
}
.all_drivers h2{
	margin-bottom: 10px;
}
.all_drivers{
	width: 100%;
	font-size: 0px;
	padding: 15px;
	background: #fff;
	display: block;
	white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
	flex-wrap: nowrap;
	padding-bottom: 5px;
}
.all_drivers .imgHolder{
	width: -webkit-fill-available;
	overflow: hidden;
	border-radius: 10px;
}
.coureur-profile .short_facs{
    background: #f4f4f4;
    padding: 10px;
	margin-top: 10px;
}
.all_drivers .driver_{
	display: inline-block;
	width: 115px;
	text-align: center;
	margin-right: 0px;
	vertical-align: top;
}
.all_drivers .driver_ b{
    color: #1f2024;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-top: 5px;
	margin-bottom: 3px;
}
.all_drivers a:hover b{
    color: #0053ac;
    text-decoration: underline;
}

.coureur-profile .short_facs .fact{
	margin-top: 5px;
    font-size: 14px;
    line-height: 20px;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    border-bottom-color: #d5d5d5;
    padding-bottom: 7px;
    padding-top: 2px;
}
.coureur-profile .short_facs .fact .subject {
    color: #1f2024;
	font-weight: 600;
}
.coureur-profile .short_facs .fact .answer{
	color: #1f2024;	
}

.coureur-profile .short_facs .fact:first-child{
	margin-top: 0px;
}

.readmore.regular.small{
	margin-right: 0px !important;
	margin-left: 0px !important;
	padding: 0px 15px !important;
	width: auto !important;
	left: auto !important;
    margin-inline-start: auto !important;
	float: none;
	margin-top: 0px !important;
	margin-left: 10px !important;
	margin-bottom: 4px !important;
}





/* Wrapper */
.driversSlider{
  position: relative;
}

/* De horizontale rail */
.driversSlider .all_drivers{
  display: flex;
  gap: 15px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;          /* smooth scroll bij scrollTo */
  -webkit-overflow-scrolling: touch;
  padding: 15px 10px;               /* ruimte voor pijlen */
  scrollbar-width: none;            /* Firefox scrollbar verbergen (optioneel) */
  padding-bottom: 0px;
}
.driversSlider .all_drivers::-webkit-scrollbar{
  display: none;                    /* Chrome/Safari scrollbar verbergen (optioneel) */
}

/* Zorg dat items niet wrappen */
.driversSlider .driver_{
  flex: 0 0 auto;
  text-decoration: none;
}

/* Pijlen */
.sliderArrow{
  position: absolute;
  top: 35%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  line-height: 1;
  background: rgba(255,255,255,1);
  box-shadow: 0 6px 18px rgba(0,0,0,0.12);
  z-index: 2;
  border: 1px solid #999999;
}

.sliderArrow--left{ left: 10px; }
.sliderArrow--right{ right: 10px; }

/* Verborgen toestand (JS togglet dit) */
.sliderArrow.is-hidden{
  display: none;
}

/* Optioneel: kleine fade aan de randen voor “scroll-hint” */
.driversSlider::before,
.driversSlider::after{
  content:"";
  position:absolute;
  top:0;
  bottom:45px;
  width:20px;
  pointer-events:none;
  z-index:1;
}
.driversSlider::before{
  left:0;
  background: linear-gradient(to right, rgba(255,255,255), rgba(255,255,255,0));
}
.driversSlider::after{
  right:0;
  background: linear-gradient(to left, rgba(255,255,255), rgba(255,255,255,0));
}

#center-part .right-side .readmore.regular{
	margin-right: auto;
	left: auto;
	width: 100%;
	margin-bottom: 0px;
}
body.article_2026 .datetime, body.article_2026 .datetime i{
	color: #555;
	font-style: normal;
	font-size: 14px;
}
body.article_2026 .datetime .fa-clock{
	margin-right: 3px;
}
body.article_2026 .datetime span:before{
	content: "•";
    margin-left: 4px;
    margin-right: 8px;
}
body.article_2026 .datetime{
    margin-bottom: 20px;
    display: block;
}
body.article_2026 .megaNews-bar .author img{
	height: 60px;
}
body.article_2026 .megaNews-bar .author .authInfo{
    height: auto;
    line-height: 1.5;
	margin-left: 5px;
	display: block;
}
body.article_2026 .megaNews-bar .author{
    background: #f8f8f8;
    padding: 10px;
	margin-bottom: 25px;
	align-items: center;
}
body.article_2026 .author .authInfo a{
	font-weight: 700;
}
body.article_2026 .author .authInfo a:hover{
	color: #0053ac !important;
}
body.article_2026 .authInfo .author_desc{
	display: block;
}
body.article_2026 .authInfo .job_title:before{
	content: "•";
    margin-left: 4px;
    margin-right: 8px;
}
body.article_2026 .megaNews-bar .author a, body.article_2026 .megaNews-bar .author .job_title{
	color: #1f2024;
}
body.article_2026 .megaNews-bar .author_desc{
	color: #555;
}
p.article-subtitle{
	font-weight: 600;
}
a.calendar_race:hover{
	filter: opacity(0.9);
}

a.calendar_race h2{
    line-height: 30px;
}
a.calendar_race:hover h2{
    color: #0053ac !important;
    text-decoration: underline;
}
a.calendar_race.is_winner:hover h2{
	color: #b2cdea !important;
}
div.h2.archiveDayHeader{
    font-family: 'Roboto Condensed', sans-serif;
    color: #1f2024;
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    line-height: 1.5;
    letter-spacing: -0.2px;
}

body.archive.v2026 div.h2.archiveDayHeader--first{
	display: none;
}
body.archive.v2026 div.h2.archiveDayHeader{
    margin-left: 13px;
	margin-top: 10px;
}


@media only screen and (min-width: 1114px) { /*DESKTOP*/
	body.v2026 .restHeadlines .headline.highlighted .hasPoll.nearComment .fa-poll-h{
		display: none;
	}
	.mainNews.breaking a.regular .latestNews-box .context-bx ul{
		display: none;
	}
	.mainNews.breaking a.regular h3{
		-webkit-line-clamp: 4;
		min-height: calc(1.16em * 4);
		font-size: 18px;
		margin-bottom: 0px;
		padding-right:10px;
	}
	.mainNews.breaking a.regular .figure-bx img{
        width: 100%;
        height: auto;
		aspect-ratio: auto;
	}
	.mainNews.breaking a.regular{
		padding-right: 0px;
	}
	.all_drivers{
		white-space: normal;
		overflow-x: auto;
		overflow-y: auto;
	}
	.newsLetter{
        margin-top: 15px;
        border-bottom: 1px solid #e7e7e7;
        padding-bottom: 15px;
        margin-bottom: 5px;
	}
	
	.calendarHolder{
        background: #f8f8f8;
        margin-left: 0px;
        width: 100%;
        margin-top: 8px;
        padding: 0px 10px;
	}
	.calendarHolder .calendar_table{
		display: table;
		width: 100%;
	}
	.calendarHolder .calendar_table .calendar_head, .calendarHolder .calendar_table .calendar_weekend{
		width: 100%;
		display: table;
	}
	.calendarHolder .calendar_table .calendar_head{
		font-family: 'Roboto Condensed', sans-serif;
		color: #1f2024;
		border-top: 1px solid #e7e7e7;
		padding-top: 5px;
		margin-top: 5px;
        text-transform: uppercase;
        font-size: 13px;
		padding-bottom: 2px;
	}
	.calendarHolder .calendar_table .calendar_head .calendar_date{
		font-size: 13px;
	}
	.calendar_weekend ._flag{
		  flex: 0 0 20px;          /* zelfde als je huidige width */
		  width: 20px;
		  float: none;             /* belangrijk: float uit */
	}
	.calendar_weekend ._place{
        color: #1f2024;
        font-size: 14px;
		  flex: 1 1 auto;
		  padding-left: 10px;
		  min-width: 0;
	}
	.calendar_table .calendar_weekend:last-of-type {
        border-bottom: 1px solid #e7e7e7;
        margin-bottom: 15px;
	}
	.calendarHolder a.calendarClick, .latest_news_box a.regular{
		text-transform: uppercase;
		font-family: 'Roboto Condensed', sans-serif;
		font-size: 16px;
		margin-bottom: 15px;
		background: #e50918;
        width: 100%;
        margin-right: 10px !important;
		text-align: center;
		border-radius: 5px;
		line-height: 36px;
		color: #fff;
		display: inline-block;
	}
	.calendarHolder a.calendarClick:hover, .latest_news_box a.regular:hover{
		text-decoration: none;
		opacity: 0.85;
	}
	.calendarHolder .calendar_table .calendar_weekend{
		border-top: 1px solid #e7e7e7;
		padding: 6px 0px;
	}
	.calendarHolder .calendar_table .calendar_weekend figure{
		margin-bottom: 0px;
		margin-top: 0px;
	}
	.calendar_weekend ._place span{
		display: block;
		line-height: 20px;
	}
	.calendar_weekend ._place b{
		text-transform: uppercase;
	}
    font-weight: 500;
	.calendar_weekend figure{
		margin-bottom: 0px;
	}
	.calendarHolder .calendar_table .calendar_race{
		display: flex;
		align-items: center;
	}
	.calendarHolder .calendar_table .calendar_date{
		display: table-cell;
		width: 100px;
        color: #1f2024;
        font-size: 14px;
		line-height: 20px;
		text-align: right;
		padding-right: 10px;
		vertical-align: middle;
	}
	.calendarHolder .calendar_table .calendar_weekend .calendar_date{
		color: #555;
	}
	
	
	.mobileOnly{
		display: none;
	}
	.left-panel.megaNews-bar a.readmore.yt{
		width: calc(100% - 27px);
		margin-right: auto;
		margin-left: 4px;
		float: none;
		margin-top: 19px;
	}
	.mainNews .title h3{
		font-size: 32px;
	}
	.mainNews.breaking .title{
		padding: 15px 15px;
	}
	.mainNews.breaking .title h3{
		font-size: 40px;
	}
	.mainNews.breaking a.regular{
		margin-inline-start: 0px;
		height: auto;
		width: 50%;
		display: inline-block !important;
	}
	.mainNews.breaking a.regular:only-of-type{
		width: 100%;
	}
	.mainNews.breaking a{
		display: block;
	}
	.dossierTitle::after {
		border-width: 0 0 31px 11px;
	}
	body.v2026 #content-part{
		padding-top: 21px;
	}
	.specialsItemHolder .itemsz{
		display: block;
	}
	.specials .specialsItemHolder .spItem{
		width: calc(100% - 15px);
		display: flex !important;
		margin-right: 0px;
		margin-top: 10px;
		background: #24262b;
		padding: 10px;
		border: 1px solid rgba(255, 255, 255, 0.05);
		box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
		transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
	}
	.specials .specialsItemHolder .spItem .imgHolderSp{
		width: 130px;
		display: inline-block;
	}
	.specials .specialsItemHolder{
		width: 40%;
		display: table-cell !important;
        vertical-align: top;
		padding-top: 45px;
	}
	.specials .specialsItemHolder h3{
		display: -webkit-box;
		width: calc(100% - 130px);
		padding-left: 10px;
        max-height: calc(1.25em * 3);
        overflow: hidden;
        -webkit-line-clamp: 3;
        min-height: calc(1.25em * 3);
	}
	.specials .videoHolder{
		width: 60%;
		vertical-align: top;
		display: table-cell !important;
	}
	.specials .videoHolder > div{
		border: 15px solid #1f2024;
	}
	.specials .specialsItemHolder .itemsz{
		border-spacing: 0px 0;
		margin-left: 0px;
	}
	.specials h2{
		position: absolute;
		margin-left: 620px;
	}
	.specials {
		width: 100%;
	}
	.specials.videosBlok{
		width: calc(100% + 10px);
		padding: 0px 0px 0px 0px;
	}
	.specials.videosBlok h2{
		padding: 15px 10px 0px 18px;
	}
	.specials .completeVideoBlock{
		display: table;
		width: 100%;
	}
	/*.homepage.v2026 .left-panel.megaNews-bar a.readmore{
		width: calc(100% - 525px);
		margin-right: 350px !important;
	}*/
	
	.latestNews-box .context-bx h3{
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		min-height: calc(1.2em * 3);
	}
	.headlinesdata .right-side .row .headline:first-child .latestNews-box{
		border-top: 0px !important;
	}
	
	.restHeadlines .headline:first-child .latestNews-box {
		border-top: none;
	}

	#center-part .left-panel .vHead .inner{
		border-top: solid 3px #d5d5d573;
		padding-top: 10px;
	}
	.recommended_by_editors h2, .specials h2{
		color: #fff;
        line-height: 22px;
        font-size: 22px !important;
        display: inline-block;
        padding: 15px 10px 0px 14px;
	}

	.recommended_by_editors{
		margin-left: 0px;
		width: 100%;
	}
	#content-part .leaderboardbg{
		background: #f8f8f8 !important;
	}
	
	.left-panel.megaNews-bar.v2026{
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}
	.v2026 .mainNews .newsHolder{
		width: 100%;
	}

	.v2026 .mainNews{
		display: block;
	}
	.mainNews a{
		width: calc(50% - 8px);
	}
	.mainNews a:nth-child(2) {
		margin-inline-start: 15px; /*second news item*/
	}
	.mainNews .tag::before{
		right: -13.5px;
	}
	.v2026 .inner.bordernone{
		overflow: visible;
	}
	.desktopAd, .desktopAdBottom{
		width:335px; 
		text-align: center; 
		display: inline-block;
	}
	.newsWithAd{
		width: 100%;
	}
	.newsWithAd .newsCol{
		width: calc(100% - 350px);
	}
	.desktopAdHolder{
		display: table-cell;
		vertical-align: top;
		height: 100%;
        background: #f8f8f8;
        border-left: 15px solid #fff;
		width: 350px;
	}
	
	/* 1) Zet de container netjes "clearing" zodat floats niet instorten */
	.left-panel.megaNews-bar.v2026 .newsWithAd::after {
	content: "";
	display: table;
	clear: both;
	}

	/* 2) Linker kolom: nieuws */
	.newsWithAd{
		display: table;
		overflow: hidden;
	}
	.left-panel.megaNews-bar.v2026 .newsWithAd .newsCol {
		display: table-cell;
		width: calc(100% - 350px); /* 335 + 15 spacing */
	}

	/* 3) Rechter kolom: ad */
	.left-panel.megaNews-bar.v2026 .newsWithAd .desktopAd, .left-panel.megaNews-bar.v2026 .newsWithAd .desktopAdBottom {
		width: 335px;
		position: sticky;
		top: 70px;          /* pas aan naar jouw headerhoogte */
		z-index: 10;

		/* BELANGRIJK: jouw oude inline-block/margin-left uitzetten */
		display: block;
		margin-left: 0;

		/* sticky */
		position: sticky;
		top: 0px;

		text-align: center;
	}
	
  .left-panel.megaNews-bar.v2026 .inner {
    overflow: visible;
  }

	/* 4) Als jij een oude rule hebt die newsCol width zet, kill hem hard */
	.newsWithAd .newsCol {
	max-width: none !important;
	}
	.specialsItemHolder .spItem{
		width: calc(100% / 4);
		margin-right: 10px;
	}
	#center-part h1{
		font-size: 20px;
		line-height: 24px;
	}
	.megaNews-bar h2{
		font-size: 20px;
		line-height: 1.2;
	}
	#center-part .left-side h2{
		margin-top: 4px;
	}
	.specialsItemHolder{
		width: 100%;
		white-space: nowrap;
		margin-top: 15px;
	}
	body.v2026 .latestNews-box .figure-bx {
		width: 140px;
	}
	body.v2026 .headlinesdata .latestNews-box .context-bx{
		width: calc(100% - 130px);
	}
	.specialsItemHolder h3{
		font-size: 18px;
	}
	.specialsItemHolder .itemsz{
		border-spacing: 15px 0;
		display: table;
	}
	.specialsItemHolder .itemsz .spItem{
		display: table-cell;
	}
	.labelInfo{
		font-size: 13px;
		line-height: 17px;
	}
	.latestNews-box .context-bx ul li.commenright{
		margin-right: 0px;
	}
	.mainNews.breaking .isBreak:nth-of-type(2){
		display: none;
	}
	.podcast_teaser{
		background: #f8f8f8;
		margin-left: 0px;
		width: 335px;
		margin-top: 8px;
		border-bottom: 1px solid #0064cf1f;
		margin-bottom: 10px;
	}
	.podcast_teaser .imgTeasHolder{
		display: inline-block;
	}
	.podcast_teaser .teas_intro{
		display: inline-block;
		width: calc(100% - 95px);
	}
	.podcast_teaser a.readmore.regular{
		background: #0064cf !important;
        width: 100%;
        margin-right: 10px !important;
	}
	.restHeadlines .headline.highlighted .figure-bx{
		width: 380px;
		display: flex;
	}
	.restHeadlines .headline.highlighted h3{
		font-size: 24px;
		-webkit-line-clamp: 6;
		min-height: calc((1.2em * 6) - 6px);
	}
	#commentInArticle{
		display: none;
	}
	.personalized-articles .article p{
		margin-bottom: 0px !important;
		font-size: 16px !important;
	}
	/*RELATED NEWS*/
	body.article_2026 .restHeadlines.in_article > .inner{
		border-top: 0px !important;
	}
	body.article_2026 .restHeadlines.in_article H2{
		padding-bottom: 5px;
	}
	body.article_2026 .restHeadlines.in_article .headline.highlighted{
		
	}
	
	body.article_2026 #content-part.article .restHeadlines.in_article ul{
		margin: 0px;
	}
	body.article_2026 #content-part.article .restHeadlines.in_article ul li{
		padding: 0px;
		border-bottom: 0px;
		margin-bottom: 0px;
	}
	
}

@media only screen and (max-width: 1113px) { /*MOBILE*/
	body.coureurP2026 h1{
		display: none !important;
	}
	body.coureurP2026 .coureur-profile{
		margin-top: 46px;
	}
	.gp-mobile-teaser .timetable{
		margin-top: 5px;
		margin-bottom: 3px;
	}
	body.authorP2026 #center-part{
		margin-top: 55px;
	}
	body.authorP2026 .authorphotoV2{
		margin-right: auto;
		margin-left: auto;
	}
	body.authorP2026 .authorCardV2{
        width: calc(100% + 15px);
        padding: 15px;
	}
	body.authorP2026 #center-part h1{
		text-align: center;
	}
	body.authorP2026 .authorRole{
		text-align: center;
        margin-top: -5px;
        border-bottom: 1px solid #d5d5d5;
        padding-bottom: 12px;
	}
	body.authorP2026 .authorSocials{
		margin: 4px 0 10px;
	}
	body.authorP2026 .authorBio{
		margin-top: 18px;
		padding-top: 8px;
	}
	body.authorP2026 .authorBio h2{
		margin-left: 0px;
	}
	body.authorP2026 .authorUpdated{
		font-style: italic;
		font-size: 13px;
	}
	body.authorP2026 .authorSideCard{
		background: #1f2024;
		color: #fff;
	}
	body.authorP2026 .authorSideCard p, body.authorP2026 .sideBlock + .sideBlock, body.authorP2026 .statLbl, body.authorP2026 .sideList li{
		color: #fff;
	}
	body.authorP2026 .all_drivers_holder h2{
		padding-left: 10px;
	}
	body.archive.v2026 .restHeadlines h2{
		padding-left: 3px;
	}
	body.authorP2026 .authorBio h2{
		padding-left: 0px !important;
	}
	body.authorP2026 .all_drivers_holder{
		margin-bottom: 0px;
	}
	
	#rtwidget2025 .article{
		margin: 0px 12px;
		padding: 10px 0px;
		margin-bottom: 0px !important;
	}
	.votepanel.noborder>div{
        padding-top: 10px;
        padding-bottom: 10px;
	}
	/*MOBILE ARTICLE*/
	body.article_2026 .restHeadlines.in_article{
		margin-top: 0px;
	}
	body.article_2026 .megaNews-bar .recommended_by_editors{
		margin-left: 0px;
		width: 100%;
	}
	
	body.article_2026 .restHeadlines.in_article .latestNews-box{
		padding-top: 10px;
		margin-right: 0px;
		margin-left: 0px;
		margin-top: 0px;
		width: calc(100% + 0px);
	}
	body.article_2026 .restHeadlines.in_article .highlighted .latestNews-box{
		margin-left: 3px;
	}
	body.article_2026 .restHeadlines.in_article .highlighted .context-bx{
		width: calc(100% - 0px) !important;
	}
	
	body.article_2026 .restHeadlines.in_article h2{
		margin-top: 10px;
		margin-left: 9px;
	}
	body.article_2026 .restHeadlines.in_article .right-side .row{
		margin-left: 0px !important;
		width: calc(100% - 20px);
	}
	body.article_2026 .restHeadlines.in_article .right-side h3{
        padding-right: 0px !important;
        padding-left: 0px !important;
	}
	body.article_2026 .restHeadlines.in_article .right-side ul{
		margin-top: 0px !important;
		margin-bottom: -4px !important;
	}
	body.article_2026 .restHeadlines.in_article .right-side ul li{
		padding: 0px !important;
		border-bottom: 0px !important;
	}
	
	body.article_2026 .articlecontent_txt h3{
		padding: 0px 10px;
	}
	
	body.article_2026 .sharethis-inline-share-buttons{
		padding: 10px 10px
	}
	body.article_2026 .topics.in_article{
		padding: 0px 10px 10px 10px;
	}
	body.article_2026 .megaNews-bar figure label{
		line-height: 28px !important;
		margin-top: -28px !important;
	}
	body.article_2026 figure figcaption{
		line-height: 28px;
	}
	body.article_2026 .short_bio_editor{
		margin-top: 15px;
		margin-bottom: 20px;
		padding: 10px;
	}
	body.article_2026 .short_bio_editor .bio_name .written_name	{
		line-height: 1.2;
	}
	body.article_2026 .short_bio_editor .bio_text{
		line-height: 1.5;
		margin-top: 10px;
	}
	body.article_2026 #center-part{
		padding: 5px 0;
		margin-top: -5px;
	}
	body.article_2026 #center-part .firstRow{
		/*background: green;*/
		margin-left: -10px;
		margin-right: -10px;
	}
	body.article_2026 #center-part .left-panel.v2026{
		padding: 0px;
	}
	body.article_2026 div.personalized-articles .article{
		margin: 0px;
		padding: 10px;
	}
	body.article_2026 .articlecontent_txt div.personalized-articles h3{
		padding: 0px;
		margin: 0px;
	}
	body.article_2026 .articlecontent_txt div.personalized-articles p{
		margin-bottom: 0px;
		font-size: 15px;
	}
	body.article_2026 .left-panel.megaNews-bar.v2026 .newsWithAd .newsCol{
		padding-right: 0px;
	}
	body.article_2026 .left-panel.megaNews-bar.v2026 figure{
        margin-inline-start: 0px;
        width: 100%;
		margin-top: 0px;
		margin-bottom: 10px;
	}
	body.article_2026 .article #center-part h1{
		padding: 0px 10px;
		margin-bottom: 15px !important;
		padding-top: 30px;
	}
	body.article_2026 .megaNews-bar .author{
		margin-bottom: 10px;
	}
	body.article_2026 .datetime{
		margin-bottom: 5px;
		padding: 0px 10px;
	}
	body.article_2026 .megaNews-bar p{
		margin-bottom: 15px;
		padding: 0px 10px;
		margin-top: 2px;
	}
	body.article_2026 .mainlabel{
		margin-top: 0px;
		margin-bottom: 5px;
		padding: 0px 10px;
		letter-spacing: 0px;
		font-size: 12px;
		line-height: 24px;
		position: absolute;
	}
	body.article_2026 .article #center-part h1{
        font-size: 28px !important;
        line-height: 1.2 !important;
	}
	body.article_2026 .megaNews-bar .author_desc{
		display: none;
	}
	body.article_2026 .megaNews-bar .author img{
		height: 38px;
	}
	body.article_2026 .megaNews-bar .author{
		padding: 5px 10px;
		display: flex;
	}
	body.article_2026 .articlecontent_txt p:first-of-type b, body.article_2026 .megaNews-bar p{
		font-size: 17px;
		line-height: 1.5;
	}
	.putInComments p{
        font-size: 14px !important;
        line-height: 22px !important;
	}
	.putInComments .comment .comment_content .comment_head > b{
		max-width: calc(33%) !important;
	}
	body.article_2026 .relatedban > div:first-of-type, body.article_2026 .ads-columns.videos{
		min-height: auto;
	}
	body.article_2026 .ads-columns.videos .video{
		margin: 0px -10px;
	}
	body.article_2026 .relatedban > div:first-of-type, body.article_2026 .ads-columns.videos{
		margin-top: 10px;
		margin-bottom: 10px;
	}
	body.article_2026 .megaNews-bar .articlecontent_txt h2{
		margin-left: 10px;
		margin-right: 10px;
		line-height: 1.2;
		font-size: 19px !important;
	}
	.megaNews-bar .embed{
		background-color: none;
		padding: 0px;
	}
	
	.recommended_by_editors{
		background-image: none;
	}
	.coureur-profile .short_facs .firstname, .coureur-profile .short_facs .lastname{
		display: block;
		line-height: 32px;
	}
	.coureur-profile .short_facs .driver_label{
		text-transform: uppercase;
		color: #fff;
		display: inline-block;
		padding: 0px 8px;
		letter-spacing: 0.5px;
		font-weight: 500;
		position: relative;
        line-height: 21px;
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 13px;
		background: #e50918;
	}
	.coureur-profile .short_facs .driver_label::before{
        border-width: 0px 0px 21px 10px;
        right: -9.7px;
        transform: translateX(-0.5px);
		border-color: transparent transparent transparent #e50918;
		content: '';
		position: absolute;
		top: 0;
		width: 0;
		height: 0;
		border-style: solid;
	}
	h2.archiveDayHeader::after{
		display: none;
	}
	.restHeadlines .forTheButton{
		line-height: 0px;
	}
	#center-part .right-side .readmore.regular{
		margin-top: 0px;
		margin-bottom: 20px;
	}
	.buttonHolder{
		padding: 0px;
		margin: 0px;
		margin-left: 0px !important;
		padding-left: 22px;
	}
	.coureur-profile .profPic{
		width: 100%;
		margin-left: 20%;
	}
	.left-panel.megaNews-bar .completeVideoBlock a.readmore.yt{
		margin-top: 10px;
	}
	.completeVideoBlock .specialsItemHolder .spItem{
		width: 40vw;
	}
	.podcast_teaser a.readmore.regular{
		margin-bottom: 0px;
	}
	.coureur-profile .profPicHolder::after{
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		height: 100%; /* pas aan naar smaak */
		background: linear-gradient(to right, rgb(31, 32, 36) 22%, rgb(31 32 36 / 65%) 50%, rgba(31, 32, 36, 0) 70%);
		pointer-events: none;
	}
	.coureur-profile .short_facs{
		display: none;
	}
	.coureur-profile .short_facs .fact_team, .coureur-profile .short_facs .fact_pos{
		font-size: 16px;
		line-height: 24px;
        width: 50%;		
	}
	.coureur-profile .short_facs .fact_pos{
		margin-top: 10px;
	}
	body.coureurP2026 .driversSlider .sliderArrow{
		display: none;
	}
	.coureur-profile .short_facs .fact_team span{
		font-size: 14px;
		opacity: 1;
		/*display: block;*/
		line-height: 20px;
		font-weight: 400;
		/*text-decoration: underline;*/
		margin-top: 10px;
		text-transform: none;
	}
	.coureur-profile .short_facs .fact_team{
		text-transform: none;
		font-family: 'Roboto';
	}
	
	.coureur-profile .short_facs .fact_team span:after{
		content: ":";
		margin-left: 1px;
	}
	.coureur-profile .short_facs.inHead{
		display: block;
		position: absolute;
		top: 0px;
		background: none;
		color: #fff;
		font-family: 'Roboto Condensed', sans-serif;
		font-size: 28px;
		line-height: 0px;
		text-transform: uppercase;
		font-weight: 700;
		margin-left: 0px;
		padding-top: 0px;
	}
	.coureur-profile .short_facs .firstname{
		margin-top: 10px;
	}
	.coureur-profile .short_facs .fact{
		border-bottom: none;
		color: #fff;
	}
	.coureur-profile .short_facs .fact .subject{
		color: #fff;
		font-weight: 500;
	}
	.coureur-profile .short_facs .fact .answer{
		color: #fff;
	}
	.coureur-profile .profPicHolder{
		position: relative;
	}
	.restHeadlines .headline.highlighted i.fa-poll-h{
		opacity: 0.8;
		color: #fff;
		font-size: 16px !important;
		margin-top: 3px;
	}
	#commentInArticle{
		float: right;
		background: #1f2024;
		padding: 4px 10px;
		margin-top: 0px;
		font-size: 15px;
		color: #fff;
		margin-right: 10px;
		border-radius: 5px;
	}
	#commentInArticle .fa-comment{
		margin-right: 5px;
	}
	#commentInArticle .fa-comment.bold{
		margin-right: 0px;
	}
	.coureur-profile .short_facs {
		margin-top: 0px;
		margin-left: -10px;
		width: calc(100% + 20px);
		background: #f8f8f8;	
	}
	.coureur-profile ._flag figure{
        margin-inline-start: 0px;
        width: auto;
	}
	.coureur-profile{
		padding: 0px;
	}
	body.archive.v2026 .coureur-profile h2{
        margin-left: 0px;
        padding-left: 0px;
	}
	body.archive.v2026 .coureur-profile h2::after{
		display: none;
	}
	.youtube-embed-block{
		margin-left: 7px;
		padding: 0px;
	}
	.all_drivers_holder h2{
		margin-left: -1px !important;
	}
	.all_drivers_holder h2::after{
		display: none;
	}
	.all_drivers .driver_{
		width: 95px;
	}
	.all_drivers .driver_ b{
		font-size: 13px;
	}
	.driversSlider .all_drivers{
		padding: 10px 10px;
		gap: 10px;
	}
	.driversSlider::before, .driversSlider::after{
		width: 15px;
	}
	.all_drivers_holder{
		width: calc(100% + 20px);
		margin-left: -10px;
		padding-top: 0px;
		margin-top: 20px;
	}
	.youtube-fullwidth{
		margin-bottom: 15px;
	}

	body.coureurP2026 #content-part{
        margin-top: -46px;
        z-index: 1;
	}
	
	body.coureurP2026 .newsWithAd.firstPart{
		display: flex;
		flex-direction: column;
	}
	body.coureurP2026 .newsWithAd.firstPart .desktopAdHolder{
		order: 1;
	}
	body.coureurP2026 .newsWithAd.firstPart .newsCol{
		order: 2;
		margin-top: 12px;
	}
	
	.coureur-profile{
		background: #1f2024;
		margin-left: -10px;
		width: calc(100% + 20px);
		position: relative;
	}
	body.archive.v2026 .coureur-profile h2{
		display: none;
	}
	.coureur-profile .short_facs{
		background: #1f2024;
        margin-left: 0px;
        width: calc(100% + 0px);
	}
	
	body.archive.v2026 .youtube-embed-block h2{
		color: #fff;
		background-color: #0064cf;
		margin-left: 0px;
		margin-top: 3px;
		margin-bottom: 10px;
		text-transform: uppercase;
        line-height: 28px;
        font-size: 14px !important;
		font-weight: 700;
		font-family: 'Roboto Condensed', sans-serif;
		display: inline-block;
		padding-left: 7px;
	}
	body.archive.v2026 .youtube-embed-block h2::after{
		border-color: transparent transparent transparent #0064cf;
	}
	.youtube-embed-block .latestNews-box{
		width: calc(100% - 20px);
	}
	.archivePager {
		margin: 0px;
		padding-right: 10px;
		padding-left: 5px;
		border-top: 3px solid #ececec;
		margin-top: -10px;
		padding-top: 10px;
	}
	body.archive.v2026 	#center-part h1{
		display: block;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	body.archive.v2026 .newsWithAd .inner.bordernone{
		margin-left: -15px;
        width: calc(100% + 15px);
        margin-top: -10px;
	}
	body.archive.v2026 h2{
		display: block;
		background: none;
		color: #1f2024;
		line-height: 34px;
		font-size: 20px !important;
		text-transform: none;
	}
	body.archive.v2026 h2 span{
		display: block;
	}
	
	body.archive.v2026 h2.archiveDayHeader--first {
		display: none;
	}
	
	.gp-mobile-teaser{
		color: #fff;
		padding: 7px 0px 12px 10px;
        margin: 0px 0px 0px;
        border-radius: 0px;
		background: #1f2024;
		border-top: 1px solid #b1b0b02e;
	}
	.gp-mobile-teaser .timetable .session{
		background: #2e2f32;
	}
	
	
	.newsLetter p{
		padding: 0px 10px;
		color: #fff;
	}
	.socialSide{
		padding: 0px;
	}
	.socialSide .newsLetter{
		margin-left: -10px;
		background: #1f2024;
		color: #fff;
		width: calc(100% + 20px);
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	#subscNewsletterGo i{
		color: #1f202469;
		margin-right: 15px;
	}
	.socialSide .newsLetter h2{
		margin-left: 10px !important;
		margin-top: 0px !important;
		margin-bottom: 10px !important;
		color: #fff;
		padding-top: 10px;
	}
	.newsLetter input.fillInName{
		width: calc(100% - 20px);
		margin-left: 10px;
		background-color: #ffffff;
		border: 1px solid #ffffff;
		border-radius: 12px;
	}
	.desktopOnly{
		display: none;
	}
	.podcast_teaser h2, .videosBlok h2, .recommended_by_editors h2{
		margin-left: -10px !important;
        background: #0064cf !important;
        color: #fff;
        display: inline-block;
        position: relative;
        padding: 0px 10px;
		text-transform: uppercase;
		line-height: 28px;
		font-size: 14px !important;
	}
	.videosBlok h2{
		padding: 0px 10px 0px 20px;
		margin-bottom: 5px !important;
	}
	.podcast_teaser h2:after{
		border-color: transparent transparent transparent #0064cf !important;
	}
	.recommended_by_editors h2{
		background: #e50918 !important;
		padding-left: 20px;
		margin-bottom: 5px !important;
	}
	.recommended_by_editors h2:after{
		border-color: transparent transparent transparent #e50918 !important;
	}
	.podcast_teaser a.readmore.regular{
		background: #0064cf !important;
	}
	.specialsItemHolder .itemsz{
		margin-right: 10px;
		margin-left: 10px;
	}
	.v2026 .mainNews.breaking .newsHolder{
		margin-top: -5px;
	}
	.dossierTitle{ 
		font-size: 16px;
		line-height: 28px;
		top: 10px;
		left: 10px;
	}
	.mainNews.breaking img{
		margin-bottom: 0px;
	}
	.mainNews.breaking .title{
		bottom: -12px;
	}
	.mainNews.breaking .isBreak .title h3{
		font-size: 6vw !important;
		margin-bottom: 0px;
	}
	.mainNews.breaking{
		margin-bottom: 10px;
	}
	.specialsItemHolder{
		width: 100%;
		white-space: nowrap;
		overflow-x: auto;
		scroll-behavior: smooth;
		-ms-overflow-style: none;
		scrollbar-width: none;
		margin-top: 15px;
	}
	.megaNews-bar h2::after{
	  content:'';
	  position:absolute;
	  top:0;
	  right:-9.7px;
	  width:0;
	  height:0;
	  border-style:solid;
	  border-width:0 0 28px 10px;
	  border-color:transparent transparent transparent #e50918;

	  /* overlap tegen hairline */
	  transform: translateX(-0.5px);
	}
	.megaNews-bar .headlinesdata h2{
		margin-bottom: 3px;
		background: #e50918;
		text-transform: uppercase;
		color: #fff;
		margin-left: -6px;
		line-height: 28px;
		font-size: 14px !important;
		padding: 0px 10px;
		display: inline-block;
		position: relative;
	}

	.megaNews-bar .headlinesdata .specials h2{
		background-color: #0064cf;
	}
    .mainNews .title {
        padding: 7px 10px;
    }
	.topicHolder .topics{
		margin-top: 0px;
		background: #1f2024;
		padding: 5px 10px 8px;
		border-bottom: 0px;
		width: 100%;
	}
	.topicHolder .topics a{
		background: #f1f1f112;
		color: #ffffff;
		border-radius: 0px;
		font-size: 14px;
		font-family: 'Roboto Condensed', sans-serif;
		font-weight: 500;
	}
	.topicHolder .topics a:hover {
		text-decoration: underline;
		color: #ffffff;
	}
	.topicHolder{
        position: relative;
        top: 0px;
        z-index: 9;
        width: 100%;
        margin-top: 45px;
	}
	.topicHolder .topics a.active{
		border-bottom: 2px solid #fff;
	}
	body #content-part {
		margin-top: 0px;
		z-index: 17;
		position: relative;
		background: #fff;
	}
	body.v2026 .latestNews-box .figure-bx {
		width: 108px;
	}
	body.v2026 .headlinesdata .latestNews-box .context-bx{
		width: calc(100% - 108px);
	}
	body.archive.v2026 .headlinesdata .latestNews-box .context-bx{
		width: calc(100% - 113px);
	}
	.mainNews .tag{
		line-height: 21px;
		font-family: 'Roboto Condensed', sans-serif;
		font-size: 13px;
        white-space: nowrap;
	}
	.mainNews{
		margin-bottom: 0px;
	}
    .mainNews .tag::before {
        border-width: 0px 0px 21px 10px;
        right: -10px;
	  /* overlap tegen hairline */
	  transform: translateX(-0.5px);
    }

	.right-side > .row > .col-12.headline:first-child > a > .latestNews-box {
	  border-top: 0px;
	}

	.headlinesdata .latestNews-box .context-bx h3{
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
		text-overflow: ellipsis;
		line-height: 1.16;
		min-height: calc(1.16em * 3);
		padding-right: 10px;
	}
	body.v2026 .headlinesdata .latestNews-box .context-bx ul{
		margin-bottom: -4px;
	}
	.headlinesdata .latestNews-box .context-bx ul li{
		line-height: 20px;
        margin-bottom: -2px;
        margin-top: 2px;
	}
	#center-part .left-panel > .inner{
		margin-left: -10px;
		padding-left: 10px;
        margin-right: -12px;
        padding-right: 10px;
	}
	#center-part .left-panel .row.headlinesdata.vHead{
        margin-left: -12px;
        margin-right: -10px;
	}
	#center-part .left-panel .right-side > .row{
		margin-left: -3px;
		margin-right: -3px;
	}
	
	.megaNews-bar .specials h2::after{
		border-color: transparent transparent transparent #0064cf;
	}
	

	#center-part .left-panel .left-side{
		border-top: 0px;
	}
	
	
	.specials h2, .podcast_teaser h2, .recommended_by_editors h2{
		margin: 0px 0px;
	}
	.mainNews .title h3{
		margin-bottom: 4px;
	}
	
	.byline.noDot span:first-child::after{
		display: none;
	}
	.byline.noDot{
		color: #555 !important;
	}
	
	.mainNews.breaking .mobile_img{
		border: 0px;
	}
	.mainNews.breaking .tag span{
		background: #f5c236;
		color: #000;
        display: inline-block;
        padding: 0px 5px;
	}
	.mainNews.breaking .isBreak .tag::before{
		border-width: 0px 0px 23px 11px;
	}

	.readmore.yt i{
		margin-left: 7px;
		vertical-align: text-top;
		margin-top: 2px;
		font-size: 13px;
	}
	.restHeadlines{
		margin-top: 10px;
	}

	div#azerion_kargo{
		display: none !important; /*AD TIJDELIJK UITGEZET*/
	}
	.restHeadlines .headline.highlighted{
		padding: 0px;
		margin-left: -3px;
		margin-top: -5px;
	}
	div.latestNews-box{
		margin-right: 0px;
	}
	
	.restHeadlines .headline.highlighted .latestNews-box{
		display: block;
		border-top: 0px;
		padding-top: 2px;
		margin-right: 0px;
		margin-left: 10px;
		margin-top: 5px;
	}
	.restHeadlines .headline.highlighted .figure-bx{
		width: 100%;
	}
	.restHeadlines .headlinesdata .headline.highlighted .latestNews-box .context-bx{
		width: calc(100% - 10px);
        /*margin-top: -102px;*/
        height: auto;
        background: linear-gradient(to bottom, rgb(0 0 0 / 0%) -0%, rgb(0 0 0 / 52%) 30%, rgb(0 0 0 / 92%) 80%, rgba(0, 0, 0, 1) 100%);
        z-index: 3333;
        display: inline-block;
        position: absolute;
		padding-right: 10px;
        bottom: 10px;
        padding-bottom: 13px;
	}
	.restHeadlines .headlinesdata .headline.highlighted .latestNews-box .context-bx h3{
		color: #fff;
		line-height: 1.20;
		font-size: 6vw !important;
	  display: -webkit-box;
	  -webkit-box-orient: vertical;
	  -webkit-line-clamp: 3;
	  overflow: hidden;
	  text-overflow: ellipsis;
	  line-height: 1.20;
	  min-height: auto;
	}
	.restHeadlines .headlinesdata .headline.highlighted .latestNews-box .context-bx .datetime{
		display: none;
	}
	
	.headline.highlighted .latestNews-box .context-bx .commenright{
        background: #ffffffe3;
        position: absolute;
        top: -32px;
        left: 10px;
        padding: 3px 6px 1px !important;
        border-radius: 0px;
        font-size: 15px;
        font-family: roboto condensed, sans-serif;
        color: #e50918 !important;
	}
	.firstSet .headline.highlighted .latestNews-box .context-bx .commenright{
		display: none;
	}
	
	.restHeadlines .headlinesdata .headline.highlighted .latestNews-box .context-bx .commenright ul li{
		color: #e50918;
		opacity: 1;
		font-size: 16px;
	}
	.restHeadlines .headlinesdata .headline.highlighted .latestNews-box .context-bx .commenright .fa-comment{
		opacity: 1;
		font-size: 14px;
	}
	.teasHolder{
		display: flex;
	}
	.podExtraItems{
		
	}
	.podExtraItems .podItem{
		display: flex;
		border-top: 1px solid #dedede;
        padding-top: 10px;
        margin-top: 10px;
	}
	.podExtraItems .podItem .podItemPic{
	  width: 60px;
	  height: 60px;
	  overflow: hidden;     /* alles buiten het vierkant afsnijden */
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  min-width: 60px;
	  margin-right: 10px;
	}
	.podExtraItems .podItemPic img{
	  width: 100%;
	  height: 100%;
	  object-fit: cover;     /* vult het vierkant, snijdt overtollige delen af */
	  object-position: center; /* pakt altijd het midden */
	  display: block;
	  border-radius: 5px;
	}
	.podExtraItems h3{
		line-height: 1.16;
		font-size: 16px;
		font-family: roboto condensed, sans-serif;
		margin-top: 0px;
	}
	.podcast_teaser .teasHolder:nth-of-type(2){
		border-top: 1px solid #e0e0e0; /* kleur naar wens */
		margin-top: 10px;
	}

	.tag.column{
		background-color: #f5c236;
		color: #000;
	}
	.mainNews .tag.column::before{
		border-color: transparent transparent transparent #f5c236;
	}
	.mainNews.column a{
		border: 10px solid #f5c236;
	}
	.column .author{
		display: inline-block;
        background: #8a8a8d8f;
        color: #fff;
        line-height: 19px;
        padding: 0px 5px;
        font-size: 15px;
        font-family: 'Roboto Condensed', sans-serif;
		margin-bottom: 0px;
	}
	.columnHolder .column{
		
	}
	.columnHolder .readmore{
		margin-top: 0px !important;
		background: #f5c236 !important;
		color: #000 !important;
		margin-bottom: 30px !important;
	}
	.columnHolder{
		margin-top: 20px;
	}
	.newsWithAd .inner.bordernone{
		margin-left: -10px;
	}
	.megaNews-bar .newsWithAd h2{
		margin-left: 10px;
		margin-bottom: 0px;
		/*margin-top: 0px;*/
	}
	.megaNews-bar .newsWithAd .firstSet h2{
		margin-left: 4px;
	}
	.megaNews-bar .newsWithAd .right-side{
		margin-left: 10px;
	}
	#center-part .left-panel .newsWithAd .row.headlinesdata.vHead{
		margin-right: 0px;
	}
	#center-part .left-panel .inner.taboonews{
		margin-top: 0px;
		border-top: 1px solid #d5d5d5 !important;
		padding: 0px 7px;
	}
	
	
	
	/*comments container new mobile */
	#comments_container_test{
		background: #fff;
		position: fixed;
		width: 100%;
		height: 85%;
		left: 0;
		bottom: -100%;           /* start buiten beeld */
		z-index: 999999999;
		padding: 10px;
		border-radius: 15px 15px 0 0;
		box-shadow: 0 10px 20px rgba(0, 0, 0, .5);
		transition: bottom 300ms ease-in-out;
		font-size: 16px;
	}
	#comments_container_test.active{
		bottom: 0; /* of bv 80px als je ruimte wilt */
	}
	#comments_container_test .putInComments{
        overflow-x: scroll;
        height: calc(100% - 26px);
        margin-top: 0;
        padding-bottom: 100px;
	}
	body.no-scroll {
		overflow: hidden !important;
	}
	body.v2026 .restHeadlines .headline.highlighted .hasPoll.nearComment .fa-poll-h{
		color: #e50918;
	}
	#comments_container_test h2::after{
		display: none;
	}
	#postComment h2{
		font-size: 19px;
	}
	
	#postComment p:nth-of-type(2) {
		display: none;
	}
	
	body.article_2026 .qho_melding .notifi_holder{
		box-shadow: none;
	}
	body.article_2026 .qho_melding i.fa-bell{
		opacity: 1;
		width: 31px;
		height: 31px;
		font-size: 17px;
	}
	body.article_2026 .qho_melding i.fa-bell:before{
		top: 5px;
		left: 22px;
		position: absolute;
	}
	body.article_2026 .qho_melding{
		top: -1px;
		right: 90px;
	}
	/* actief: vast aan viewport */
	body.article_2026.is-sticky #commentInArticle {
	  position: fixed;
		top: 60px;
		right: 0px;
	  z-index: 999999;
	}

	/* placeholder voorkomt layout jump */
	#commentInArticleStickyPh {
	  height: 0;
	}
	body.article_2026.is-sticky #center-part{
		margin-top: -37px;
	}
	body.article_2026.is-sticky #commentInArticle span{
		display: none;
	}
	#postComment .smileyBlok{
		background: #1f2024 !important;
		border-radius: 10px !important;
		width: 229px !important;
	}
	#postComment .smileyBlok span{
		opacity: 1 !important;
		font-size: 24px !important;
		margin-bottom: 5px !important;
	}
	#postComment .addSmiley{
		background: #f7f7f7 !important;
		right: 1px !important;
		top: 35px !important;
		border-radius: 8px !important;
		font-size: 18px !important;
		padding-top: 2px !important;
		padding-left: 1px !important;
		width: 26px !important;
		height: 26px !important;
		filter: opacity(1) !important;
	}
	#postComment textarea.autogrow-field{
		padding: 8px 10px;
	}
	/*MOBILE - NEW EXTRA PADDING*/
	/*
		body.article_2026 .newsWithAd{
			padding: 0px 10px;
		}
		body.article_2026 .newsWithAd figure{
			margin-left: -10px;
			margin-right: -10px;
			width: calc(100% + 20px) !important;
			margin-inline-start: -10px !important;
		}
		body.article_2026 .megaNews-bar h2::after{
			display: none;
		}
		#commentInArticle{
			margin-right: 0px;
		}
		body.article_2026.is-sticky #commentInArticle{
			right: 10px;
		}
		body.article_2026 .relatedban > div:first-of-type, body.article_2026 .ads-columns.videos{
			margin-left: -10px;
			margin-right: -10px;
		}
	*/
}

.gpLightbox {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.96);
  z-index: 999999;
  display: none;
      margin-top: 50px;
}
.gpLightbox.open { display:block; }

.gpLightbox__bg {
  position:absolute; inset:0;
}

.gpLightbox__close {
  position:absolute; top:15px; right:15px;
  width:44px; height:44px;
  border-radius:50%;
  border:0;
  background:rgba(255,255,255,.15);
  color:#fff; font-size:22px;
  cursor:pointer;
  z-index:10;
}

.gpLightbox__slider {
  height:100%;
  width:100%;
}

.swiper-slide {
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
}

.gpLightbox__imgWrap {
  max-width:100%;
  max-height:100%;
}

.gpLightbox__imgWrap img {
  min-width:100vw;
  max-width:100vw;
  display:block;
height: auto;
    padding: 10px;
margin: 50% 0%;
}

.gpLightbox__nav {
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  font-size:40px;
  color:#fff;
  padding:10px 18px;
  cursor:pointer;
  user-select:none;
  z-index:5;
}
.gpLightbox__prev { left:10px; }
.gpLightbox__next { right:10px; }

.gpLightbox__caption {
  position:absolute;
  bottom:0;
  width:100%;
  text-align:center;
  color:#fff;
  padding:14px 20px 22px;
  font-size:14px;
  background:linear-gradient(transparent, rgba(0,0,0,.7));
}
.swiper-pagination-clickable .swiper-pagination-bullet{
	background: #ffffff;
}

const swiper = new Swiper("#gpLbSwiper", {
  // ✅ swipe is standaard aan
  keyboard: true,

  // ✅ bolletjes
  pagination: {
    el: ".gpLightbox__pagination",
    clickable: true,
  },

  // ✅ pinch-to-zoom / dubbel tap zoom
  zoom: {
    maxRatio: 4,
    minRatio: 1,
  },
});


.authorCardV2{
  display:flex;
  gap:16px;
  align-items:flex-start;
  padding:14px;
  border:1px solid rgba(0,0,0,.08);
  border-radius:12px;
  background:#fff;
}

.authorphotoV2{
  width:120px;
  height:120px;
  border-radius:50%;
  object-fit:cover;
  flex:0 0 auto;
  margin-top:5px;
  margin-right:25px;
}

.authorMetaV2 .authorName{
  margin:0 0 6px;
  font-size:28px;
  line-height:1.1;
}

.authorRole{
  font-size:16px;
  margin-bottom:10px;
  font-weight:400;
}

.authorTags{
  gap:8px;
  overflow-x:auto;
  overflow-y:hidden;
  -webkit-overflow-scrolling:touch;
  padding:4px 0 8px;
  margin:3px 0 10px;
  scrollbar-width:thin;
  -webkit-mask-image:linear-gradient(90deg, #000 92%, transparent);
  mask-image:linear-gradient(90deg, #000 92%, transparent);
}

.authorSideCard p{
  margin-top:0px;
  padding-top:0px;
}

.authorSideCard p, .sideBlock + .sideBlock, .statLbl, .sideList li{
  font-size:14px !important;
}

.authorMeta.authorMetaV2{
  max-width:687.5px;
  color:#1f2024;
}

.authorTags .tag{
  display:inline-block;
  padding:0px 10px;
  border-radius:999px;
  font-size:13px;
  background:rgba(241,241,241,.66);
  white-space:nowrap;
  color:#131313;
  line-height:24px;
  margin:0 0 5px;
}

/* ====== MODERN FLAT SOCIALS (Font Awesome Free 5.15.4) ====== */
.authorSocials{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:4px 0 14px;
  padding:0;
}

.authorSocials .soc{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 10px;
  border-radius:999px;
  border:1px solid rgba(0,0,0,.08);
  background:rgba(0,0,0,.03);
  color:#1f2024;
  font-size:13px;
  line-height:1;
  text-decoration:none;
  transition:transform .08s ease, background .15s ease, border-color .15s ease, box-shadow .15s ease;
  -webkit-tap-highlight-color:transparent;
}

.authorSocials .soc i{
  font-size:14px;
  width:14px;
  text-align:center;
  opacity:.92;
}

.authorSocials .soc:hover{
  background:rgba(0,0,0,.05);
  border-color:rgba(0,0,0,.12);
  box-shadow:0 1px 0 rgba(0,0,0,.04);
  transform:translateY(-1px);
}

.authorSocials .soc:active{
  transform:translateY(0);
  box-shadow:none;
}

.authorSocials .soc:focus{
  outline:none;
}

.authorSocials .soc:focus-visible{
  box-shadow:0 0 0 3px rgba(0,0,0,.12);
}

/* optioneel: iets subtieler label */
.authorSocials .soc span{
  opacity:.95;
}

/* Bio */
.authorBio{
  font-size:16px;
  line-height:1.55;
  margin-bottom:10px;
    border-top: 1px solid #d5d5d5;
    margin-top: 25px;
    padding-top: 20px;
}

.authorBio p{
  margin-bottom: 25px;
      margin-top: 5px;
}

.authorUpdated{
  font-size:14px;
  opacity:.75;
  margin-bottom:20px;
}

/* Sidebar */



.authorSideCard{
  padding:10px;
  color:#1f2024;
  padding-top:15px;
}

.authorCard.authorCardV2{ padding-top:10px; }

.authorSideStats{
  display:grid;
  grid-template-columns:1fr;
  gap:10px;
  padding-bottom:12px;
  border-bottom:1px solid rgba(0,0,0,.06);
  margin-bottom:12px;
}

.statNum{
  font-size:22px;
  font-weight:700;
  line-height:1;
}

.statLbl{
  font-size:16px;
  margin-top:4px;
  margin-bottom:10px;
  font-weight:400;
}

.sideBlock + .sideBlock{
  margin-top:12px;
  padding-top:12px;
  border-top:1px solid rgba(0,0,0,.06);
}

.sideTitle{
  font-weight:700;
  font-size:14px;
  margin-bottom:3px;
}

.sideList{
  margin:0;
  padding-left:16px;
  font-size:16px;
  line-height:1.45;
  list-style:disc;
  margin-left:10px;
}

.sideList li{ margin-bottom:5px; }

h1.authorName{
  font-size:40px !important;
  line-height:46px !important;
  font-weight:700;
}
h2.byAuthor{
    margin-bottom: 10px;
    margin-top: 10px;
}
/* Responsive */
@media (max-width:1113px){
  .authorSidebarSticky{ position:static; top:auto; }
  .authorphotoV2{ width:120px; height:120px; }
  .authorMetaV2 .authorName{ font-size:22px; }
}

.timezone_settings {
	max-width: 1060px;
}
.timezone_settings .ico {
	padding-top: 4px;
}
.timezone_settings .ico:after {
	top: 2px;
}

/* Per language */

.v2026.en .topbanmobile {
    margin-bottom: 25px;
}

body.article_2026 .latest-news-list .news-time {
    margin-bottom: 0px !important;
    font-weight: 400;
    font-size: 13px;
    color: #555555d9;
}



@media (max-width:1113px){
	.v2026.en .articlecontent_txt .newsWithAd, .v2026.us .articlecontent_txt .newsWithAd, .v2026.it .articlecontent_txt .newsWithAd, .v2026.es .articlecontent_txt .newsWithAd {
		margin-top: 15px;
	}

	.v2026.en .headlinesdata h2.h2, .v2026.es .headlinesdata h2.h2, .v2026.us .headlinesdata h2.h2, .v2026.it .headlinesdata h2.h2 {
		margin-top: 0px;
	}

	.v2026.en .newsCol, .v2026.us .newsCol, .v2026.es .newsCol, .v2026.it .newsCol {
		margin-bottom: 10px;
	}

	.v2026.en .recommended_by_editors, .v2026.es .recommended_by_editors, .v2026.us .recommended_by_editors, .v2026.it .recommended_by_editors {
		margin-top: 0px;
		margin-bottom: 20px;
	}
	
	.v2026.en .podcast_teaser, .v2026.us .podcast_teaser, .v2026.it .podcast_teaser, .v2026.es .podcast_teaser {
		display: none;
	}
	
	.v2026.en div#timezoneDropdownDiv {
		position: absolute;
		z-index: 99;
		right: 65px;
		width: 250px;
		top: 3px;
	}

}

/*kill the */
.mainNews .tag::before, .latest_news_box.dossier h2.dossierTitle::after, .mainlabel:after, .megaNews-bar h2::after{
	display: none !important;
}