.resido-widget--blog-list .resido-widget__shell {
	background: transparent;
	padding: 0;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	overflow: visible;
}

.resido-widget--blog-list .resido-widget__shell::before {
	display: none;
}

.resido-blog-list {
	display: flex;
	flex-direction: column;
	gap: 60px;
	width: 100%;
	min-width: 0;
	container-type: inline-size;
}

.resido-blog-list__item {
	display: flex;
	align-items: stretch;
	gap: 38px;
	background: #fbf9f5;
	min-height: 300px;
	min-width: 0;
	overflow: hidden;
}

.resido-blog-list__item:nth-child(even) {
	background: #fff;
}

.resido-blog-list__item.is-reversed .resido-blog-list__media {
	order: 2;
	flex-basis: 42%;
}

.resido-blog-list__item.is-reversed .resido-blog-list__content {
	order: 1;
	flex-basis: 58%;
}

.resido-blog-list__media {
	position: relative;
	align-self: stretch;
	display: block;
	flex: 0 0 42%;
	width: 100%;
	min-height: 0;
	aspect-ratio: 1.45 / 1;
	overflow: hidden;
	background: #f3efe7;
	text-decoration: none;
}

.resido-blog-list__media img {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.resido-blog-list__media:hover img {
	transform: scale(1.04);
}

.resido-blog-list__media.is-empty {
	background: linear-gradient(135deg, #f3efe7, #e5dccd);
}

.resido-blog-list__content {
	display: flex;
	flex: 1 1 58%;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	min-height: 300px;
	padding: 36px 42px;
	min-width: 0;
}

.resido-blog-list__date {
	display: inline-flex;
	align-items: center;
	margin-bottom: 14px;
	padding: 5px 12px;
	background: #365697;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	line-height: 1.2;
}

.resido-blog-list__title {
	margin: 0 0 14px;
	color: #32322F;
	font-weight: 700;
	overflow-wrap: anywhere;
	text-wrap: balance;
}

.resido-blog-list__title a {
	color: inherit;
	text-decoration: none;
}

.resido-blog-list__excerpt {
	max-width: 520px;
	margin: 0 0 20px;
	color: #67645e;
	overflow-wrap: anywhere;
}

.resido-blog-list__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 34px;
	padding: 9px 18px;
	border: 1px solid #d2a15e;
	background: transparent;
	color: #32322F;
	font-size: 12px;
	font-weight: 600;
	line-height: 1;
	max-width: 100%;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.resido-blog-list__button:hover {
	background: #d2a15e;
	border-color: #d2a15e;
	color: #fff;
}

.resido-blog-list__button-icon {
	display: block;
	width: 12px;
	height: 12px;
	object-fit: contain;
}

.resido-widget--blog-list .resido-property-pagination {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 24px;
	margin-top: 28px;
}

.resido-widget--blog-list .resido-property-pagination__pages,
.resido-widget--blog-list .resido-property-pagination__arrows {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	min-width: 0;
}

.resido-widget--blog-list .resido-property-pagination__pages {
	justify-content: flex-start;
}

.resido-widget--blog-list .resido-property-pagination__arrows {
	margin-left: auto;
	justify-content: flex-end;
}

.resido-widget--blog-list .resido-property-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	min-height: 40px;
	padding: 8px 12px;
	border: 1px solid #ead7c2;
	background: #fff;
	color: #3d2b22;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
}

.resido-widget--blog-list .resido-property-pagination .page-numbers.prev,
.resido-widget--blog-list .resido-property-pagination .page-numbers.next {
	min-width: 48px;
	padding: 8px;
	font-size: 24px;
	line-height: 1;
}

.resido-widget--blog-list .resido-property-pagination__arrow-icon {
	display: block;
	width: 16px;
	height: 16px;
	object-fit: contain;
}

.resido-widget--blog-list .resido-property-pagination .page-numbers.current {
	background: #d2a15e;
	border-color: #d2a15e;
	color: #fff;
}

.resido-featured-posts {
	display: block;
	width: 100%;
}

.resido-featured-posts__heading {
	margin: 0 0 24px;
	color: #32322f;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
}

.resido-featured-posts__list {
	display: grid;
	gap: 30px;
}

.resido-featured-posts__item {
	display: grid;
	gap: 28px;
}

.resido-featured-posts__media {
	position: relative;
	display: block;
	width: 100%;
	overflow: visible;
	background: #f3efe7;
	text-decoration: none;
}

.resido-featured-posts__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.resido-featured-posts__media:hover img {
	transform: scale(1.04);
}

.resido-featured-posts__media.is-empty {
	background: linear-gradient(135deg, #f3efe7, #e5dccd);
}

.resido-featured-posts__date {
	position: absolute;
	left: 0;
	bottom: -16px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 146px;
	min-height: 31px;
	padding: 8px 18px;
	background: #365697;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
}

.resido-featured-posts__title {
	margin: 0;
	color: #32322f;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.35;
}

.resido-featured-posts__title a {
	color: inherit;
	text-decoration: none;
}

.resido-featured-posts__title a:hover {
	color: #365697;
}

.resido-latest-posts-slider {
	display: block;
	width: 100%;
	container-type: inline-size;
}

.resido-latest-posts-slider__header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 28px;
}

.resido-latest-posts-slider__heading {
	margin: 0;
	color: #32322f;
	font-size: clamp(26px, 3vw, 36px);
	font-weight: 700;
	line-height: 1.12;
}

.resido-latest-posts-slider__header-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	flex: 0 0 auto;
	min-height: 42px;
	padding: 0 18px;
	border: 1px solid rgba(210, 121, 59, 0.58);
	background: transparent;
	color: #32322f;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	white-space: nowrap;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.resido-latest-posts-slider__header-button:hover {
	background: rgba(210, 121, 59, 0.06);
	border-color: #d2a15e;
	color: #32322f;
}

