.customHeader {
	padding: 16px 0;
	background: #fff;
}

.customHeader .customHeaderWrapper > a img {
	display: block;
	width: auto;
	max-height: 26px;
}

.customHeader .customHeaderRight {
	gap: 24px !important;
}

.customHeaderWrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.customHeader .customHeaderRight .wedding-blog-contact-btn {
	display: inline-block !important;
	opacity: 0;
	background: transparent !important;
	border: none !important;
	border-radius: 0;
	padding: 10px 22px;
	font-size: 20px;
	font-weight: 500 !important;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #1a1a1a !important;
	-webkit-text-fill-color: #1a1a1a;
	text-decoration: none !important;
	white-space: nowrap;
	box-sizing: border-box;
	transition: opacity 0.25s ease;
}

.customHeader .customHeaderRight .wedding-blog-contact-btn:hover,
.customHeader .customHeaderRight .wedding-blog-contact-btn:focus,
.customHeader .customHeaderRight .wedding-blog-contact-btn:focus-visible {
	opacity: 1 !important;
	color: #1a1a1a !important;
	-webkit-text-fill-color: #1a1a1a;
	background: transparent !important;
	border: none !important;
	font-weight: 500 !important;
}

@media screen and (max-width: 1080px) {
	.customHeader .customHeaderRight .wedding-blog-contact-btn {
		display: none !important;
	}

	.customHeader {
		padding: 14px 0;
	}
}

.header-contact-btn {
	display: none !important;
}

.wedding-blog-page,
.wedding-blog-single {
	background: #ffffff;
	color: #1a1a1a;
}

.wedding-blog-container {
	width: 100%;
	max-width: none;
	margin: 0 auto;
	padding: 56px 24px 0;
	box-sizing: border-box;
}

@media screen and (min-width: 768px) {
	.wedding-blog-container {
		padding-left: 93px;
		padding-right: 93px;
	}
}

.wedding-blog-title {
	text-align: center;
	font-size: clamp(28px, 4vw, 34px);
	font-weight: 500;
	line-height: 1.2;
	margin: 0 0 42px;
	color: #1a1a1a;
}

.wedding-blog-archive-hero {
	padding: 48px 24px 0;
	text-align: center;
	box-sizing: border-box;
}

.wedding-blog-archive-hero-title {
	margin: 0 0 42px;
	font-family: "Outfit", sans-serif;
	font-size: clamp(28px, 5vw, 55px);
	font-weight: 500;
	line-height: 1.2;
	color: #1a1a1a;
	text-transform: none;
}

@media screen and (min-width: 768px) {
	.wedding-blog-archive-hero {
		padding-left: 93px;
		padding-right: 93px;
	}
}

.wedding-blog-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
}

.wedding-blog-page .custom-blog-card-image {
	height: clamp(320px, 28vw, 420px);
	border-radius: 16px;
}

.wedding-blog-page .custom-blog-card-image::after {
	background:
		linear-gradient(180deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.18) 40%, rgba(0, 0, 0, 0.78) 100%);
}

.wedding-blog-page .custom-blog-card-tag {
	top: 44px;
	left: 44px;
	padding: 10px 22px;
	font-family: "Outfit", sans-serif;
	font-size: 17px;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1;
}

.wedding-blog-page .custom-blog-card-overlay {
	left: 24px;
	right: 24px;
	bottom: 24px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	max-width: calc(100% - 48px);
	transform: translateY(-10px);
}

.wedding-blog-page .custom-blog-card-date {
	display: block;
	font-family: "Outfit", sans-serif;
	font-size: 20px;
	font-weight: 300;
	letter-spacing: 0.1em;
	line-height: 1;
	margin: 0 0 12px;
	transform: translateY(-20px);
	text-transform: uppercase;
	color: #fff;
}

.wedding-blog-page .custom-blog-card-title {
	margin: 0;
	max-width: 100%;
	font-family: "Outfit", sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.25;
	color: #fff;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-align: left;
}

