.hh-banners { width: 100%; margin: 0 0 8px; }
.hh-banner {
	cursor: pointer;
	margin: 0 0 6px;
}
.hh-banner[hidden] { display: none !important; }
.hh-banner-mobile { display: none; }
.hh-banner-desktop { display: block; }
.hh-banner-text { width: 100%; }
.hh-banner-title {
	background: #699D21;
	color: #fff;
	font-size: 1.5em;
	font-weight: 500;
	text-align: center;
	width: 100%;
	margin: 0;
	padding: 4px 8px;
	letter-spacing: normal;
}
.hh-banner-body {
	background: #DDDDDD;
	color: #699D21;
	font-weight: 600;
	width: 100%;
	padding: 10px 16px;
	text-align: right;
	line-height: 1.45;
}
.hh-banner-more {
	color: #5b2d8e;
	text-decoration: underline;
	font-weight: 700;
}
.hh-banner-img {
	display: block;
	width: 100%;
	height: auto;
}
#hh-banner-popup {
	position: fixed;
	inset: 0;
	z-index: 100030;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px;
	box-sizing: border-box;
	background: rgba(15, 28, 12, .55);
}
#hh-banner-popup[hidden] { display: none !important; }
.hh-banner-popup-card {
	position: relative;
	width: min(720px, 96vw);
	max-height: 92vh;
	overflow: auto;
	border-radius: 16px;
	background: #faecdf;
	box-shadow: 0 12px 40px rgba(0,0,0,.25);
}
.hh-banner-popup-close {
	position: absolute;
	top: 10px;
	inset-inline-end: 10px;
	z-index: 3;
	width: 40px;
	height: 40px;
	border: 0;
	border-radius: 999px;
	background: #fff;
	color: #3d5a1a;
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
	box-shadow: 0 2px 10px rgba(0,0,0,.18);
}
.hh-banner-popup-img { display: block; width: 100%; height: auto; }
.hh-banner-popup-html { padding: 24px 20px 8px; }
.hh-banner-popup-actions {
	display: flex;
	justify-content: center;
	padding: 0 12px 16px;
}
.hh-banner-popup-go {
	background: #699D21;
	color: #fff;
	border: 0;
	border-radius: 999px;
	padding: 10px 28px;
	font-size: 18px;
	cursor: pointer;
}
@media (max-width: 767px) {
	.hh-banner-desktop { display: none; }
	.hh-banner-mobile { display: block; }
	.hh-banner-title { font-size: 1.2em; }
}
