.lm-designer-resources {
	--lm-designer-bg: #f5f6f8;
	--lm-designer-card: #ffffff;
	--lm-designer-ink: #17384f;
	--lm-designer-muted: #4b5b70;
	--lm-designer-line: #dfe3e8;
	--lm-designer-soft: #f1f3f6;
	--lm-designer-accent: #dca86f;
	width: 100vw;
	max-width: 100vw;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	margin-block-start: 0 !important;
	margin-block-end: 0 !important;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	padding: clamp(16px, 1.2vw, 28px) 0 clamp(12px, 1.2vw, 28px);
	background: var(--lm-designer-bg);
	color: var(--lm-designer-ink);
	overflow: hidden;
}

.lm-designer-resources.alignfull {
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
}

.lm-designer-resources *,
.lm-designer-resources *::before,
.lm-designer-resources *::after {
	box-sizing: border-box;
}

.lm-designer-resources__inner {
	width: min(1680px, calc(100% - 48px));
	margin: 0 auto;
}

.lm-designer-resources__header {
	max-width: 980px;
	margin: 0 auto clamp(26px, 3vw, 46px);
	text-align: center;
}

.lm-designer-resources__title {
	margin: 0;
	color: var(--lm-designer-ink) !important;
	font-size: clamp(30px, 3vw, 42px) !important;
	font-weight: 700 !important;
	line-height: 1.14 !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
	overflow-wrap: anywhere;
}

.lm-designer-resources__description {
	max-width: 900px;
	margin: clamp(12px, 1.4vw, 18px) auto 0;
	color: var(--lm-designer-muted);
	font-size: clamp(14px, 1.05vw, 18px) !important;
	font-weight: 600;
	line-height: 1.45;
	overflow-wrap: anywhere;
}

.lm-designer-resources__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(22px, 2.5vw, 38px);
}

.lm-designer-resources__card {
	display: flex;
	min-width: 0;
	min-height: 430px;
	flex-direction: column;
	padding: clamp(28px, 2.7vw, 40px);
	border: 1px solid rgba(23, 56, 79, 0.05);
	border-radius: 8px;
	background: var(--lm-designer-card);
	box-shadow: 0 16px 34px rgba(18, 38, 56, 0.12);
	transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.lm-designer-resources__card:hover,
.lm-designer-resources__card:focus-within {
	border-color: rgba(220, 168, 111, 0.48);
	box-shadow: 0 24px 46px rgba(18, 38, 56, 0.17);
	transform: translateY(-4px);
}

.lm-designer-resources__icon,
.lm-designer-resources__cta-icon {
	display: inline-flex;
	width: 72px;
	height: 72px;
	margin: 0 auto clamp(24px, 2.4vw, 34px);
	border-radius: 14px;
	background: rgba(220, 168, 111, 0.16);
	color: var(--lm-designer-accent);
	font-size: 30px;
	line-height: 1;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
}

.lm-designer-resources__icon .fa,
.lm-designer-resources__icon .fa-solid,
.lm-designer-resources__icon .fa-regular,
.lm-designer-resources__icon .fa-brands,
.lm-designer-resources__icon .fas,
.lm-designer-resources__icon .far,
.lm-designer-resources__icon .fab,
.lm-designer-resources__cta-icon .fa,
.lm-designer-resources__cta-icon .fa-solid,
.lm-designer-resources__cta-icon .fa-regular,
.lm-designer-resources__cta-icon .fa-brands,
.lm-designer-resources__cta-icon .fas,
.lm-designer-resources__cta-icon .far,
.lm-designer-resources__cta-icon .fab {
	display: inline-flex;
	width: 1em;
	height: 1em;
	line-height: 1;
	align-items: center;
	justify-content: center;
}

.lm-designer-resources__card h3 {
	margin: 0;
	color: var(--lm-designer-ink) !important;
	font-size: clamp(21px, 1.55vw, 28px) !important;
	font-weight: 700 !important;
	line-height: 1.18 !important;
	letter-spacing: 0 !important;
	text-align: center;
	text-transform: none !important;
	overflow-wrap: anywhere;
}

.lm-designer-resources__card-text {
	margin: clamp(16px, 1.5vw, 22px) 0 0;
	color: #344255;
	font-size: clamp(14px, 1vw, 17px);
	font-weight: 600;
	line-height: 1.45;
	text-align: center;
	overflow-wrap: anywhere;
}

.lm-designer-resources__formats {
	margin-top: clamp(22px, 2vw, 30px);
}

.lm-designer-resources__formats strong,
.lm-designer-resources__size strong {
	display: block;
	margin-bottom: 10px;
	color: #667285;
	font-size: clamp(12px, 0.9vw, 14px);
	font-weight: 800;
	line-height: 1.15;
	text-transform: uppercase;
}

.lm-designer-resources__formats div {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
}

.lm-designer-resources__formats span {
	display: inline-flex;
	min-height: 30px;
	padding: 6px 14px;
	border: 1px solid var(--lm-designer-line);
	border-radius: 999px;
	background: var(--lm-designer-soft);
	color: #334255;
	font-size: clamp(12px, 0.9vw, 14px);
	font-weight: 600;
	line-height: 1.2;
	align-items: center;
	justify-content: center;
}

.lm-designer-resources__size {
	margin: clamp(20px, 2vw, 28px) 0 0;
	color: #667285;
	font-size: clamp(14px, 1vw, 16px);
	font-weight: 600;
	line-height: 1.35;
	text-align: center;
}

.lm-designer-resources__size strong {
	display: inline;
	margin: 0;
	color: #667285;
	font-size: inherit;
	text-transform: none;
}

.lm-designer-resources__download {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	width: 100%;
	min-height: 44px;
	margin-top: auto;
	padding: 0 24px;
	border: 1px solid var(--lm-designer-ink);
	border-radius: 7px;
	background: var(--lm-designer-ink);
	color: #ffffff;
	font-size: 14px;
	font-weight: 800;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	transition: background-color 0.24s ease, border-color 0.24s ease, color 0.24s ease, box-shadow 0.24s ease, transform 0.24s ease;
}

.lm-designer-resources__download:hover,
.lm-designer-resources__download:focus-visible {
	border-color: var(--lm-designer-accent);
	background: var(--lm-designer-accent);
	color: var(--lm-designer-ink);
	box-shadow: 0 10px 22px rgba(26, 58, 82, 0.16);
	outline: none;
	text-decoration: none;
	transform: translateY(-1px);
}

.lm-designer-resources__download--disabled {
	opacity: 0.55;
	pointer-events: none;
}

.lm-designer-resources__cta {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	align-items: center;
	gap: clamp(24px, 2.6vw, 38px);
	margin-top: clamp(34px, 3.8vw, 56px);
	padding: clamp(26px, 2.8vw, 42px);
	border: 2px solid var(--lm-designer-accent);
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 16px 34px rgba(18, 38, 56, 0.1);
}

.lm-designer-resources__cta-icon {
	width: 72px;
	height: 72px;
	margin: 0;
	background: var(--lm-designer-ink);
	color: #ffffff;
}

.lm-designer-resources__cta h3 {
	margin: 0;
	color: var(--lm-designer-ink) !important;
	font-size: clamp(24px, 2vw, 32px) !important;
	font-weight: 700 !important;
	line-height: 1.18 !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
	overflow-wrap: anywhere;
}

.lm-designer-resources__cta p {
	max-width: 1100px;
	margin: 12px 0 0;
	color: var(--lm-designer-muted);
	font-size: clamp(14px, 1.05vw, 18px);
	font-weight: 600;
	line-height: 1.45;
	overflow-wrap: anywhere;
}

.lm-designer-resources__cta-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	margin-top: 18px;
	padding: 0 22px;
	border: 1px solid var(--lm-designer-accent);
	border-radius: 7px;
	background: var(--lm-designer-accent);
	color: #ffffff;
	font-size: 14px;
	font-weight: 800;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	transition: background-color 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease, transform 0.24s ease;
}