.wedding-blog-grid--related {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.wedding-blog-empty {
	grid-column: 1 / -1;
	text-align: center;
}

.custom-blog-card {
	margin: 0;
}

.custom-blog-card-link {
	display: block;
	text-decoration: none;
	color: inherit;
}

.custom-blog-card-image {
	position: relative;
	height: 290px;
	border-radius: 10px;
	overflow: hidden;
	background: #111;
}

.custom-blog-card-placeholder {
	width: 100%;
	height: 100%;
	background: #333;
}

.custom-blog-card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.3s ease;
}

.custom-blog-card-link:hover img {
	transform: scale(1.05);
}

.custom-blog-card-image::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.8));
	z-index: 1;
}

.custom-blog-card-tag {
	position: absolute;
	top: 14px;
	left: 14px;
	z-index: 2;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.8);
	border-radius: 999px;
	padding: 4px 10px;
	font-size: 10px;
	line-height: 1;
	text-transform: uppercase;
}

.custom-blog-card-overlay {
	position: absolute;
	left: 14px;
	right: 14px;
	bottom: 14px;
	z-index: 2;
	color: #fff;
}

.custom-blog-card-date {
	display: block;
	font-size: 10px;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.custom-blog-card-excerpt {
	font-size: 14px;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.95);
	margin: 0;
	line-height: 1.35;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.wedding-blog-load-more-wrap {
	text-align: center;
	margin: 42px 0 0;
}

.wedding-blog-load-more {
	border: 1px solid #1a1a1a;
	background: transparent;
	color: #1a1a1a;
	border-radius: 999px;
	padding: 12px 28px;
	font-size: 12px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	cursor: pointer;
	transition: 0.3s ease;
}

.wedding-blog-load-more:hover,
.wedding-blog-load-more:disabled {
	opacity: 0.7;
}

.wedding-blog-seperatorWrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 24px;
	border-top: 1px solid #d9d9d9;
	padding-top: 40px;
}

.wedding-blog-back-home,
.wedding-blog-next-link {
	display: flex;
	align-items: center;
	gap: 16px;
	text-decoration: none;
	color: #1a1a1a;
}

.wedding-blog-back-home img {
	display: block;
	width: auto;
	height: 22px;
}

.wedding-blog-back-home h3,
.wedding-blog-next-link h3 {
	font-size: 24px;
	font-weight: 400;
	margin: 0;
	color: #1a1a1a;
	text-transform: capitalize;
	line-height: 1.2;
}

.wedding-blog-arrow svg {
	display: block;
	width: 72px;
	height: auto;
}

.wedding-blog-next-link:hover .wedding-blog-arrow svg path {
	transform: translateX(0);
}

.wedding-blog-arrow svg path {
	transform: translateX(-13px);
	transition: 0.3s ease;
}

.wedding-blog-page .customContainer,
.wedding-blog-single .customContainer {
	margin-left: auto;
	margin-right: auto;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	width: 100%;
	max-width: 1920px;
	box-sizing: border-box;
}

@media screen and (min-width: 768px) {
	.wedding-blog-page .customContainer,
	.wedding-blog-single .customContainer {
		padding-left: 93px;
		padding-right: 93px;
	}
}

.wedding-blog-cta {
	min-height: 473px;
	padding: 48px 0;
	background-image: url('https://shoreditch.com/wp-content/uploads/2025/04/Group-24.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
	box-sizing: border-box;
}

.wedding-blog-cta-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	gap: 24px;
}

.wedding-blog-seperatorNav {
	padding: 80px 0 60px;
	color: #1a1a1a;
}

.wedding-blog-cta-content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
}

.wedding-blog-cta-label {
	font-size: clamp(18px, 2vw, 28px);
	font-weight: 500;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 0.04em;
}

