body {
	font-family: var(--font-body) !important;
	background: var(--page-bg);
	color: var(--ink);
}

img {
	max-width: 100%;
	height: auto;
}

.container {
	max-width: var(--container-max);
	padding-left: 40px;
	padding-right: 40px;
}

h1, h2, h3, h4 {
	font-family: var(--font-heading) !important;
	font-weight: 700;
	color: var(--ink);
}

/* Header: logo va menu dang bi Flatsome Theme Options ghi de font/mau -
   override lai cho khop "Xanh Reu". Dropdown "Bo suu tap" (submenu cap 2)
   duoc cau hinh qua WP Admin > Giao diện > Menus, KHONG hardcode o day. */
#logo a {
	font-family: var(--font-heading) !important;
	font-weight: 700 !important;
	font-size: 26px !important;
	letter-spacing: 0.5px;
	text-transform: none !important;
	color: var(--moss) !important;
}
.nav > li > a,
.mobile-sidebar-levels-2 .nav > li > ul > li > a {
	font-family: var(--font-body) !important;
	font-size: 14px !important;
	font-weight: 500 !important;
	color: var(--ink) !important;
}
.header-nav-main.nav {
	gap: 36px !important;
}
.header-nav-main.nav > li {
	margin-right: 0 !important;
}

/* Nut "Tu van" tren header - dung class .button cua Flatsome hoac them class
   .lehoa-btn-solid vao Custom Link trong Menus de nhan dien nut noi bat. */
.lehoa-btn-solid,
a.lehoa-btn-solid,
.header-nav-main .lehoa-btn-solid {
	display: inline-block;
	background: var(--moss);
	color: #fff !important;
	border-radius: var(--radius);
	padding: 15px 34px;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.5px;
	text-decoration: none;
	text-align: center;
	transition: background 0.2s ease;
}
.lehoa-btn-solid:hover {
	background: var(--moss-deep);
	color: #fff !important;
}

.lehoa-btn-line,
a.lehoa-btn-line {
	display: inline-block;
	background: transparent;
	color: var(--moss) !important;
	border: 1px solid var(--moss);
	border-radius: var(--radius);
	padding: 14px 34px;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.5px;
	text-decoration: none;
	text-align: center;
	transition: background 0.2s ease, color 0.2s ease;
}
.lehoa-btn-line:hover {
	background: var(--moss);
	color: #fff !important;
}

.eyebrow {
	display: block;
	font-size: 12px;
	letter-spacing: 2.5px;
	text-transform: uppercase;
	color: var(--gold);
	font-weight: 600;
	margin-bottom: 16px;
}

/* Placeholder anh chua co */
.lehoa-placeholder {
	background: linear-gradient(160deg, var(--section-bg) 0%, #cfd9cd 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	color: rgba(33, 48, 42, 0.5);
	font-size: 13px;
	letter-spacing: 1px;
	text-align: center;
	border-radius: var(--radius);
	padding: 20px;
}

/* Trang chu: Hero */
.lehoa-hero {
	padding: 70px 0 0;
}
.lehoa-hero-grid {
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	gap: 56px;
	align-items: center;
}
.lehoa-hero-img {
	height: 480px;
}
.lehoa-hero-text h1 {
	font-size: clamp(30px, 4.2vw, 50px);
	line-height: 1.2;
	margin-bottom: 22px;
}
.lehoa-hero-text p {
	max-width: 420px;
	color: var(--ink-soft);
	font-size: 16px;
	line-height: 1.7;
	margin-bottom: 32px;
}

/* Trang chu: dai USP */
.lehoa-strip {
	border-top: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
	padding: 22px 0;
	margin-top: 70px;
}
.lehoa-strip-inner {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 12px;
	font-size: 12px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: var(--moss);
	font-weight: 600;
}

/* Trang chu: section chung */
.lehoa-section {
	padding: 100px 0;
}
.lehoa-section-head {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 24px;
	margin-bottom: 56px;
}
.lehoa-section-head h2 {
	font-size: 36px;
}
.lehoa-section-head p {
	max-width: 340px;
	color: var(--ink-soft);
	font-size: 15px;
	text-align: right;
}

/* Luoi album */
.lehoa-album-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 32px 28px;
}
.lehoa-album-card-img {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 230px;
	border-radius: var(--radius);
	overflow: hidden;
	margin-bottom: 14px;
	background: var(--section-bg);
}
.lehoa-album-card-img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: transform 0.3s ease;
}
.lehoa-album-card:hover .lehoa-album-card-img img {
	transform: scale(1.04);
}
.lehoa-album-card-noimg {
	color: rgba(33, 48, 42, 0.45);
	font-size: 12px;
	letter-spacing: 1px;
}
.lehoa-album-card-title {
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 4px;
}
.lehoa-album-card-title a {
	color: var(--ink);
	text-decoration: none;
}
.lehoa-album-card-title a:hover {
	color: var(--moss);
}
.lehoa-album-card-count {
	font-size: 13px;
	color: var(--ink-soft);
}
.lehoa-album-cta {
	text-align: center;
	margin-top: 56px;
}
.lehoa-empty {
	text-align: center;
	padding: 60px 0;
	color: var(--ink-soft);
}

