.myl-blog-template {
	margin: 0;
	background: #f7f8f7;
	color: #1c2326;
	font-family: Rajdhani, sans-serif;
}

.myl-blog-template a {
	color: inherit;
	text-decoration: none;
}

.myl-blog-header {
	position: sticky;
	top: 0;
	z-index: 50;
	background: #875184;
	border-bottom: 1px solid rgba(255, 255, 255, 0.16);
	box-shadow: 0 10px 28px rgba(24, 30, 34, 0.12);
}

.myl-blog-header__inner {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 33px;
	align-items: center;
	width: min(1560px, calc(100% - 260px));
	min-height: 84px;
	margin: 0 auto;
	padding: 26px 0;
}

.myl-blog-header__logo {
	display: inline-flex;
	align-items: center;
	width: 130px;
}

.myl-blog-header__logo img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 50px;
	object-fit: contain;
}

.myl-blog-header__actions {
	display: flex;
	gap: 18px;
	align-items: center;
	justify-content: flex-end;
}

.myl-blog-social {
	display: inline-flex;
	gap: 10px;
	align-items: center;
}

.myl-blog-social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border: 1px solid rgba(255, 255, 255, 0.75);
	border-radius: 50%;
	color: #ffffff;
	font-size: 14px;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.myl-blog-social a:hover,
.myl-blog-social a:focus-visible {
	background: #ffffff;
	border-color: #ffffff;
	color: #875184;
	outline: none;
}

.myl-blog-social a[aria-label="WhatsApp"] {
	background: #48d06c;
	border-color: #ffffff;
	color: #ffffff;
}

.myl-blog-language {
	display: inline-flex;
	gap: 10px;
	align-items: center;
}

.myl-blog-language a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-height: 40px;
	min-width: 112px;
	padding: 8px 15px;
	border: 1px solid rgba(255, 255, 255, 0.76);
	border-radius: 999px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	white-space: nowrap;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.myl-blog-language__flag {
	display: inline-flex;
	align-items: center;
	font-size: 15px;
	line-height: 1;
}

.myl-blog-language a:hover,
.myl-blog-language a:focus-visible {
	background: #ffffff;
	border-color: #ffffff;
	color: #875184;
	outline: none;
}

.myl-blog-main {
	min-height: 55vh;
}

.myl-blog-container {
	width: min(1050px, calc(100% - 32px));
	margin: 0 auto;
}

.myl-blog-container--narrow {
	width: min(820px, calc(100% - 32px));
}

.myl-blog-archive {
	padding: 54px 0 72px;
}

.myl-blog-page-title {
	margin: 0 0 30px;
}

.myl-blog-page-title h1,
.myl-blog-single__header h1 {
	margin: 0;
	color: #1c2326;
	font-size: clamp(34px, 6vw, 58px);
	font-weight: 800;
	line-height: 1;
}

.myl-blog-archive-description {
	max-width: 720px;
	margin-top: 14px;
	color: #5b666b;
	font-size: 18px;
	line-height: 1.65;
}

.myl-blog-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 28px;
}

.myl-blog-card {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 38%);
	overflow: hidden;
	border: 1px solid #dce2df;
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 16px 36px rgba(26, 33, 38, 0.08);
}

.myl-blog-card__image,
.myl-blog-single__image {
	display: block;
	width: 100%;
	background: #eef1ef;
}

.myl-blog-card__image {
	grid-column: 2;
	grid-row: 1;
	min-height: 255px;
	border-left: 1px solid #dce2df;
	border-bottom: 1px solid #dce2df;
}

.myl-blog-single__image {
	aspect-ratio: 16 / 9;
	border-bottom: 1px solid #dce2df;
}

.myl-blog-card__image img,
.myl-blog-single__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.myl-blog-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	grid-column: 1;
	grid-row: 1;
	padding: 32px 34px;
}

.myl-blog-card time,
.myl-blog-single__header time {
	display: block;
	margin-bottom: 10px;
	color: #6f7b80;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: uppercase;
}

