.lmbr-promo-shell {
	margin: 1.5rem 0 1.75rem;
}

.lmbr-promo-row {
	align-items: start;
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 0;
}

.lmbr-promo-row--count-1 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.lmbr-promo-card {
	min-width: 0;
}

.lmbr-promo-row--count-1 .lmbr-promo-card {
	grid-column: 1 / 2;
}

.lmbr-promo-badge {
	color: #6f5a47;
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	margin: 0 0 0.2rem;
	text-transform: uppercase;
}

.lmbr-promo-link {
	background: #f6f1e8;
	border: 1px solid #e8e0d4;
	border-radius: 10px;
	display: block;
	aspect-ratio: 18 / 7;
	overflow: hidden;
	text-decoration: none;
	transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
	width: 100%;
}

.lmbr-promo-link:hover {
	border-color: #d9c6b6;
	box-shadow: 0 4px 16px rgba(26, 33, 48, 0.08);
	transform: translateY(-1px);
}

.lmbr-promo-link:focus-visible {
	outline: 2px solid #2d6a4f;
	outline-offset: 3px;
	box-shadow: 0 0 0 5px rgba(45, 106, 79, 0.18);
}

.lmbr-promo-link img {
	display: block;
	height: 100%;
	max-width: 100%;
	object-fit: cover;
	width: 100%;
}

.lmbr-sidebar-shell {
	margin: 1rem 0 1.25rem;
}

body.lylymama-editorial.lmbr-has-sidebar-slot #right-sidebar.widget-area {
	display: block !important;
}

body.lylymama-editorial.lmbr-has-sidebar-slot #content {
	align-items: flex-start;
	display: flex;
	gap: 2rem;
}

body.lylymama-editorial.lmbr-has-sidebar-slot #primary {
	flex: 0 1 70%;
	width: 70% !important;
}

body.lylymama-editorial.lmbr-has-sidebar-slot #right-sidebar {
	flex: 0 0 30%;
	width: 30% !important;
}

body.lylymama-editorial.lmbr-has-sidebar-slot #right-sidebar,
body.lylymama-editorial.lmbr-has-sidebar-slot #right-sidebar .inside-right-sidebar {
	position: relative;
}

.lmbr-sidebar-badge {
	color: #6f5a47;
	display: inline-block;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	margin: 0 0 0.22rem;
	text-transform: uppercase;
}

.lmbr-sidebar-card {
	margin: 0;
}

.lmbr-sidebar-link {
	background: #f6f1e8;
	border: 1px solid #e8e0d4;
	border-radius: 10px;
	display: block;
	aspect-ratio: 8 / 13;
	overflow: hidden;
	text-decoration: none;
	transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
	width: 100%;
}

.lmbr-sidebar-link:hover {
	border-color: #d9c6b6;
	box-shadow: 0 4px 16px rgba(26, 33, 48, 0.08);
	transform: translateY(-1px);
}

.lmbr-sidebar-link:focus-visible {
	outline: 2px solid #2d6a4f;
	outline-offset: 3px;
	box-shadow: 0 0 0 5px rgba(45, 106, 79, 0.18);
}

.lmbr-sidebar-link img {
	display: block;
	height: 100%;
	max-width: 100%;
	object-fit: cover;
	width: 100%;
}

.lmbr-sidebar-placeholder {
	display: block;
	height: 0;
	visibility: hidden;
}

@media (max-width: 768px) {
	.lmbr-promo-shell {
		margin: 1rem 0 1.35rem;
	}

	.lmbr-promo-row {
		gap: 0.85rem;
		grid-template-columns: 1fr;
	}

	.lmbr-promo-row--count-1 .lmbr-promo-card {
		grid-column: auto;
	}

	.lmbr-promo-link {
		aspect-ratio: 16 / 7;
	}
}

@media (max-width: 1024px) {
	body.lylymama-editorial.lmbr-has-sidebar-slot #content {
		display: block;
	}

	body.lylymama-editorial.lmbr-has-sidebar-slot #primary,
	body.lylymama-editorial.lmbr-has-sidebar-slot #right-sidebar {
		flex: none;
		width: 100% !important;
	}

	.lmbr-sidebar-shell {
		display: none;
	}

	.lmbr-sidebar-link {
		aspect-ratio: 16 / 10;
	}
}