.resido-latest-posts-slider__header-button span {
	font-size: 13px;
	line-height: 1;
}

.resido-slider--latest-posts .resido-slider__viewport {
	margin: 0;
	padding-right: 0;
}

.resido-slider--latest-posts .resido-slider__slide {
	flex: 0 0 100% !important;
	width: 100% !important;
	margin-right: 0 !important;
}

.resido-latest-posts-slide {
	display: grid;
	grid-template-columns: minmax(0, 46%) minmax(0, 54%);
	align-items: stretch;
	min-height: 468px;
	background: #fbf9f5;
	overflow: hidden;
}

.resido-latest-posts-slide__media {
	display: block;
	min-height: 360px;
	overflow: hidden;
	background: #f3efe7;
	text-decoration: none;
}

.resido-latest-posts-slide__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.resido-latest-posts-slide__media.is-empty {
	background: linear-gradient(135deg, #f3efe7, #e5dccd);
}

.resido-latest-posts-slide__content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	min-width: 0;
	padding: clamp(36px, 5vw, 64px) clamp(42px, 6vw, 70px);
}

.resido-latest-posts-slide__date {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 180px;
	min-height: 36px;
	margin-bottom: 30px;
	padding: 9px 20px;
	background: #365697;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
}

.resido-latest-posts-slide__title {
	max-width: 570px;
	margin: 0 0 26px;
	color: #32322f;
	font-size: clamp(26px, 3vw, 34px);
	font-weight: 700;
	line-height: 1.34;
	overflow-wrap: anywhere;
}

.resido-latest-posts-slide__title a {
	color: inherit;
	text-decoration: none;
}

.resido-latest-posts-slide__title a:hover {
	color: #365697;
}

.resido-latest-posts-slide__excerpt {
	max-width: 610px;
	margin: 0 0 28px;
	color: #77746d;
	font-size: 17px;
	line-height: 1.55;
	overflow-wrap: anywhere;
}

.resido-latest-posts-slide__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	min-height: 54px;
	padding: 0 22px;
	border: 1px solid #d2a15e;
	background: transparent;
	color: #32322f;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	max-width: 100%;
	text-align: center;
	text-decoration: none;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.resido-latest-posts-slide__button:hover {
	background: #d2a15e;
	border-color: #d2a15e;
	color: #fff;
}