.myl-blog-card h2 {
	margin: 0 0 14px;
	color: #20272b;
	font-size: clamp(26px, 2.7vw, 34px);
	font-weight: 800;
	line-height: 1.08;
}

.myl-blog-card h2 a:hover,
.myl-blog-card h2 a:focus-visible {
	color: #875184;
	outline: none;
}

.myl-blog-card__excerpt {
	color: #4c585d;
	font-size: 18px;
	line-height: 1.5;
}

.myl-blog-card__excerpt p {
	margin: 0;
}

.myl-blog-card__link {
	display: inline-flex;
	align-items: center;
	align-self: flex-start;
	margin-top: auto;
	margin-top: 22px;
	font-size: 16px;
	font-weight: 800;
	line-height: 1;
	text-decoration: none;
}

.myl-blog-card__button {
	justify-content: center;
	min-height: 44px;
	padding: 10px 18px;
	border-radius: 999px;
	background: #875184;
	color: #ffffff;
}

a.myl-blog-card__link.myl-blog-card__button,
a.myl-blog-card__link.myl-blog-card__button:visited {
	color: #ffffff;
}

.myl-blog-card__button:hover,
.myl-blog-card__button:focus-visible {
	background: #73446f;
	color: #ffffff;
	outline: none;
}

a.myl-blog-card__link.myl-blog-card__button:hover,
a.myl-blog-card__link.myl-blog-card__button:focus-visible {
	color: #ffffff;
}

.myl-blog-single {
	padding: 44px 0 72px;
}

.myl-blog-single__image {
	margin-bottom: 30px;
	border: 1px solid #dce2df;
	border-radius: 8px;
}

.myl-blog-single__header {
	margin-bottom: 28px;
}

.myl-blog-single__header time {
	margin-top: 16px;
	margin-bottom: 0;
}

.myl-blog-content {
	color: #2d363a;
	font-size: 19px;
	line-height: 1.8;
}

.myl-blog-content > *:first-child {
	margin-top: 0;
}

.myl-blog-content img {
	max-width: 100%;
	height: auto;
	border-radius: 8px;
}

.myl-blog-content a {
	color: #14726f;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.myl-blog-empty {
	padding: 32px 0;
	color: #4c585d;
	font-size: 18px;
}

.myl-blog-pagination,
.navigation.pagination {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	justify-content: center;
	margin-top: 34px;
}

.myl-blog-pagination .page-numbers,
.page-numbers {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	justify-content: center;
	margin-top: 0;
	padding: 0;
	list-style: none;
}

.page-numbers.current,
a.page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	min-height: 44px;
	padding: 10px 14px;
	border: 1px solid #dce2df;
	border-radius: 8px;
	background: #ffffff;
	color: #1c2326;
	font-size: 16px;
	font-weight: 800;
}

.page-numbers.current,
a.page-numbers:hover,
a.page-numbers:focus-visible {
	background: #875184;
	border-color: #875184;
	color: #ffffff;
	outline: none;
}

.myl-blog-footer {
	background: #ffffff;
	color: #27313a;
}

.myl-blog-footer__inner {
	display: grid;
	grid-template-columns: 1.15fr 1.15fr 1fr 1fr;
	gap: 72px;
	width: min(1550px, calc(100% - 280px));
	margin: 0 auto;
	padding: 70px 0 64px;
}

.myl-blog-footer h2,
.myl-blog-footer h3,
.myl-blog-footer p {
	margin: 0;
}

.myl-blog-footer h2 {
	margin-bottom: 18px;
	color: #27313a;
	font-size: 28px;
	font-weight: 800;
	line-height: 1.05;
}

.myl-blog-footer h3 {
	margin-bottom: 18px;
	color: #27313a;
	font-size: 28px;
	font-weight: 800;
	line-height: 1.05;
}

.myl-blog-footer p,
.myl-blog-footer a {
	color: #27313a;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.65;
}

.myl-blog-footer__spaced {
	margin-top: 34px !important;
}

.myl-blog-footer__col {
	display: flex;
	flex-direction: column;
	gap: 7px;
}

.myl-blog-footer strong {
	margin-top: 4px;
	color: #875184;
	font-size: 18px;
	line-height: 1.25;
}