/* Cau chuyen cua co Hoa */
.lehoa-story {
	background: var(--moss);
	color: #fff;
	padding: 110px 0;
}
.lehoa-story-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 70px;
	align-items: center;
}
.lehoa-story-img {
	height: 420px;
}
.lehoa-story h2 {
	font-size: 34px;
	color: #fff;
	margin-bottom: 22px;
}
.lehoa-story .eyebrow {
	color: var(--gold);
}
.lehoa-story p {
	color: rgba(255, 255, 255, 0.85);
	margin-bottom: 16px;
	font-size: 16px;
	line-height: 1.7;
}
.lehoa-signature {
	font-family: var(--font-heading);
	font-style: italic;
	font-size: 26px;
	color: var(--gold-light);
	margin-top: 20px;
}

/* Hoi dap */
.lehoa-faq {
	padding: 100px 0;
}
.lehoa-faq h2 {
	font-size: 36px;
	margin-bottom: 40px;
	text-align: center;
}
.lehoa-faq-list {
	max-width: 780px;
	margin: 0 auto;
}
.lehoa-faq-item {
	border-bottom: 1px solid var(--line);
	padding: 24px 0;
}
.lehoa-faq-item h3 {
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 8px;
}
.lehoa-faq-item p {
	color: var(--ink-soft);
	font-size: 15px;
	line-height: 1.7;
}

/* CTA dat lich */
.lehoa-cta {
	background: var(--section-bg);
	padding: 100px 40px;
	text-align: center;
}
.lehoa-cta h2 {
	font-size: 34px;
	margin-bottom: 16px;
}
.lehoa-cta p {
	color: var(--ink-soft);
	margin-bottom: 32px;
}
.lehoa-cta-address {
	margin-top: 20px;
	font-size: 13px;
	color: var(--ink-soft);
	font-style: italic;
}

/* Ban do */
.lehoa-map {
	padding: 0 0 100px;
}
.lehoa-map iframe {
	display: block;
	border-radius: var(--radius);
}
.lehoa-map-placeholder {
	height: 360px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--section-bg);
	color: var(--ink-soft);
	font-style: italic;
	border-radius: var(--radius);
}