.wedding-blog-cta-content h3 {
	font-size: clamp(48px, 9vw, 104px);
	font-weight: 400;
	line-height: 0.95;
	margin: 0;
	text-transform: uppercase;
	color: #fff;
}

.wedding-blog-cta-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	border: 2px solid #fff;
	border-radius: 999px;
	color: #fff;
	background: transparent;
	padding: clamp(14px, 2vw, 20px) clamp(32px, 5vw, 56px);
	text-decoration: none;
	text-transform: uppercase;
	font-size: clamp(20px, 2.8vw, 36px);
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1.1;
	white-space: nowrap;
	transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.wedding-blog-cta-btn:hover,
.wedding-blog-cta-btn:focus {
	background: #fff;
	color: #1a1a1a;
	border-color: #fff;
	text-decoration: none;
}

.wedding-blog-page .footer,
.wedding-blog-single .footer {
	padding: 8rem 0 0;
	background: #fff;
	color: #1a1a1a;
}

.wedding-blog-page .footer-wrapper,
.wedding-blog-single .footer-wrapper {
	display: grid;
	grid-template-columns: 1.5fr 2fr;
	align-items: start;
	gap: 100px;
}

.wedding-blog-page .footerLinksPage,
.wedding-blog-single .footerLinksPage {
	display: flex;
	gap: 100px;
}

.wedding-blog-page .footer-item h3,
.wedding-blog-single .footer-item h3 {
	text-transform: uppercase;
	margin-bottom: 2rem;
	font-size: 18px;
	font-weight: 400;
	color: #1a1a1a;
}

.wedding-blog-page .footer-item p,
.wedding-blog-single .footer-item p {
	font-size: 24px;
}

.wedding-blog-page .footer-item ul li,
.wedding-blog-single .footer-item ul li {
	margin-bottom: 5px;
}

.wedding-blog-page .footer-item ul li a,
.wedding-blog-single .footer-item ul li a {
	font-size: 14px;
	color: #1a1a1a;
	text-decoration: none;
}

.wedding-blog-page .footer-item ul li a:hover,
.wedding-blog-single .footer-item ul li a:hover {
	text-decoration: underline;
}

.wedding-blog-footer-bottom {
	padding: 48px 0 56px;
	background: #fff;
	color: #1a1a1a;
}

.wedding-blog-footer-bottom-inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
	align-items: center;
	column-gap: 24px;
}

.wedding-blog-footer-bottom-left {
	justify-self: start;
}

.wedding-blog-footer-domain {
	margin: 0 0 8px;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #1a1a1a;
}

.wedding-blog-footer-copyright {
	margin: 0;
	font-size: 12px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #1a1a1a;
}

.wedding-blog-footer-social {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	grid-column: 2;
	justify-self: center;
}

.wedding-blog-footer-social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 18px;
	border: 1px solid #1a1a1a;
	border-radius: 999px;
	color: #1a1a1a;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	text-decoration: none;
	transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.wedding-blog-footer-social a:hover,
.wedding-blog-footer-social a:focus {
	background: #1a1a1a;
	border-color: #1a1a1a;
	color: #fff;
	text-decoration: none;
}

.wedding-blog-footer-brand {
	margin: 0;
	grid-column: 3;
	justify-self: end;
	text-align: right;
	font-size: clamp(42px, 6vw, 72px);
	font-weight: 700;
	line-height: 1;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	color: #1a1a1a;
}

@media screen and (max-width: 1020px) {
	.wedding-blog-page .footer-wrapper,
.wedding-blog-single .footer-wrapper {
		grid-template-columns: 1fr;
		gap: 45px;
	}

	.wedding-blog-page .footerLinksPage,
.wedding-blog-single .footerLinksPage {
		flex-direction: column;
		gap: 40px;
	}

	.wedding-blog-footer-bottom-inner {
		grid-template-columns: 1fr;
		row-gap: 24px;
	}

	.wedding-blog-footer-social,
	.wedding-blog-footer-brand {
		grid-column: 1;
		justify-self: start;
		text-align: left;
	}
}

