.hh-header-logos {
	display: inline-flex;
	align-items: center;
	gap: 10px;
}
.hh-org-header-logo {
	max-height: 52px;
	width: auto;
	height: auto;
}
#hh-org-celebrate {
	position: fixed;
	inset: 0;
	z-index: 100040;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px;
	background: rgba(15, 28, 12, .55);
}
#hh-org-celebrate[hidden] { display: none !important; }
.hh-org-celebrate-card {
	position: relative;
	width: min(560px, 96vw);
	background: #fff;
	border-radius: 16px;
	padding: 28px 20px 20px;
	text-align: center;
	box-shadow: 0 12px 40px rgba(0,0,0,.25);
}
.hh-org-celebrate-close {
	position: absolute;
	top: 10px;
	inset-inline-end: 10px;
	width: 40px;
	height: 40px;
	border: 0;
	border-radius: 999px;
	background: #fff;
	color: #3d5a1a;
	font-size: 28px;
	cursor: pointer;
	box-shadow: 0 2px 10px rgba(0,0,0,.18);
}
.hh-org-celebrate-logos {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin-bottom: 12px;
}
.hh-org-celebrate-logos img {
	width: 80px;
	height: 80px;
	object-fit: contain;
}
.hh-org-celebrate-x { color: #699D21; font-size: 28px; font-weight: 700; }
.hh-org-celebrate-card h2 { margin: 0 0 8px; color: #699D21; }
.hh-org-celebrate-card p { margin: 0 0 16px; line-height: 1.5; }
.hh-org-celebrate-ok {
	background: #699D21;
	color: #fff;
	border: 0;
	border-radius: 999px;
	padding: 10px 28px;
	font-size: 18px;
	cursor: pointer;
}
.hh-org-detach {
	background: transparent;
	border: 1px solid #699D21;
	color: #699D21;
	border-radius: 8px;
	padding: 8px 14px;
	cursor: pointer;
}