/* Footer */
.lehoa-footer {
	padding: 80px 0 40px;
	background: var(--section-bg);
}
.lehoa-footer-grid {
	display: grid;
	grid-template-columns: 1.3fr 1fr 1fr;
	gap: 50px;
	margin-bottom: 50px;
}
.lehoa-footer-logo {
	font-family: var(--font-heading);
	font-weight: 700;
	font-size: 26px;
	color: var(--moss);
	margin-bottom: 14px;
}
.lehoa-footer-desc {
	max-width: 300px;
	color: var(--ink-soft);
	font-size: 14px;
	line-height: 1.7;
}
.lehoa-footer-grid h4 {
	font-size: 13px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	margin-bottom: 18px;
	color: var(--moss);
}
.lehoa-footer-contact-list {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.lehoa-footer-contact-item {
	display: flex !important;
	align-items: flex-start;
	gap: 10px;
	margin-bottom: 0 !important;
}
.lehoa-footer-icon {
	flex: none;
	width: 16px;
	height: 16px;
	margin-top: 2px;
	background-color: var(--gold);
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
}
a.lehoa-footer-contact-item:hover .lehoa-footer-icon {
	background-color: var(--moss);
}
.lehoa-footer-zalo {
	align-items: center;
}
.lehoa-footer-zalo span:last-child {
	font-weight: 600;
	color: #0068ff;
}
.lehoa-footer-zalo:hover span:last-child {
	color: var(--moss);
}
.lehoa-footer-icon.lehoa-icon-zalo {
	width: 22px;
	height: 22px;
	margin-top: 0;
	border-radius: 50%;
	background-color: #0068ff;
	-webkit-mask-image: none;
	mask-image: none;
	position: relative;
}
.lehoa-footer-icon.lehoa-icon-zalo::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 12px;
	height: 12px;
	background-color: #fff;
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2C6.5 2 2 6 2 11c0 2.9 1.5 5.5 3.9 7.2-.1.9-.5 2.2-.8 3 .1.1.2.1.3 0 1.2-.4 2.5-1.1 3.3-1.6.4.1.9.1 1.3.1 5.5 0 10-4 10-9S17.5 2 12 2Z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2C6.5 2 2 6 2 11c0 2.9 1.5 5.5 3.9 7.2-.1.9-.5 2.2-.8 3 .1.1.2.1.3 0 1.2-.4 2.5-1.1 3.3-1.6.4.1.9.1 1.3.1 5.5 0 10-4 10-9S17.5 2 12 2Z'/%3E%3C/svg%3E");
}
a.lehoa-footer-contact-item.lehoa-footer-zalo:hover .lehoa-footer-icon.lehoa-icon-zalo {
	background-color: var(--moss);
}
.lehoa-footer-grid p,
.lehoa-footer-grid a {
	display: block;
	font-size: 14px;
	color: var(--ink);
	margin-bottom: 10px;
	text-decoration: none;
}
.lehoa-footer-grid a:hover {
	color: var(--moss);
}
.missing {
	color: var(--gold);
	font-style: italic;
}
.lehoa-footer-bottom {
	padding-top: 26px;
	border-top: 1px solid var(--line);
	font-size: 12px;
	letter-spacing: 1px;
	color: var(--ink-soft);
	text-transform: uppercase;
}

/* Trang danh sach album (Xem tat ca / Nhom album) */
.lehoa-archive-head {
	padding: 60px 0 40px;
	text-align: center;
}
.lehoa-archive-head h1 {
	font-size: 40px;
}
.lehoa-archive-head p {
	color: var(--ink-soft);
	max-width: 480px;
	margin: 0 auto;
}
.lehoa-archive {
	padding-bottom: 100px;
}
.lehoa-pagination {
	text-align: center;
	padding-top: 40px;
}

/* Trang chi tiet album */
.lehoa-single-album {
	padding: 40px 0 110px;
}
.lehoa-breadcrumb {
	font-size: 13px;
	color: var(--ink-soft);
	margin-bottom: 30px;
}
.lehoa-breadcrumb a {
	color: var(--ink-soft);
	text-decoration: none;
}
.lehoa-breadcrumb a:hover {
	color: var(--moss);
}
.lehoa-breadcrumb span {
	margin: 0 8px;
}
.lehoa-single-album-head {
	max-width: 760px;
	margin-bottom: 50px;
}
.lehoa-single-album-head h1 {
	font-size: 38px;
	margin-bottom: 16px;
}
.lehoa-single-album-desc {
	color: var(--ink-soft);
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 18px;
}
.lehoa-single-album-tags {
	display: flex;
	gap: 10px;
}
.lehoa-tag {
	display: inline-block;
	border: 1px solid var(--moss);
	color: var(--moss);
	border-radius: var(--radius);
	padding: 6px 16px;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 600;
}
.lehoa-single-album-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px;
	margin-bottom: 60px;
}
.lehoa-single-album-photo img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: var(--radius);
}
.lehoa-single-album-photo figcaption {
	margin-top: 10px;
	font-size: 13px;
	color: var(--ink-soft);
}
.lehoa-single-album-cta {
	text-align: center;
}