@media screen and (max-width: 1080px) {
	.wedding-blog-cta-inner {
		flex-direction: column;
		text-align: center;
	}

	.wedding-blog-cta {
		background-position: left;
	}
}

.wedding-blog-single-hero {
	width: 100%;
	height: 65vh;
	min-height: 480px;
	max-height: 720px;
	background-size: cover;
	background-position: center;
	position: relative;
	display: flex;
	align-items: flex-end;
}

.wedding-blog-single-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.2) 52%, rgba(0, 0, 0, 0.05) 100%);
	pointer-events: none;
}

.wedding-blog-single-hero-overlay {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 24px 56px;
	background: none;
	color: #fff;
	box-sizing: border-box;
}

@media screen and (min-width: 768px) {
	.wedding-blog-single-hero-overlay {
		padding-left: 93px;
		padding-right: 93px;
	}
}

.wedding-blog-single-hero-content {
	max-width: min(92%, 1100px);
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.wedding-blog-single-hero-tag {
	display: inline-block;
	margin: 0 0 20px;
	padding: 6px 12px;
	border: 1px solid rgba(255, 255, 255, 0.85);
	border-radius: 999px;
	background: rgba(0, 0, 0, 0.2);
	color: #fff;
	font-size: 10px;
	line-height: 1;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.wedding-blog-single-hero-title {
	max-width: none;
	margin: 0 0 24px;
	font-family: "Inter", sans-serif;
	font-size: clamp(32px, 4.2vw, 54px);
	font-weight: 500;
	line-height: 1.18;
	color: #fff;
}

.wedding-blog-single-hero-date {
	display: block;
	font-family: "Outfit", sans-serif;
	font-size: 15px;
	font-weight: 300;
	letter-spacing: 0.1em;
	line-height: 1;
	text-transform: uppercase;
	color: #fff;
}

.wedding-blog-single-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 300px;
	gap: 64px;
	max-width: 1180px;
	margin: 0 auto;
	padding: 64px 24px 0;
}

@media screen and (min-width: 768px) {
	.wedding-blog-single-layout {
		padding-left: 93px;
		padding-right: 93px;
	}
}

.wedding-blog-single-content {
	font-size: 18px;
	line-height: 1.75;
	color: #1a1a1a;
}

.wedding-blog-single-content > :first-child {
	margin-top: 0;
}

.wedding-blog-single-content p {
	margin: 0 0 1.25em;
}

.wedding-blog-single-content h2,
.wedding-blog-single-content h3,
.wedding-blog-single-content h4 {
	font-size: clamp(28px, 4vw, 36px);
	font-weight: 500;
	line-height: 1.25;
	margin: 40px 0 20px;
	color: #1a1a1a;
}

.wedding-blog-single-content h2:first-child,
.wedding-blog-single-content h3:first-child,
.wedding-blog-single-content h4:first-child {
	margin-top: 0;
}

.wedding-blog-single-cta-box {
	margin-top: 56px;
	padding: 40px 32px;
	border: 1px solid #d9d9d9;
	border-radius: 8px;
	text-align: left;
}

.wedding-blog-single-cta-box-title {
	margin: 0 0 16px;
	font-family: "Inter", sans-serif;
	font-size: clamp(24px, 3vw, 32px);
	font-weight: 600;
	color: #1a1a1a;
	line-height: 1.3;
}

.wedding-blog-single-cta-box p {
	margin: 0 0 16px;
	font-size: 18px;
	line-height: 1.7;
	max-width: none;
	color: #1a1a1a;
}

.wedding-blog-single-cta-box p:last-child {
	margin-bottom: 0;
}

.wedding-blog-single-nav {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
	margin-top: 48px;
	padding-top: 32px;
	border-top: 1px solid #d9d9d9;
}

.wedding-blog-single-nav-link {
	display: block;
	text-decoration: none;
	color: #1a1a1a;
}

.wedding-blog-single-nav-link:hover,
.wedding-blog-single-nav-link:focus {
	color: #1a1a1a;
	text-decoration: none;
}

.wedding-blog-single-nav-link span {
	display: inline-block;
	font-size: 10px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	margin-bottom: 12px;
	padding: 10px 22px;
	border: 1px solid #1a1a1a;
	border-radius: 999px;
	line-height: 1;
	color: #1a1a1a;
	background: transparent;
	transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.wedding-blog-single-nav-link:hover span,
.wedding-blog-single-nav-link:focus span {
	color: #fff;
	background-color: #1a1a1a;
	border-color: #1a1a1a;
}

.wedding-blog-single-nav-link strong {
	display: block;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
	color: #1a1a1a;
}

.wedding-blog-single-nav-link:hover strong,
.wedding-blog-single-nav-link:focus strong {
	color: #1a1a1a;
}

.wedding-blog-single-nav-next {
	text-align: right;
}

.wedding-blog-single-nav-next span {
	margin-left: auto;
}

.wedding-blog-single-sidebar {
	position: sticky;
	top: 24px;
	align-self: start;
}

.wedding-blog-sidebar-brand-card {
	position: relative;
	display: grid;
	width: 100%;
	aspect-ratio: 25 / 38;
	border-radius: 12px;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	margin-bottom: 24px;
}

.wedding-blog-sidebar-brand-overlay {
	grid-area: 1 / 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	min-height: 100%;
	padding: 20px;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.1));
}

