/* single */
.single-blog-page {
	background: #ffffff;
	color: #111111;
}

.single-blog-page * {
	box-sizing: border-box;
}

.single-blog-page .container {
	width: min(100% - 32px, 1180px);
	margin-left: auto;
	margin-right: auto;
}

.single-blog-hero {
	padding: 76px 0 34px;
	text-align: center;
}

.single-blog-cats {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	margin-bottom: 22px;
}

.single-blog-cat {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 30px;
	padding: 7px 16px;
	border-radius: 999px;
	background: #dff5f8;
	color: #28c3df;
	font-size: 14px;
	line-height: 1;
	font-weight: 600;
	text-decoration: none;
}

.single-blog-cat:nth-child(2n) {
	background: #e2d7f6;
	color: #6632d9;
}

.single-blog-title {
	max-width: 980px;
	margin: 0 auto 24px;
	color: #111111;
	font-size: clamp(34px, 5vw, 64px);
	line-height: 1.05;
	font-weight: 800;
	letter-spacing: -0.03em;
}

.single-blog-meta {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 14px;
	color: #8c8c8c;
	font-size: 15px;
	line-height: 1;
}

.single-blog-meta__item {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.single-blog-meta__separator {
	width: 1px;
	height: 18px;
	background: #d7d7d7;
}

.single-blog-cover-section {
	padding: 18px 0 54px;
}

.single-blog-cover {
	position: relative;
	overflow: hidden;
	border-radius: 28px;
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.12);
}

.single-blog-cover::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background: linear-gradient(180deg, rgba(255,255,255,0) 60%, rgba(0,0,0,0.08) 100%);
}

.single-blog-cover img {
	display: block;
	width: 100%;
	height: clamp(280px, 48vw, 560px);
	object-fit: cover;
}

.single-blog-content-section {
	padding: 0 0 76px;
}

.single-blog-layout {
	display: block;
	margin: 0 auto;
}

.single-blog-content {
	min-width: 0;
}

.single-blog-info-top {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin-bottom: 42px;
}

.single-blog-info-card {
	padding: 20px;
	border-radius: 20px;
	background: #ffffff;
	box-shadow: 0 14px 40px rgba(0, 0, 0, 0.07);
}

.single-blog-info-card__label {
	margin-bottom: 8px;
	color: #9d9d9d;
	font-size: 13px;
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.single-blog-info-card__value {
	color: #111111;
	font-size: 16px;
	line-height: 1.35;
	font-weight: 800;
}

.single-blog-info-card__links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.single-blog-info-card__links a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 7px 13px;
	border-radius: 999px;
	background: #f3f7f8;
	color: #111111;
	font-size: 14px;
	line-height: 1;
	font-weight: 600;
	text-decoration: none;
}

.single-blog-info-card__links a:hover {
	background: #74cbc5;
	color: #ffffff;
}

.single-blog-entry {
	color: #2f2f2f;
	font-size: 18px;
	line-height: 1.78;
}

.single-blog-entry > *:first-child {
	margin-top: 0;
}

.single-blog-entry h2,
.single-blog-entry h3,
.single-blog-entry h4 {
	color: #111111;
	line-height: 1.2;
	font-weight: 800;
	letter-spacing: -0.02em;
}

.single-blog-entry h2 {
	margin: 48px 0 18px;
	font-size: clamp(28px, 3vw, 42px);
}

.single-blog-entry h3 {
	margin: 38px 0 16px;
	font-size: clamp(24px, 2.4vw, 32px);
}

.single-blog-entry h4 {
	margin: 30px 0 14px;
	font-size: 24px;
}

.single-blog-entry p {
	margin: 0 0 24px;
}

.single-blog-entry a {
	color: #48b7b0;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.single-blog-entry a:hover {
	color: #111111;
}

.single-blog-entry ul,
.single-blog-entry ol {
	margin: 0 0 26px;
	padding-left: 26px;
}

.single-blog-entry li {
	margin-bottom: 10px;
}

.single-blog-entry blockquote {
	position: relative;
	margin: 40px 0;
	padding: 30px 34px;
	border-left: 5px solid #74cbc5;
	border-radius: 20px;
	background: #f3fbfb;
	color: #111111;
	font-size: 22px;
	line-height: 1.5;
	font-weight: 600;
}

.single-blog-entry img {
	max-width: 100%;
	height: auto;
	border-radius: 20px;
	box-shadow: 0 16px 44px rgba(0, 0, 0, 0.08);
}

.single-blog-entry figure {
	margin: 38px 0;
}

.single-blog-entry figcaption {
	margin-top: 12px;
	color: #777777;
	font-size: 14px;
	line-height: 1.4;
	text-align: center;
}