.resido-latest-posts-slide__button-icon {
	display: block;
	width: 14px;
	height: 14px;
	object-fit: contain;
}

.resido-slider--latest-posts .resido-slider__footer {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 30px;
	margin-top: 36px;
	padding-top: 0;
	border-top: 0;
}

.resido-slider--latest-posts .resido-slider__meta {
	display: block;
	min-width: 0;
}

.resido-slider--latest-posts .resido-slider__progress {
	width: 100%;
	height: 8px;
	border-radius: 999px;
	background: #fbf9f5;
}

.resido-slider--latest-posts .resido-slider__progress-bar {
	background: #d2a15e;
}

.resido-slider--latest-posts .resido-slider__arrows {
	gap: 14px;
}

.resido-slider--latest-posts .resido-slider__arrow {
	width: 40px;
	height: 40px;
	border: 0;
	border-radius: 0;
	background: #d2a15e;
	color: #fff;
	font-size: 16px;
}

.resido-slider--latest-posts .resido-slider__arrow:hover:not(:disabled) {
	background: #365697;
	border-color: #365697;
	transform: none;
}

.resido-slider--latest-posts .resido-slider__arrow:disabled {
	opacity: 0.45;
}

@media (max-width: 1024px) {
	.resido-blog-list {
		gap: 32px;
	}

	.resido-blog-list__item {
		gap: 24px;
		min-height: 280px;
	}

	.resido-blog-list__media {
		flex-basis: 44%;
	}

	.resido-blog-list__content {
		flex-basis: 56%;
		min-height: 280px;
		padding: 28px;
	}

	.resido-blog-list__item.is-reversed .resido-blog-list__media {
		flex-basis: 44%;
	}

	.resido-blog-list__item.is-reversed .resido-blog-list__content {
		flex-basis: 56%;
	}

	.resido-latest-posts-slide {
		grid-template-columns: minmax(0, 48%) minmax(0, 52%);
		min-height: 390px;
	}

	.resido-latest-posts-slide__content {
		padding: 34px;
	}
}

@container (max-width: 900px) {
	.resido-blog-list__item {
		gap: 24px !important;
		min-height: 280px;
	}

	.resido-blog-list__media {
		flex-basis: 42%;
	}

	.resido-blog-list__content {
		flex-basis: 58%;
	}

	.resido-blog-list__item.is-reversed .resido-blog-list__media {
		flex-basis: 42%;
	}

	.resido-blog-list__item.is-reversed .resido-blog-list__content {
		flex-basis: 58%;
	}

	.resido-blog-list__content {
		justify-content: center;
		min-height: 280px;
		padding: 28px 30px;
	}

	.resido-blog-list__title {
		margin-bottom: 14px;
	}

	.resido-blog-list__excerpt {
		margin-bottom: 20px;
	}
}

@container (max-width: 520px) {
	.resido-blog-list__item,
	.resido-blog-list__item.is-reversed {
		flex-direction: column !important;
		gap: 0 !important;
		min-height: 0;
	}

	.resido-blog-list__item.is-reversed .resido-blog-list__media,
	.resido-blog-list__item.is-reversed .resido-blog-list__content {
		order: initial !important;
	}

	.resido-blog-list__media {
		flex-basis: auto;
		min-height: 0;
		aspect-ratio: 16 / 10;
	}

	.resido-blog-list__content {
		flex-basis: auto;
		min-height: 0;
		padding: 24px;
	}

}

@container (max-width: 860px) {
	.resido-latest-posts-slide {
		grid-template-columns: minmax(0, 44%) minmax(0, 56%);
		min-height: 0;
	}

	.resido-latest-posts-slide__media {
		min-height: 320px;
	}

	.resido-latest-posts-slide__content {
		justify-content: flex-start;
		padding: 34px;
	}

	.resido-latest-posts-slide__date {
		min-width: 0;
		margin-bottom: 20px;
	}

	.resido-latest-posts-slide__title {
		margin-bottom: 18px;
		font-size: clamp(24px, 4cqw, 30px);
		line-height: 1.22;
	}

	.resido-latest-posts-slide__excerpt {
		margin-bottom: 24px;
		font-size: 15px;
		line-height: 1.55;
	}

	.resido-latest-posts-slide__button {
		min-height: 46px;
		padding: 0 18px;
		font-size: 14px;
	}
}