.wedding-blog-sidebar-brand-label {
	margin: 0 0 6px;
	font-family: "Outfit", sans-serif;
	font-size: 10px;
	font-weight: 400;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #fff;
}

.wedding-blog-sidebar-brand-title {
	margin: 0 0 14px;
	font-family: "Outfit", sans-serif;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.2;
	color: #fff;
}

.wedding-blog-sidebar-social {
	display: flex;
	align-items: center;
	gap: 14px;
}

.wedding-blog-sidebar-social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto;
	height: auto;
	padding: 0;
	border-radius: 0;
	background: transparent;
	color: #fff;
	text-decoration: none;
}

.wedding-blog-sidebar-social a:hover,
.wedding-blog-sidebar-social a:focus {
	color: #fff;
	opacity: 0.85;
}

.wedding-blog-sidebar-social svg {
	display: block;
	width: 18px;
	height: 18px;
}

.wedding-blog-sidebar-search {
	display: flex;
	align-items: center;
	gap: 8px;
	height: 36px;
	background: #ececec;
	border: none;
	border-radius: 8px;
	padding: 0 14px 0 16px;
	margin-bottom: 24px;
	box-sizing: border-box;
}

.wedding-blog-sidebar-search input[type="search"] {
	flex: 1;
	min-width: 0;
	min-height: 0;
	height: auto;
	border: 0;
	background: transparent;
	padding: 0;
	margin: 0;
	font-family: "Inter", sans-serif;
	font-size: 12px;
	line-height: 1;
	color: #1a1a1a;
	outline: none;
	-webkit-appearance: none;
	appearance: none;
}

.wedding-blog-sidebar-search input[type="search"]::-webkit-search-decoration,
.wedding-blog-sidebar-search input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
	appearance: none;
}

.wedding-blog-sidebar-search input[type="search"]::placeholder {
	color: #8a8a8a;
}

.wedding-blog-sidebar-search button {
	border: 0;
	background: transparent;
	padding: 0;
	margin: 0;
	cursor: pointer;
	color: #1a1a1a;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 14px;
	height: 14px;
	flex-shrink: 0;
}

.wedding-blog-sidebar-related-title {
	font-family: "Inter", sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #1a1a1a;
	margin: 0 0 18px;
	line-height: 1.2;
}