.single-blog-entry table {
	width: 100%;
	margin: 34px 0;
	border-collapse: collapse;
	overflow: hidden;
	border-radius: 16px;
	background: #ffffff;
	box-shadow: 0 14px 40px rgba(0, 0, 0, 0.06);
}

.single-blog-entry th,
.single-blog-entry td {
	padding: 16px;
	border: 1px solid #eeeeee;
	text-align: left;
	vertical-align: top;
}

.single-blog-entry th {
	background: #f3fbfb;
	color: #111111;
	font-weight: 800;
}

.single-blog-page-links {
	margin-top: 36px;
}

.single-blog-tags {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 42px;
	padding-top: 28px;
	border-top: 1px solid #eeeeee;
}

.single-blog-tags__title {
	margin-right: 4px;
	color: #111111;
	font-size: 16px;
	font-weight: 800;
}

.single-blog-tag {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 30px;
	padding: 7px 15px;
	border-radius: 999px;
	background: #f3f7f8;
	color: #111111;
	font-size: 14px;
	line-height: 1;
	font-weight: 600;
	text-decoration: none;
}

.single-blog-tag:hover {
	background: #74cbc5;
	color: #ffffff;
}

.single-blog-related {
	padding: 76px 0 90px;
	background: #f8fbfb;
}

.single-blog-related__header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 34px;
}

.single-blog-related__header h2 {
	margin: 0;
	color: #111111;
	font-size: clamp(30px, 4vw, 46px);
	line-height: 1.1;
	font-weight: 800;
	letter-spacing: -0.02em;
}

.single-blog-related__header a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 12px 20px;
	border-radius: 999px;
	background: #74cbc5;
	color: #ffffff;
	font-size: 15px;
	line-height: 1;
	font-weight: 700;
	text-decoration: none;
}

.single-blog-related__header a:hover {
	background: #48b7b0;
}

.single-blog-related__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px;
}

.single-related-card {
	overflow: hidden;
	border-radius: 22px;
	background: #ffffff;
	box-shadow: 0 16px 44px rgba(0, 0, 0, 0.07);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.single-related-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.12);
}

.single-related-card__image {
	display: block;
	padding: 12px 12px 0;
}

.single-related-card__image img {
	display: block;
	width: 100%;
	height: 170px;
	object-fit: cover;
	border-radius: 16px;
}

.single-related-card__body {
	padding: 18px 20px 24px;
}

.single-related-card__date {
	margin-bottom: 10px;
	color: #9d9d9d;
	font-size: 14px;
	line-height: 1;
}

.single-related-card h3 {
	margin: 0 0 12px;
	font-size: 20px;
	line-height: 1.22;
	font-weight: 800;
}

.single-related-card h3 a {
	color: #111111;
	text-decoration: none;
}

.single-related-card h3 a:hover {
	color: #74cbc5;
}

.single-related-card p {
	margin: 0;
	color: #555555;
	font-size: 15px;
	line-height: 1.45;
}

@media (max-width: 991px) {
	.single-blog-layout {
		max-width: 100%;
	}

	.single-blog-info-top {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.single-blog-related__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.single-blog-page .container {
		width: min(100% - 24px, 1180px);
	}

	.single-blog-hero {
		padding: 48px 0 24px;
	}

	.single-blog-title {
		font-size: 34px;
	}

	.single-blog-meta {
		gap: 10px;
		font-size: 14px;
	}

	.single-blog-meta__separator {
		display: none;
	}

	.single-blog-cover-section {
		padding: 12px 0 38px;
	}

	.single-blog-cover {
		border-radius: 20px;
	}

	.single-blog-cover img {
		height: 280px;
	}

	.single-blog-info-top {
		grid-template-columns: 1fr;
		margin-bottom: 32px;
	}

	.single-blog-entry {
		font-size: 16px;
		line-height: 1.7;
	}

	.single-blog-entry blockquote {
		padding: 24px;
		font-size: 19px;
	}

	.single-blog-related {
		padding: 54px 0 64px;
	}

	.single-blog-related__header {
		align-items: flex-start;
		flex-direction: column;
	}

	.single-blog-related__grid {
		grid-template-columns: 1fr;
	}
}

/*archive*/

.blog-archive-page {
	background: #ffffff;
	color: #111111;
}

.blog-archive-page * {
	box-sizing: border-box;
}

.blog-archive-page .container {
	width: min(100% - 32px, 1480px);
	margin-left: auto;
	margin-right: auto;
}

.blog-archive-hero {
	padding: 70px 0 35px;
}

.blog-archive-title {
	margin: 0;
	text-align: center;
	font-size: clamp(34px, 4vw, 56px);
	line-height: 1.1;
	font-weight: 800;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #111111;
}

.blog-archive-section {
	padding: 35px 0 90px;
}

.blog-archive-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 42px;
	align-items: stretch;
}