.lm-designer-resources__cta-button:hover,
.lm-designer-resources__cta-button:focus-visible {
	border-color: var(--lm-designer-ink);
	background: var(--lm-designer-ink);
	color: #ffffff;
	box-shadow: 0 10px 22px rgba(26, 58, 82, 0.16);
	outline: none;
	text-decoration: none;
	transform: translateY(-1px);
}

.lm-designer-resources__footer {
	margin-top: clamp(26px, 3vw, 44px);
	text-align: center;
}

.lm-designer-resources__footer p {
	margin: 0;
	color: #667285;
	font-size: clamp(13px, 0.95vw, 16px);
	font-weight: 600;
	line-height: 1.4;
}

.lm-designer-resources__footer a {
	display: inline-flex;
	margin-top: 8px;
	color: var(--lm-designer-accent);
	font-size: clamp(13px, 0.95vw, 16px);
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
}

.lm-designer-resources__footer a:hover,
.lm-designer-resources__footer a:focus-visible {
	color: var(--lm-designer-ink);
	text-decoration: none;
}

.wp-block-acf-designer-resources,
.wp-block[data-type="acf/designer-resources"] {
	max-width: none;
	margin-top: 0 !important;
	margin-block-start: 0 !important;
}

.lm-preview-technology + .lm-designer-resources,
.wp-block-acf-preview-technology + .lm-designer-resources,
.wp-block-acf-preview-technology + .wp-block-acf-designer-resources,
.wp-block[data-type="acf/preview-technology"] + .wp-block[data-type="acf/designer-resources"],
.entry-content > .wp-block-acf-preview-technology + .wp-block-acf-designer-resources,
.entry-content > .wp-block[data-type="acf/preview-technology"] + .wp-block[data-type="acf/designer-resources"] {
	margin-top: 0 !important;
	margin-block-start: 0 !important;
}

.editor-styles-wrapper .wp-block-acf-designer-resources,
.editor-styles-wrapper .lm-designer-resources {
	width: 100%;
	max-width: none;
	margin-right: 0;
	margin-left: 0;
}

@media (max-width: 1180px) {
	.lm-designer-resources__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.lm-designer-resources {
		padding: 18px 0 24px;
	}

	.lm-designer-resources__inner {
		width: min(100% - 28px, 1680px);
	}

	.lm-designer-resources__header {
		margin-bottom: 22px;
	}

	.lm-designer-resources__grid {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.lm-designer-resources__card {
		min-height: 0;
		padding: 24px 20px;
	}

	.lm-designer-resources__cta {
		grid-template-columns: 1fr;
		justify-items: center;
		text-align: center;
	}
}

body .entry-content .lm-designer-resources,
body .site-content .lm-designer-resources,
body .main-page-wrapper .lm-designer-resources {
	padding-top: clamp(46px, 4.2vw, 68px) !important;
}
@media (max-width: 767px) {
	body .entry-content .lm-designer-resources,
	body .site-content .lm-designer-resources,
	body .main-page-wrapper .lm-designer-resources {
		padding-top: 38px !important;
	}
}