.wedding-blog-sidebar-related-item {
	display: flex;
	gap: 12px;
	text-decoration: none;
	color: #1a1a1a;
	margin-bottom: 16px;
}

.wedding-blog-sidebar-related-item img {
	width: 72px;
	height: 72px;
	object-fit: cover;
	border-radius: 6px;
	flex-shrink: 0;
}

.wedding-blog-sidebar-related-item span {
	display: block;
	font-size: 10px;
	font-weight: 400;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #1a1a1a;
	margin-bottom: 6px;
}

.wedding-blog-sidebar-related-item p {
	margin: 0;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.35;
	color: #1a1a1a;
}

.wedding-blog-related-bottom {
	padding: 40px 0 0;
}

.wedding-blog-related-bottom-title {
	font-family: "Inter", sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #1a1a1a;
	margin: 0 0 20px;
	line-height: 1.2;
}

.wedding-blog-related-bottom .custom-blog-card-image {
	height: clamp(220px, 24vw, 320px);
	border-radius: 12px;
}

.wedding-blog-related-bottom .custom-blog-card-tag {
	top: 16px;
	left: 16px;
	padding: 6px 12px;
	font-size: 10px;
	letter-spacing: 0.08em;
}

.wedding-blog-related-bottom .custom-blog-card-overlay {
	left: 16px;
	right: 16px;
	bottom: 16px;
}

.wedding-blog-related-bottom .custom-blog-card-date {
	font-size: 20px;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
}

.wedding-blog-related-bottom .custom-blog-card-title {
	font-size: 22px;
	font-weight: 400;
	line-height: 1.2;
}

@media (max-width: 1680px) {
	.wedding-blog-page .wedding-blog-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 1280px) {
	.wedding-blog-page .wedding-blog-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.wedding-blog-page .custom-blog-card-image {
		height: clamp(280px, 38vw, 380px);
	}

	.wedding-blog-page .custom-blog-card-title {
		font-size: 20px;
		line-height: 1.25;
	}
}

@media (max-width: 1024px) {
	.wedding-blog-grid--related {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.wedding-blog-single-layout {
		grid-template-columns: 1fr;
	}

	.wedding-blog-single-sidebar {
		position: static;
	}
}

@media (max-width: 768px) {
	.wedding-blog-container {
		padding-top: 60px;
	}

	.wedding-blog-page .wedding-blog-grid {
		grid-template-columns: 1fr;
	}

	.wedding-blog-page .custom-blog-card-image {
		height: 320px;
	}

	.wedding-blog-page .custom-blog-card-overlay {
		left: 20px;
		right: 20px;
		bottom: 20px;
		transform: translateY(-10px);
	}

	.wedding-blog-page .custom-blog-card-tag {
		top: 40px;
		left: 40px;
		font-size: 17px;
		font-weight: 500;
		padding: 9px 20px;
	}

	.wedding-blog-page .custom-blog-card-title {
		font-size: 20px;
		line-height: 1.25;
	}

	.wedding-blog-grid--related {
		grid-template-columns: 1fr;
	}

	.wedding-blog-related-bottom .custom-blog-card-image {
		height: 260px;
	}

	.wedding-blog-seperatorWrapper {
		flex-direction: column;
		align-items: flex-start;
	}

	.wedding-blog-back-home h3,
	.wedding-blog-next-link h3 {
		font-size: 20px;
	}

	.wedding-blog-arrow svg {
		width: 56px;
	}

	.wedding-blog-cta-inner {
		flex-direction: column;
		text-align: center;
	}

	.wedding-blog-cta {
		background-position: left;
	}

	.wedding-blog-single-hero {
		height: 55vh;
		min-height: 380px;
		max-height: none;
	}

	.wedding-blog-single-hero-overlay {
		padding: 0 24px 32px;
	}

	.wedding-blog-single-nav {
		grid-template-columns: 1fr;
	}

	.wedding-blog-single-nav-next {
		text-align: left;
	}
}
