@media all and (min-width: 1024px) {
	.layout-quote_full .icon-bottom::after {
		aspect-ratio: 4 / 2.32;
		height: auto;
	}
}

@media (min-width: 1024px) {
	.layout-quote_full .icon-bottom::after {
		background-repeat: no-repeat !important;
	}
}

/* News page */
.news-container {
	display: grid;
	grid-template-columns: 1fr auto;
	grid-gap: 2rem;
}

@media all and (max-width: 1024px) {
	
	.news-container {
	grid-template-columns: 100%;
	}
}


.contact-box > p a {
	color: black;
	text-decoration: none;
}
	
.contact-box > p a:visited{
	color: black;
	text-decoration: none;
}

.contact-box > p a:active{
	color: black;
	text-decoration: none;
}

.contact-box > p a:hover{
	color: red;
	text-decoration: none;
}
@media all and (max-width: 1024px) {

	.news-box {
		order: 2;
	}
}

@media all and (max-width: 1024px) {

	.contact-box {
		order: 1;
		margin-left: 0.5rem;
	}
}


.post-filters select {
	-webkit-appearance: none;
}
select {
    -webkit-appearance: none;
}


.bequoted-prenumerera {
	margin-bottom: 0.5rem !important;
}
