.ghjb-single {
	margin: 2rem auto;
}

.ghjb-single__inner {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 1rem;
}

.ghjb-single__header {
	padding: 1.5rem 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.ghjb-single__title {
	margin: 0 0 0.75rem;
}

.ghjb-single__share {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.35rem 0.7rem;
	margin: 0 0 0.7rem;
}

.ghjb-single__share-label {
	font-size: 0.9em;
	opacity: 0.85;
}

.ghjb-single__share-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 2rem;
	height: 2rem;
	border-radius: 999px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	text-decoration: none;
	color: inherit;
}

.ghjb-single__share-link--button {
	appearance: none;
	-webkit-appearance: none;
	background: transparent;
	cursor: pointer;
	padding: 0;
}

.ghjb-single__share-link:hover,
.ghjb-single__share-link:focus-visible,
.ghjb-single__share-link--button.is-copied {
	background: rgba(0, 0, 0, 0.06);
}

.ghjb-single__share-icon {
	display: block;
}

.ghjb-single__copy-feedback {
	position: absolute;
	top: calc(100% + 0.35rem);
	left: 50%;
	transform: translateX(-50%);
	background: rgba(0, 0, 0, 0.82);
	color: #fff;
	border-radius: 999px;
	padding: 0.18rem 0.5rem;
	font-size: 0.72rem;
	line-height: 1.3;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.14s ease-in-out;
	white-space: nowrap;
}

.ghjb-single__share-link--button.is-copied .ghjb-single__copy-feedback {
	opacity: 1;
}

.ghjb-single__sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.ghjb-single__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem 1rem;
}

.ghjb-single__meta-item {
	font-size: 0.95em;
	opacity: 0.9;
}

.ghjb-single__meta-item--labeled .ghjb-single__meta-label {
	font-weight: 600;
	margin-right: 0.25em;
}

.ghjb-single__meta-item--labeled .ghjb-single__meta-label::after {
	content: ': ';
}

.ghjb-tabs {
	margin-top: 1.25rem;
}

.ghjb-tabs__list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.25rem;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.ghjb-tabs__tab {
	border: 0;
	background: transparent;
	cursor: pointer;
	font: inherit;
	padding: 0.85rem 1rem;
	border-bottom: 2px solid transparent;
}

.ghjb-tabs__tab:hover,
.ghjb-tabs__tab:focus-visible {
	outline: none;
	border-bottom-color: rgba(0, 0, 0, 0.35);
}

.ghjb-tabs__tab.is-active {
	border-bottom-color: currentColor;
	font-weight: 600;
}

.ghjb-tabs__panel {
	padding: 1.25rem 0;
}

.ghjb-single__application #grnhse_app {
	width: 100%;
	min-height: 240px;
}