.myl-blog-footer__col a:not(.myl-blog-footer__dark-link) {
	color: #e52b62;
}

.myl-blog-footer a:hover,
.myl-blog-footer a:focus-visible {
	color: #875184;
	outline: none;
}

.myl-blog-social--footer a {
	width: 40px;
	height: 40px;
	border-color: #27313a;
	background: #ffffff;
	color: #27313a !important;
	font-size: 17px;
}

.myl-blog-social--footer a[aria-label="WhatsApp"] {
	background: #48d06c;
	border-color: #48d06c;
	color: #27313a;
}

.myl-blog-social--footer a:hover,
.myl-blog-social--footer a:focus-visible {
	background: #ffffff;
	border-color: #875184;
	color: #875184;
	outline: none;
}

.myl-blog-social--footer a[aria-label="WhatsApp"]:hover,
.myl-blog-social--footer a[aria-label="WhatsApp"]:focus-visible {
	background: #48d06c;
	border-color: #875184;
	color: #27313a;
}

.myl-blog-footer__bottom {
	width: min(1090px, calc(100% - 280px));
	margin: 0 auto;
	padding: 20px 0 34px;
	border-top: 1px solid #d5d5d5;
	text-align: center;
}

.myl-blog-footer__bottom p {
	color: #27313a;
	font-size: 18px;
	line-height: 1.4;
}

@media (max-width: 1024px) {
	.myl-blog-header__inner {
		grid-template-columns: auto 1fr;
		width: min(900px, calc(100% - 48px));
		min-height: 92px;
	}

	.myl-blog-footer__inner {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.myl-blog-footer__inner,
	.myl-blog-footer__bottom {
		width: min(900px, calc(100% - 48px));
	}

	.myl-blog-footer__inner {
		padding: 58px 0 52px;
	}
}

@media (max-width: 767px) {
	.myl-blog-header__inner {
		display: flex;
		flex-direction: column;
		gap: 12px;
		align-items: center;
		width: calc(100% - 32px);
		min-height: 0;
		padding: 12px 0;
	}

	.myl-blog-header__logo {
		width: 142px;
	}

	.myl-blog-social a,
	.myl-blog-language a {
		min-height: 40px;
	}

	.myl-blog-social a {
		width: 40px;
		height: 40px;
		font-size: 18px;
	}

	.myl-blog-language a {
		min-width: 0;
		padding: 10px 16px;
		font-size: 15px;
	}

	.myl-blog-header__actions {
		justify-content: center;
	}

	.myl-blog-header__actions {
		flex-wrap: wrap;
	}

	.myl-blog-language {
		width: 100%;
		justify-content: center;
	}

	.myl-blog-footer__inner {
		grid-template-columns: 1fr;
	}

	.myl-blog-card {
		grid-template-columns: 1fr;
	}

	.myl-blog-card__image {
		grid-column: 1;
		grid-row: 1;
		min-height: 210px;
		aspect-ratio: 16 / 9;
		border-left: 0;
	}

	.myl-blog-card__body {
		grid-column: 1;
		grid-row: 2;
	}

	.myl-blog-footer__inner,
	.myl-blog-footer__bottom {
		width: calc(100% - 32px);
	}

	.myl-blog-footer__inner {
		gap: 34px;
		padding: 52px 0 42px;
	}

	.myl-blog-footer h2,
	.myl-blog-footer h3 {
		font-size: 22px;
	}

	.myl-blog-footer p,
	.myl-blog-footer a,
	.myl-blog-footer__bottom p {
		font-size: 15px;
	}

	.myl-blog-social--footer a {
		width: 38px;
		height: 38px;
		font-size: 16px;
	}

	.myl-blog-archive,
	.myl-blog-single {
		padding-top: 34px;
		padding-bottom: 52px;
	}

	.myl-blog-card__body {
		padding: 22px;
	}

	.myl-blog-card h2 {
		font-size: 26px;
	}

	.myl-blog-card__excerpt {
		font-size: 17px;
	}

	.myl-blog-content {
		font-size: 17px;
	}
}
