body.post-template-default {
	overflow: unset !important;
}

.post-template-default .n-blog-list {
	overflow: unset;
	float: unset;
	margin: 64px 0;
}

.post-template-default .n-blog-list .container {
    max-width: 1200px;
}

.blog-post__brochure {
	padding-top: 6rem;
	padding-bottom: 6rem;
	background-color: #f1f1f1;
}

.post-template-default #brochure {
	margin-top: 0;
	margin-bottom: 0;
}

.blog-post__header {
    display: grid;
	grid-template-columns: 1fr auto;
    margin-bottom: 4rem;
	gap: 32px;
}

.blog-post__header time {
	white-space: nowrap;
	align-self: end;	
}

.blog-post__header figure {
    grid-column: span 2;
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
}

.blog-post__header figure img {
    width: 100%;
    max-height: 500px;
    object-fit: cover;
    object-position: top;
}

.blog-post__header .post-title {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: clamp(28px, 10px + 3vw, 56px);
    font-weight: 400;
    letter-spacing: -.025ch;
	max-width: 36ch;
	color: #00487d;
}

.blog-post__main {
    display: grid;
    grid-template-columns: 1fr 350px;
	gap: 80px;
}

.blog-post__sidebar .text-overline::after {
    content: '';
    position: relative;
    flex-grow: 1;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.blog-post__sidebar .text-overline {
    display: flex;
    align-items: baseline;
	gap: 10px;
	margin-bottom: 20px;
}

.share-links {
    display: flex;
	margin-left: -8px;
}

.share-links button {
    background: transparent;
    border: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: opacity .25s ease;
    cursor: pointer;
    color: var(--primaryColor);
}

@media (pointer:fine) {
	.share-links button:hover {
		opacity: .7;
	}
}

.share-links button svg {
    width: 20px;
    height: 20px;
}

.blog-post__properties h2 {
    margin-top: 0;
    margin-bottom: 20px;
}

.blog-post__properties h2::after {
    content: '';
    position: relative;
    flex-grow: 1;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.blog-post__sidebar {
    align-self: start;
	width: 100%;
}

.blog-post__sidebar > * {
	width: 100%;
}

@media screen and (min-width: 999.01px) {
	.blog-post__sidebar {
	    position: sticky;
    	top: 132px;	
	}
}

.blog-post__properties {
	margin-bottom: 40px;
}

.blog-post__properties_slider .swiper {
	overflow: hidden;
}

@media screen and (min-width: 450px) and (max-width: 999px) {
	.blog-post__properties_slider .swiper::before {
		content: '';
		position: absolute;
		inset: 0;
		background: linear-gradient(to right, white, transparent 24px, transparent calc(100% - 24px), white);
		pointer-events: none;
		z-index: 2;
	}
}

.blog-post__properties_slider .swiper-wrapper {
	display: flex;
}

.blog-post__properties_slider .swiper-slide {
	height: auto;
	text-align: unset;
	flex-shrink: 0;
	width: min(400px, 100%);
}

.blog-post__properties_slider .swiper-button-prev,
.blog-post__properties_slider .swiper-button-next {
	background-color: var(--primaryColor);
	color: white;
	width: 40px;
	height: 40px;
}

.blog-post__properties_slider .swiper-button-prev::before,
.blog-post__properties_slider .swiper-button-next::before {
	display: none;
}

.blog-post__properties_slider .swiper-button-prev::after,
.blog-post__properties_slider .swiper-button-next::after {
	font-size: 1rem;
}

.blog-post__properties_slider .swiper-button-prev:hover,
.blog-post__properties_slider .swiper-button-next:hover {
	background-color: white;
	color: var(--secondaryColor);
	transition: 0.2s ease-in-out;
}

.blog-post__properties_slider .swiper-button-prev {
	top: 25%;
	left: 0;
}

.blog-post__properties_slider .swiper-button-next {
	top: 25%;
	right: 0;
}

.blog-post__properties_slider .home-slide {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.blog-post__properties_slider .featured-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}

.blog-post__properties_slider .featured-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: bottom;
}

.blog-post__properties_slider .featured-image .sale {
	position: absolute;
	top: 0;
	right: 0;
	padding: 10px 15px;
	color: #fff;
	font-size: 13px;
	background: #0067b1;
	z-index: 1;
	border-top-right-radius: 10px;
}

.blog-post__properties_slider .home-info {
	flex: 1;
	padding: 24px;
	display: flex;
	flex-direction: column;
	background-color: #f1f1f1;
	border-radius: 0 0 10px 10px;
}

.blog-post__properties_slider .home-info h3 {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
    margin-top: 0;
}

.blog-post__properties_slider .home-info h3 a {
	color: var(--tertiaryColor);
	text-decoration: none;
}

.blog-post__properties_slider .home-info h3 a:hover {
	text-decoration: underline;
}

.blog-post__properties_slider .specs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row dense;
    column-gap: .75rem;
    row-gap: .75rem;
    margin-bottom: 1.5rem;
    align-items: stretch;
}

.blog-post__properties_slider .specs .icon {
	width: 18px;
	height: 18px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
}

.blog-post__properties_slider .spec {
    display: flex;
    align-items: stretch;
    font-size: .8rem;
    line-height: 1.2;
    gap: .35rem;
    background-color: #f9f9f9;
    outline: 1px solid rgba(0,0,0,.1);
    padding: 6px;
    border-radius: 4px;
}

.blog-post__properties_slider .spec svg {
	width: 16px;
	height: 16px;
}

.blog-post__properties_slider .global-btn {
	margin-top: auto;
	text-align: center;
	font-size: 0.9rem;
	padding: .8rem 2rem;
}

.blog-post__properties_slider .global-btn:hover {
	background-color: #004474;
}

@media screen and (max-width: 999px) {
	.n-blog-list {
		margin: 48px 0;
	}
	
	.blog-post__header {
		display: flex;
		flex-direction: column;
		align-items: start;
		gap: 16px;
		margin-bottom: 2.5rem;
	}
	
	.blog-post__header > * {
		align-self: start !important;
	}
	
	.blog-post__main {
		display: flex;
		flex-direction: column;
		gap: 0;
	}
	
	.blog-post__sidebar {
		padding-top: 40px;
		margin-top: 40px;
		border-top: 1px solid rgba(0, 0, 0, .1);
	}
	
	.share-links {
		justify-content: center;	
	}
	
	.share-links button {
		width: 48px;
		height: 48px;
	}

	.share-links button svg {
		width: 20px;
		height: 20px;
	}
	
	.blog-post__sidebar .text-overline {
		text-align: center;
		justify-content: center;
	}
	
	.blog-post__sidebar .text-overline::after {
		display: none;
	}
	
	.blog-post__brochure {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
	
	.blog-post__brochure #brochure .left-column,
	.blog-post__brochure #brochure .right-column {
		margin: 0;
	}
}