.blog-card {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	min-height: 431px;
	background: #ffffff;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.blog-card:hover {
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.13);
}

.blog-card__image-link {
	display: block;
	padding: 14px 14px 0;
	text-decoration: none;
}

.blog-card__image {
    display: block;
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
    aspect-ratio: 4 / 3;
}

.blog-card__body {
	position: relative;
	display: flex;
	flex-direction: column;
	flex: 1;
	padding: 16px 21px 56px;
}

.blog-card__meta {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 20px;
	color: #9d9d9d;
	font-size: 15px;
	line-height: 1;
	font-weight: 400;
	white-space: nowrap;
}

.blog-card__meta-item {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	min-width: 0;
}

.blog-card__meta-item:first-child {
	max-width: 105px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.blog-card__meta-separator {
	display: block;
	width: 1px;
	height: 18px;
	background: #9d9d9d;
	opacity: 0.8;
}

.blog-card__title {
	margin: 0 0 16px;
	font-size: 21px;
	line-height: 1.12;
	font-weight: 800;
	color: #111111;
}

.blog-card__title a {
	color: inherit;
	text-decoration: none;
}

.blog-card__title a:hover {
	color: #74cbc5;
}

.blog-card__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 11px;
	margin-bottom: 22px;
}

.blog-card__tag {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 86px;
	min-height: 22px;
	padding: 4px 16px;
	border-radius: 999px;
	font-size: 14px;
	line-height: 1;
	font-weight: 500;
	text-decoration: none;
}

.blog-card__tag--1 {
	background: #dff5f8;
	color: #28c3df;
}

.blog-card__tag--2 {
	background: #e2d7f6;
	color: #6632d9;
}

.blog-card:nth-child(3n + 1) .blog-card__tag--1 {
	background: #ffdce7;
	color: #ff225c;
}

.blog-card:nth-child(3n + 1) .blog-card__tag--2 {
	background: #fff4d9;
	color: #f0a000;
}

.blog-card:nth-child(3n + 2) .blog-card__tag--1 {
	background: #e3f3f5;
	color: #49b5c6;
}

.blog-card__excerpt {
	margin: 0;
	color: #474747;
	font-size: 16px;
	line-height: 1.35;
	font-weight: 400;
}

.blog-card__arrow {
	position: absolute;
	right: 22px;
	bottom: 19px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 33px;
	height: 33px;
	color: #74cbc5;
	text-decoration: none;
	transition: transform 0.25s ease, color 0.25s ease;
}

.blog-card__arrow:hover {
	transform: translate(4px, -4px);
	color: #48b7b0;
}

.blog-archive-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin-top: 54px;
}

.blog-archive-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	height: 42px;
	padding: 0 12px;
	border-radius: 50%;
	background: #ffffff;
	border: 1px solid #e4e4e4;
	color: #111111;
	text-decoration: none;
	font-weight: 600;
	transition: 0.2s ease;
}

.blog-archive-pagination .page-numbers.current,
.blog-archive-pagination .page-numbers:hover {
	background: #74cbc5;
	border-color: #74cbc5;
	color: #ffffff;
}

.blog-archive-empty {
	max-width: 620px;
	margin: 0 auto;
	padding: 50px 24px;
	text-align: center;
	background: #ffffff;
	border-radius: 20px;
	box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
}

.blog-archive-empty h2 {
	margin: 0 0 12px;
	font-size: 30px;
	line-height: 1.2;
}

.blog-archive-empty p {
	margin: 0;
	color: #555555;
	font-size: 17px;
}

@media (max-width: 1199px) {
	.blog-archive-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 32px;
	}
}

@media (max-width: 767px) {
	.blog-archive-hero {
		padding: 45px 0 20px;
	}

	.blog-archive-section {
		padding: 25px 0 60px;
	}

	.blog-archive-grid {
		grid-template-columns: 1fr;
		gap: 26px;
	}

	.blog-card {
		min-height: auto;
	}

	.blog-card__image {
		height: 205px;
	}

	.blog-card__body {
		padding: 16px 18px 58px;
	}

	.blog-card__meta {
		gap: 10px;
		font-size: 14px;
	}

	.blog-card__meta-item:first-child {
		max-width: 92px;
	}

	.blog-card__title {
		font-size: 22px;
	}

	.blog-card__excerpt {
		font-size: 15px;
	}
}

@media (max-width: 420px) {
	.blog-archive-page .container {
		width: min(100% - 24px, 1480px);
	}

	.blog-card__meta {
		gap: 8px;
		font-size: 13px;
	}

	.blog-card__meta-item {
		gap: 6px;
	}

	.blog-card__meta-separator {
		height: 15px;
	}

	.blog-card__image {
		height: 185px;
	}

	.blog-card__title {
		font-size: 20px;
	}
}