@container (max-width: 720px) {
	.resido-latest-posts-slide {
		grid-template-columns: 1fr;
	}

	.resido-latest-posts-slide__media {
		min-height: 0;
		aspect-ratio: 16 / 10;
	}

	.resido-latest-posts-slide__content {
		padding: 30px 24px;
	}
}

@media (max-width: 767px) {
	.resido-blog-list {
		gap: 24px;
	}

	.resido-blog-list__item,
	.resido-blog-list__item.is-reversed {
		flex-direction: column !important;
		gap: 0 !important;
		min-height: 0 !important;
	}

	.resido-blog-list__item.is-reversed .resido-blog-list__media,
	.resido-blog-list__item.is-reversed .resido-blog-list__content {
		order: initial !important;
	}

	.resido-blog-list__media {
		order: 1 !important;
		flex-basis: auto !important;
		min-height: 0;
		aspect-ratio: 16 / 10;
	}

	.resido-blog-list__content {
		order: 2 !important;
		flex-basis: auto !important;
		min-height: 0 !important;
		padding: 24px;
	}

	.resido-blog-list__date {
		margin-bottom: 12px;
	}

	.resido-blog-list__button {
		min-height: 42px;
		padding: 11px 18px;
	}

	.resido-widget--blog-list .resido-property-pagination {
		gap: 16px;
	}

	.resido-widget--blog-list .resido-property-pagination__pages {
		flex: 1 1 100%;
	}

	.resido-latest-posts-slider__header {
		align-items: stretch;
		flex-direction: column;
		gap: 16px;
		margin-bottom: 24px;
	}

	.resido-latest-posts-slider__header-button {
		align-self: flex-start;
	}

	.resido-latest-posts-slide {
		grid-template-columns: 1fr;
		min-height: 0;
	}

	.resido-latest-posts-slide__media {
		min-height: 240px;
		aspect-ratio: 16 / 10;
	}

	.resido-latest-posts-slide__content {
		padding: 30px 24px;
	}

	.resido-latest-posts-slide__date {
		margin-bottom: 22px;
	}

	.resido-slider--latest-posts .resido-slider__footer {
		grid-template-columns: 1fr;
		gap: 18px;
		margin-top: 24px;
	}

	.resido-slider--latest-posts .resido-slider__controls {
		justify-content: flex-end;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.resido-blog-list__item {
		gap: 24px !important;
		min-height: 280px !important;
	}

	.resido-blog-list__media {
		flex-basis: 44% !important;
	}

	.resido-blog-list__item.is-reversed .resido-blog-list__media {
		order: 2 !important;
		flex-basis: 44% !important;
	}

	.resido-blog-list__item.is-reversed .resido-blog-list__content {
		order: 1 !important;
		flex-basis: 56% !important;
	}

	.resido-blog-list__content {
		flex-basis: 56% !important;
		min-height: 280px !important;
		padding: 24px;
	}

}

@media (max-width: 575px) {
	.resido-widget--blog-list .resido-property-pagination {
		flex-direction: column;
		align-items: stretch;
	}

	.resido-widget--blog-list .resido-property-pagination__pages,
	.resido-widget--blog-list .resido-property-pagination__arrows {
		justify-content: center;
	}

	.resido-widget--blog-list .resido-property-pagination__arrows {
		margin-left: 0;
	}

	.resido-widget--blog-list .resido-property-pagination .page-numbers {
		min-width: 38px;
		min-height: 38px;
		padding: 7px 10px;
	}
}

@media (max-width: 420px) {
	.resido-blog-list__content {
		padding: 20px;
	}

	.resido-blog-list__button {
		width: 100%;
	}

	.resido-widget--blog-list .resido-property-pagination__pages {
		gap: 6px;
	}
}