/* Trang tinh (Lien he, fallback) */
.lehoa-page {
	padding-bottom: 100px;
}
.lehoa-page-content {
	max-width: 760px;
	margin: 0 auto;
	color: var(--ink-soft);
	font-size: 16px;
	line-height: 1.8;
}
.lehoa-contact-grid {
	display: grid;
	grid-template-columns: 1fr 1.4fr;
	gap: 32px;
	align-items: stretch;
	padding-top: 60px;
}
.lehoa-contact-info-card,
.lehoa-contact-form-card {
	background: var(--section-bg);
	border-radius: var(--radius);
	padding: 44px;
}
.lehoa-contact-form-card {
	background: #fff;
	border: 1px solid var(--line);
}
.lehoa-contact-row {
	display: flex;
	align-items: flex-start;
	gap: 18px;
	padding: 18px 0;
	border-bottom: 1px solid var(--line);
}
.lehoa-contact-row:last-child {
	border-bottom: none;
}
.lehoa-contact-social {
	margin-top: 4px;
}
.lehoa-contact-icon {
	flex: none;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid var(--line);
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.lehoa-contact-icon::before {
	content: '';
	width: 18px;
	height: 18px;
	background-color: var(--moss);
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
}
.lehoa-icon-phone::before,
.lehoa-footer-icon.lehoa-icon-phone {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6.6 10.8c1.4 2.8 3.8 5.1 6.6 6.6l2.2-2.2c.3-.3.7-.4 1.1-.2 1.2.4 2.5.6 3.8.6.6 0 1 .4 1 1V20c0 .6-.4 1-1 1C10.5 21 3 13.5 3 4c0-.6.4-1 1-1h3.4c.6 0 1 .4 1 1 0 1.3.2 2.6.6 3.8.1.4 0 .8-.2 1.1L6.6 10.8Z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6.6 10.8c1.4 2.8 3.8 5.1 6.6 6.6l2.2-2.2c.3-.3.7-.4 1.1-.2 1.2.4 2.5.6 3.8.6.6 0 1 .4 1 1V20c0 .6-.4 1-1 1C10.5 21 3 13.5 3 4c0-.6.4-1 1-1h3.4c.6 0 1 .4 1 1 0 1.3.2 2.6.6 3.8.1.4 0 .8-.2 1.1L6.6 10.8Z'/%3E%3C/svg%3E");
}
.lehoa-icon-pin::before,
.lehoa-footer-icon.lehoa-icon-pin {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2c-4.4 0-8 3.6-8 8 0 5.4 7 11.5 7.3 11.7.2.2.5.3.7.3s.5-.1.7-.3C13 21.5 20 15.4 20 10c0-4.4-3.6-8-8-8Zm0 11a3 3 0 1 1 0-6 3 3 0 0 1 0 6Z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2c-4.4 0-8 3.6-8 8 0 5.4 7 11.5 7.3 11.7.2.2.5.3.7.3s.5-.1.7-.3C13 21.5 20 15.4 20 10c0-4.4-3.6-8-8-8Zm0 11a3 3 0 1 1 0-6 3 3 0 0 1 0 6Z'/%3E%3C/svg%3E");
}
.lehoa-icon-clock::before,
.lehoa-footer-icon.lehoa-icon-clock {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Zm1 10.4 4 2.3-.8 1.4-4.7-2.7V6.5h1.5v5.9Z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Zm1 10.4 4 2.3-.8 1.4-4.7-2.7V6.5h1.5v5.9Z'/%3E%3C/svg%3E");
}
.lehoa-icon-zalo::before,
.lehoa-icon-facebook::before,
.lehoa-footer-icon.lehoa-icon-zalo,
.lehoa-footer-icon.lehoa-icon-facebook {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2C6.5 2 2 6 2 11c0 2.9 1.5 5.5 3.9 7.2-.1.9-.5 2.2-.8 3 .1.1.2.1.3 0 1.2-.4 2.5-1.1 3.3-1.6.4.1.9.1 1.3.1 5.5 0 10-4 10-9S17.5 2 12 2Z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2C6.5 2 2 6 2 11c0 2.9 1.5 5.5 3.9 7.2-.1.9-.5 2.2-.8 3 .1.1.2.1.3 0 1.2-.4 2.5-1.1 3.3-1.6.4.1.9.1 1.3.1 5.5 0 10-4 10-9S17.5 2 12 2Z'/%3E%3C/svg%3E");
}
.lehoa-contact-row-text {
	flex: 1;
	min-width: 0;
}
.lehoa-contact-label {
	display: block;
	font-size: 12px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: var(--gold);
	font-weight: 600;
	margin-bottom: 4px;
}
.lehoa-contact-row-text p {
	margin: 0;
	color: var(--ink);
	font-size: 16px;
	line-height: 1.5;
	word-break: break-word;
}
.lehoa-contact-row-text p.missing {
	color: var(--ink-soft);
}
.lehoa-contact-form-card .lehoa-page-content,
.lehoa-contact-form-card > * {
	margin-top: 0;
}
.lehoa-contact-map-grid {
	margin-top: 40px;
	display: grid;
	gap: 24px;
}
.lehoa-contact-map-grid-multi {
	grid-template-columns: 1fr 1fr;
}
.lehoa-contact-map {
	border-radius: var(--radius);
	overflow: hidden;
}
.lehoa-contact-map-title {
	font-size: 16px;
	margin-bottom: 12px;
	color: var(--ink);
}
.lehoa-contact-map iframe {
	display: block;
	width: 100%;
}

/* ================= RESPONSIVE (theo chuan breakpoint cua du an) ================= */

/* Tablet: <= 1024px */
@media (max-width: 1024px) {
	.lehoa-hero-grid {
		grid-template-columns: 1fr;
		gap: 32px;
	}
	.lehoa-hero-img {
		height: 360px;
	}
	.lehoa-album-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.lehoa-story-grid {
		grid-template-columns: 1fr;
	}
	.lehoa-story-img {
		height: 320px;
	}
	.lehoa-section-head {
		flex-direction: column;
		align-items: flex-start;
		gap: 14px;
	}
	.lehoa-section-head p {
		text-align: left;
	}
	.lehoa-section {
		padding: 60px 0;
	}
	.lehoa-story {
		padding: 60px 0;
	}
	.lehoa-cta {
		padding: 60px 40px;
	}
	.lehoa-section-head h2,
	.lehoa-story h2,
	.lehoa-faq h2,
	.lehoa-cta h2 {
		font-size: 30px;
	}
	.lehoa-footer-grid {
		grid-template-columns: 1fr 1fr;
	}
	.lehoa-single-album-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.lehoa-contact-grid {
		grid-template-columns: 1fr;
		gap: 30px;
	}
	.lehoa-contact-map-grid-multi {
		grid-template-columns: 1fr;
	}
	.container {
		padding-left: 24px;
		padding-right: 24px;
	}
}

/* Mobile: <= 768px */
@media (max-width: 768px) {
	#logo a img,
	#logo img {
		max-height: 48px;
	}
	.lehoa-album-grid {
		grid-template-columns: 1fr;
	}
	.lehoa-strip-inner {
		flex-direction: column;
		align-items: center;
		text-align: center;
		gap: 10px;
	}
	.lehoa-footer-grid {
		grid-template-columns: 1fr;
		gap: 30px;
	}
	.lehoa-footer-bottom {
		text-align: center;
	}
	.lehoa-single-album-grid {
		grid-template-columns: 1fr;
	}
	.lehoa-archive-head h1 {
		font-size: 28px;
	}
	.lehoa-single-album-head h1 {
		font-size: 28px;
	}
	.lehoa-contact-info-card,
	.lehoa-contact-form-card {
		padding: 28px;
	}
	.lehoa-contact-grid {
		padding-top: 40px;
	}
	.lehoa-section {
		padding: 40px 0;
	}
	.lehoa-story {
		padding: 40px 0;
	}
	.lehoa-cta {
		padding: 40px 24px;
	}
	.lehoa-section-head h2,
	.lehoa-story h2,
	.lehoa-faq h2,
	.lehoa-cta h2 {
		font-size: 24px;
	}
}

/* Mobile S: <= 480px */
@media (max-width: 480px) {
	.lehoa-hero-img,
	.lehoa-story-img {
		height: 240px;
	}
	.lehoa-album-card-img {
		height: 200px;
	}
	.lehoa-single-album-photo img {
		height: 240px;
	}
}
