
.feature-panel.page-intro > .content > .columns {
	align-items: flex-start;
}

div.windfarmdetails div.palette > div > table > tbody th[scope="row"] + td {
	padding-left: 4px !important;
}

[class*="wtype-"] {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	gap: 2ch;
}

[class*="wtype-"]::after {
	display: block;
	text-transform: uppercase;
	font-size: 0.85em;
	opacity: 0.75;
}

[class*="wtype-wind"]::after { content: "Wind"; }
[class*="wtype-solar"]::after { content: "Solar"; }
[class*="wtype-hybrid"]::after { content: "Hybrid"; }
[class*="wtype-floating"]::after { content: "Floating PV"; }

.filter-type .filtercheckbox label span { margin-left: 14px; }
.filter-type .filtercheckbox label span::before { content: none; }

/*MYNEWSDESK*/
.mynewsdesk {
  padding-inline: 1rem;
}
.mynewsdesk .container {
  margin-inline: auto;
  max-width: 1680px;
}
.mynewsdesk .container {
  margin-inline-start: auto;
  margin-inline-end: auto;
  max-inline-size: 1680px;
}
.mynewsdesk .content {
  margin-block-end: 30px;
}
.mynewsdesk article.blogpost {
  border-bottom: 3px solid #003044;
  padding-block-end: 20px;
}
@media (max-width: 699px) {
  .mynewsdesk article.blogpost {
    margin-block-end: 20px;
  }
}
@media (min-width: 700px) {
  .mynewsdesk .content {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 2rem;
    margin-block-end: 100px;
  }
  .mynewsdesk article.blogpost {
    grid-column: span 4;
  }
}
