/*
 * J-HyTEL Hybrid Submission Readiness Checker
 * Version 2.1.0 — Premium Readability Interface
 *
 * Upload to:
 * /public_html/assets/jhytel-hybrid-checker/jhytel-hybrid-checker.css
 */

.jhhc,
.jhhc *,
.jhhc *::before,
.jhhc *::after {
	box-sizing: border-box;
}

.jhhc {
	--wine: #610c3a;
	--wine-dark: #35122f;
	--wine-hover: #8d0d54;
	--rose: #aa7890;
	--text: #30262b;
	--muted: #786a71;
	--line: #e8dde2;
	--soft: #faf7f8;
	--pass: #176244;
	--pass-soft: #edf8f3;
	--warning: #93620f;
	--warning-soft: #fff8e7;
	--blocker: #993b4c;
	--blocker-soft: #fff2f4;
	--info: #315f83;
	--info-soft: #eef6fb;
	--jhhc-score: 0;

	width: min(1110px, calc(100% - 24px));
	margin: 22px auto 48px;
	color: var(--text);
	font-family: "Perpetua", Georgia, "Times New Roman", serif;
}

.jhhc button,
.jhhc input {
	font: inherit;
}

.jhhc [hidden] {
	display: none !important;
}

.jhhc-hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(230px, 320px);
	gap: 22px;
	align-items: end;
	padding: 0 3px 17px;
	border-bottom: 1px solid var(--line);
}

.jhhc-eyebrow,
.jhhc-section-kicker {
	display: block;
	margin-bottom: 4px;
	color: var(--rose);
	font-size: 13px;
	font-style: italic;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.jhhc-hero h1 {
	margin: 0 !important;
	color: var(--wine) !important;
	font-family: "Perpetua", Georgia, serif !important;
	font-size: clamp(32px, 4.6vw, 45px) !important;
	font-style: italic !important;
	font-weight: 400 !important;
	line-height: 1.04 !important;
	letter-spacing: 0.02em !important;
}

.jhhc-hero__copy > p {
	max-width: 760px;
	margin: 8px 0 0 !important;
	color: var(--muted) !important;
	font-size: 17px !important;
	line-height: 1.45 !important;
}

.jhhc-privacy {
	display: flex;
	gap: 10px;
	align-items: center;
	padding: 12px 13px;
	border: 1px solid #cfe3d9;
	border-radius: 12px;
	background: var(--pass-soft);
	color: var(--pass);
}

.jhhc-privacy svg {
	width: 29px;
	height: 29px;
	flex: 0 0 29px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.7;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.jhhc-privacy strong,
.jhhc-privacy span {
	display: block;
}

.jhhc-privacy strong {
	font-size: 15px;
	font-style: italic;
	font-weight: 400;
}

.jhhc-privacy span {
	margin-top: 2px;
	font-size: 12px;
	line-height: 1.25;
}

.jhhc-steps {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 15px 0;
	overflow: hidden;
	border: 1px solid var(--line);
	border-radius: 12px;
	background: #fff;
}

.jhhc-steps > span {
	display: flex;
	gap: 9px;
	align-items: center;
	min-height: 48px;
	padding: 9px 13px;
	border-right: 1px solid var(--line);
	color: #796771;
	font-size: 13px;
	font-style: italic;
}

.jhhc-steps > span:last-child {
	border-right: 0;
}

.jhhc-steps b {
	display: grid;
	width: 26px;
	height: 26px;
	flex: 0 0 26px;
	place-items: center;
	border: 1px solid #ddcfd6;
	border-radius: 50%;
	background: #fff;
	color: var(--wine);
	font-size: 11px;
	font-weight: 400;
}

.jhhc-steps > span.is-active,
.jhhc-steps > span.is-complete {
	background: #fff8fb;
	color: var(--wine);
}

.jhhc-steps > span.is-active b {
	border-color: var(--wine);
	background: var(--wine);
	color: #fff;
}

.jhhc-steps > span.is-complete b {
	border-color: var(--pass);
	background: var(--pass-soft);
	color: var(--pass);
}

.jhhc-panel,
.jhhc-results,
.jhhc-confirm {
	margin-top: 14px;
	padding: 18px;
	border: 1px solid var(--line);
	border-top: 4px solid var(--wine);
	border-radius: 15px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(53, 18, 47, 0.065);
}

.jhhc-section-heading,
.jhhc-results__heading {
	display: flex;
	gap: 18px;
	align-items: flex-start;
	justify-content: space-between;
}

.jhhc-section-heading h2,
.jhhc-results__heading h2 {
	margin: 0 !important;
	color: var(--wine-dark) !important;
	font-family: "Perpetua", Georgia, serif !important;
	font-size: 27px !important;
	font-style: italic !important;
	font-weight: 400 !important;
	line-height: 1.08 !important;
}

.jhhc-section-heading p,
.jhhc-results__heading p {
	max-width: 720px;
	margin: 5px 0 0 !important;
	color: var(--muted) !important;
	font-size: 14px !important;
	line-height: 1.4 !important;
}

.jhhc-file-limit,
.jhhc-confirm-progress {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	padding: 5px 9px;
	border: 1px solid #e2d5dc;
	border-radius: 999px;
	background: #fffafb;
	color: #725e68;
	font-size: 11px;
	font-style: italic;
	white-space: nowrap;
}

.jhhc-drop-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin-top: 15px;
}

.jhhc-dropzone {
	position: relative;
	display: grid;
	grid-template-columns: 46px minmax(0, 1fr) auto;
	gap: 12px;
	align-items: center;
	min-height: 154px;
	padding: 15px;
	border: 1px dashed #cdbac4;
	border-radius: 13px;
	background: linear-gradient(120deg, #fff 0%, #fff9fc 100%);
	cursor: pointer;
	transition:
		border-color 0.18s ease,
		background 0.18s ease,
		box-shadow 0.18s ease,
		transform 0.18s ease;
}

.jhhc-dropzone:hover,
.jhhc-dropzone:focus-visible,
.jhhc-dropzone.is-dragover {
	border-color: var(--wine);
	background: #fff7fb;
	box-shadow: 0 8px 20px rgba(53, 18, 47, 0.08);
	transform: translateY(-2px);
	outline: 0;
}

.jhhc-dropzone.is-selected {
	border-style: solid;
	border-color: #bddbcf;
	background: #fbfffd;
}

.jhhc-dropzone.is-invalid {
	border-style: solid;
	border-color: #e5aebb;
	background: var(--blocker-soft);
}

.jhhc-dropzone input[type="file"] {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	white-space: nowrap;
}

.jhhc-dropzone__icon {
	display: grid;
	width: 44px;
	height: 44px;
	place-items: center;
	border: 1px solid #decbd4;
	border-radius: 50%;
	background: #fff;
	color: var(--wine);
}

.jhhc-dropzone__icon svg {
	width: 21px;
	height: 21px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.7;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.jhhc-dropzone__label {
	display: block;
	color: var(--rose);
	font-size: 11px;
	font-style: italic;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.jhhc-dropzone h3 {
	margin: 2px 0 0 !important;
	color: var(--wine-dark) !important;
	font-family: "Perpetua", Georgia, serif !important;
	font-size: 21px !important;
	font-style: italic !important;
	font-weight: 400 !important;
	line-height: 1.1 !important;
}

.jhhc-dropzone p {
	margin: 5px 0 0 !important;
	color: var(--muted) !important;
	font-size: 13px !important;
	line-height: 1.35 !important;
}

.jhhc-file-state {
	display: block;
	max-width: 100%;
	margin-top: 8px;
	overflow: hidden;
	color: #765f6b;
	font-size: 12px;
	font-style: italic;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.jhhc-dropzone.is-selected .jhhc-file-state {
	color: var(--pass);
}

.jhhc-file-remove {
	position: relative;
	z-index: 2;
	align-self: start;
	padding: 5px 7px;
	border: 1px solid #dfd1d8;
	border-radius: 999px;
	background: #fff;
	color: var(--blocker);
	font-size: 10px;
	font-style: italic;
	cursor: pointer;
}

.jhhc-upload-actions {
	display: flex;
	gap: 14px;
	align-items: center;
	justify-content: space-between;
	margin-top: 14px;
}

.jhhc-upload-note {
	display: flex;
	gap: 7px;
	align-items: center;
	color: var(--muted);
	font-size: 12px;
	font-style: italic;
}

.jhhc-upload-note svg {
	width: 16px;
	height: 16px;
	flex: 0 0 16px;
	fill: none;
	stroke: var(--wine);
	stroke-width: 1.7;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.jhhc-button {
	display: inline-flex;
	gap: 8px;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	margin: 0;
	padding: 8px 14px;
	border-radius: 999px;
	font-family: "Perpetua", Georgia, serif;
	font-size: 14px;
	font-style: italic;
	line-height: 1.1;
	text-decoration: none !important;
	cursor: pointer;
	transition:
		background 0.18s ease,
		border-color 0.18s ease,
		color 0.18s ease,
		transform 0.18s ease,
		opacity 0.18s ease;
}

.jhhc-button--primary {
	border: 1px solid var(--wine);
	background: var(--wine);
	color: #fff !important;
}

.jhhc-button--quiet {
	border: 1px solid #ddcfd6;
	background: #fff;
	color: var(--wine) !important;
}

.jhhc-button:hover:not(:disabled):not(.is-disabled),
.jhhc-button:focus-visible:not(:disabled):not(.is-disabled) {
	transform: translateY(-1px);
}

.jhhc-button--primary:hover:not(:disabled):not(.is-disabled),
.jhhc-button--primary:focus-visible:not(:disabled):not(.is-disabled) {
	border-color: var(--wine-hover);
	background: var(--wine-hover);
}

.jhhc-button--quiet:hover,
.jhhc-button--quiet:focus-visible {
	border-color: var(--wine);
	background: #fff8fb;
}

.jhhc-button:disabled,
.jhhc-button.is-disabled {
	cursor: not-allowed;
	opacity: 0.46;
	transform: none !important;
}

.jhhc-processing {
	margin-top: 14px;
	padding: 11px 12px;
	border: 1px solid #ded3d8;
	border-radius: 11px;
	background: var(--soft);
}

.jhhc-processing__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #654f59;
	font-size: 12px;
	font-style: italic;
}

.jhhc-processing__top strong {
	font-weight: 400;
}

.jhhc-processing__bar {
	height: 8px;
	margin-top: 7px;
	overflow: hidden;
	border-radius: 999px;
	background: #e9dfe4;
}

.jhhc-processing__bar span {
	display: block;
	width: 0;
	height: 100%;
	border-radius: inherit;
	background: linear-gradient(90deg, var(--wine), var(--rose));
	transition: width 0.2s ease;
}

.jhhc-error {
	margin: 12px 0 0 !important;
	padding: 10px 12px;
	border: 1px solid #ebbec8;
	border-radius: 10px;
	background: var(--blocker-soft);
	color: var(--blocker) !important;
	font-size: 13px !important;
	line-height: 1.4 !important;
}

.jhhc-results__heading {
	margin-bottom: 14px;
}

.jhhc-overview {
	display: grid;
	grid-template-columns: 116px minmax(0, 1fr) minmax(300px, 390px);
	gap: 16px;
	align-items: center;
	padding: 14px;
	border: 1px solid var(--line);
	border-radius: 13px;
	background: linear-gradient(120deg, #fff 0%, #fff9fc 100%);
}

.jhhc-score {
	position: relative;
	display: grid;
	width: 108px;
	height: 108px;
	place-items: center;
	border-radius: 50%;
	background:
		conic-gradient(
			var(--wine) calc(var(--jhhc-score) * 1%),
			#eee4e9 0
		);
}

.jhhc-score::before {
	content: "";
	position: absolute;
	inset: 9px;
	border-radius: 50%;
	background: #fff;
}

.jhhc-score > div {
	position: relative;
	display: grid;
	place-items: center;
	text-align: center;
}

.jhhc-score strong {
	color: var(--wine);
	font-size: 27px;
	font-style: italic;
	font-weight: 400;
	line-height: 1;
	font-variant-numeric: tabular-nums;
}

.jhhc-score span {
	margin-top: 4px;
	color: var(--muted);
	font-size: 10px;
	font-style: italic;
}

.jhhc-overall-state {
	display: inline-flex;
	min-height: 27px;
	align-items: center;
	padding: 4px 8px;
	border: 1px solid #e0d3d9;
	border-radius: 999px;
	background: #fff;
	color: #735f68;
	font-size: 11px;
	font-style: italic;
}

.jhhc-overall-state.is-pass {
	border-color: #cce3d7;
	background: var(--pass-soft);
	color: var(--pass);
}

.jhhc-overall-state.is-warning {
	border-color: #e8d6a9;
	background: var(--warning-soft);
	color: var(--warning);
}

.jhhc-overall-state.is-blocker {
	border-color: #ebc4cc;
	background: var(--blocker-soft);
	color: var(--blocker);
}

.jhhc-overview__copy h3 {
	margin: 7px 0 0 !important;
	color: var(--wine-dark) !important;
	font-family: "Perpetua", Georgia, serif !important;
	font-size: 20px !important;
	font-style: italic !important;
	font-weight: 400 !important;
	line-height: 1.2 !important;
}

.jhhc-overview__copy p {
	margin: 5px 0 0 !important;
	color: var(--muted) !important;
	font-size: 12px !important;
	line-height: 1.4 !important;
}

.jhhc-metrics {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 7px;
}

.jhhc-metrics > div {
	padding: 9px 10px;
	border: 1px solid var(--line);
	border-radius: 10px;
	background: #fff;
}

.jhhc-metrics small {
	display: block;
	font-size: 11px;
	font-style: italic;
}

.jhhc-metrics strong {
	display: block;
	margin-top: 3px;
	font-size: 21px;
	font-style: italic;
	font-weight: 400;
	line-height: 1;
	font-variant-numeric: tabular-nums;
}

.jhhc-metrics .is-pass small,
.jhhc-metrics .is-pass strong {
	color: var(--pass);
}

.jhhc-metrics .is-warning small,
.jhhc-metrics .is-warning strong {
	color: var(--warning);
}

.jhhc-metrics .is-blocker small,
.jhhc-metrics .is-blocker strong {
	color: var(--blocker);
}

.jhhc-metrics .is-info small,
.jhhc-metrics .is-info strong {
	color: var(--info);
}

.jhhc-file-summary-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin-top: 11px;
}

.jhhc-file-summary {
	padding: 12px 13px;
	border: 1px solid var(--line);
	border-left: 4px solid var(--wine);
	border-radius: 11px;
	background: #fff;
}

.jhhc-file-summary > span {
	color: var(--rose);
	font-size: 11px;
	font-style: italic;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.jhhc-file-summary h3 {
	margin: 3px 0 0 !important;
	overflow: hidden;
	color: var(--wine-dark) !important;
	font-family: "Perpetua", Georgia, serif !important;
	font-size: 16px !important;
	font-style: italic !important;
	font-weight: 400 !important;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.jhhc-file-summary dl {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 6px;
	margin: 10px 0 0;
}

.jhhc-file-summary dl > div {
	padding: 7px 8px;
	border-radius: 8px;
	background: var(--soft);
}

.jhhc-file-summary dt {
	color: var(--muted);
	font-size: 10px;
	font-style: italic;
}

.jhhc-file-summary dd {
	margin: 3px 0 0;
	color: var(--wine);
	font-size: 16px;
	font-style: italic;
	font-variant-numeric: tabular-nums;
}

.jhhc-identifiers {
	margin-top: 11px;
	overflow: hidden;
	border: 1px solid var(--line);
	border-radius: 11px;
	background: #fff;
}

.jhhc-identifiers > summary {
	display: flex;
	gap: 15px;
	align-items: center;
	justify-content: space-between;
	padding: 11px 13px;
	background: #fffafb;
	cursor: pointer;
	list-style: none;
}

.jhhc-identifiers > summary::-webkit-details-marker {
	display: none;
}

.jhhc-identifiers summary strong,
.jhhc-identifiers summary small {
	display: block;
}

.jhhc-identifiers summary strong {
	color: var(--wine-dark);
	font-size: 14px;
	font-style: italic;
	font-weight: 400;
}

.jhhc-identifiers summary small {
	margin-top: 2px;
	color: var(--muted);
	font-size: 11px;
	font-style: italic;
}

.jhhc-identifiers__body {
	padding: 12px 13px;
	border-top: 1px solid var(--line);
}

.jhhc-identifier-list {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.jhhc-identifier-list p {
	margin: 0 !important;
	color: var(--muted) !important;
	font-size: 12px !important;
	font-style: italic !important;
}

.jhhc-identifier-chip {
	display: inline-flex;
	gap: 6px;
	align-items: center;
	min-height: 28px;
	padding: 4px 7px;
	border: 1px solid #dfd1d8;
	border-radius: 999px;
	background: #fffafb;
	color: #624c57;
	font-size: 11px;
	font-style: italic;
}

.jhhc-identifier-chip button {
	display: grid;
	width: 18px;
	height: 18px;
	place-items: center;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #efe5ea;
	color: var(--blocker);
	cursor: pointer;
}

.jhhc-add-identifier {
	margin-top: 10px;
}

.jhhc-add-identifier label {
	display: block;
	margin-bottom: 5px;
	color: var(--muted);
	font-size: 11px;
	font-style: italic;
}

.jhhc-add-identifier > div {
	display: flex;
	gap: 6px;
}

.jhhc-add-identifier input {
	flex: 1 1 auto;
	min-width: 0;
	height: 36px;
	padding: 7px 10px;
	border: 1px solid #dccccf;
	border-radius: 9px;
	background: #fff;
	color: var(--text);
}

.jhhc-add-identifier button {
	padding: 7px 10px;
	border: 1px solid var(--wine);
	border-radius: 9px;
	background: var(--wine);
	color: #fff;
	font-size: 12px;
	font-style: italic;
	cursor: pointer;
}

.jhhc-result-tools {
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: space-between;
	margin-top: 12px;
}

.jhhc-filters,
.jhhc-report-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}

.jhhc-filters button,
.jhhc-report-actions button {
	display: inline-flex;
	gap: 5px;
	align-items: center;
	min-height: 32px;
	padding: 5px 8px;
	border: 1px solid #ded0d7;
	border-radius: 999px;
	background: #fff;
	color: #6b5660;
	font-size: 11px;
	font-style: italic;
	cursor: pointer;
}

.jhhc-filters button span {
	display: grid;
	min-width: 18px;
	height: 18px;
	place-items: center;
	border-radius: 999px;
	background: #f0e7eb;
	color: var(--wine);
	font-size: 10px;
	font-variant-numeric: tabular-nums;
}

.jhhc-filters button.is-active,
.jhhc-filters button:hover,
.jhhc-filters button:focus-visible,
.jhhc-report-actions button:hover,
.jhhc-report-actions button:focus-visible {
	border-color: var(--wine);
	background: #fff8fb;
	color: var(--wine);
}

.jhhc-findings {
	display: grid;
	gap: 8px;
	margin-top: 10px;
}

.jhhc-finding {
	display: grid;
	grid-template-columns: 35px minmax(0, 1fr) auto;
	gap: 10px;
	align-items: start;
	padding: 11px 12px;
	border: 1px solid var(--line);
	border-left: 4px solid #aaa;
	border-radius: 10px;
	background: #fff;
}

.jhhc-finding[hidden] {
	display: none !important;
}

.jhhc-finding.is-pass {
	border-left-color: var(--pass);
	background: #fcfffd;
}

.jhhc-finding.is-warning {
	border-left-color: var(--warning);
	background: var(--warning-soft);
}

.jhhc-finding.is-blocker {
	border-color: #edc9d0;
	border-left-color: var(--blocker);
	background: var(--blocker-soft);
}

.jhhc-finding.is-info {
	border-left-color: var(--info);
	background: var(--info-soft);
}

.jhhc-finding__icon {
	display: grid;
	width: 31px;
	height: 31px;
	place-items: center;
	border-radius: 50%;
	font-size: 14px;
	font-style: italic;
}

.jhhc-finding.is-pass .jhhc-finding__icon {
	background: var(--pass-soft);
	color: var(--pass);
}

.jhhc-finding.is-warning .jhhc-finding__icon {
	background: #f9edc9;
	color: var(--warning);
}

.jhhc-finding.is-blocker .jhhc-finding__icon {
	background: #f7dce2;
	color: var(--blocker);
}

.jhhc-finding.is-info .jhhc-finding__icon {
	background: #dcecf6;
	color: var(--info);
}

.jhhc-finding__copy h3 {
	margin: 0 !important;
	color: #3d3036 !important;
	font-family: "Perpetua", Georgia, serif !important;
	font-size: 15px !important;
	font-style: normal !important;
	font-weight: 400 !important;
	line-height: 1.3 !important;
}

.jhhc-finding__copy p {
	margin: 4px 0 0 !important;
	color: var(--muted) !important;
	font-size: 12px !important;
	line-height: 1.4 !important;
}

.jhhc-finding__category {
	display: inline-flex;
	min-height: 24px;
	align-items: center;
	padding: 4px 7px;
	border: 1px solid #dfd3d8;
	border-radius: 999px;
	background: #fff;
	color: #74616a;
	font-size: 10px;
	font-style: italic;
	white-space: nowrap;
}

.jhhc-limitations {
	margin: 12px 0 0 !important;
	padding: 10px 12px;
	border: 1px solid #e9d9ae;
	border-radius: 10px;
	background: var(--warning-soft);
	color: #755018 !important;
	font-size: 12px !important;
	line-height: 1.4 !important;
}

.jhhc-confirm-list {
	display: grid;
	gap: 7px;
	margin-top: 14px;
}

.jhhc-confirm-list label {
	display: grid;
	grid-template-columns: 21px minmax(0, 1fr);
	gap: 10px;
	align-items: start;
	padding: 11px 12px;
	border: 1px solid var(--line);
	border-radius: 10px;
	background: #fff;
	cursor: pointer;
}

.jhhc-confirm-list label:has(input:checked) {
	border-color: #c7dfd4;
	background: var(--pass-soft);
}

.jhhc-confirm-list input {
	width: 18px;
	height: 18px;
	margin: 2px 0 0;
	accent-color: var(--pass);
}

.jhhc-confirm-list strong {
	display: block;
	margin-bottom: 2px;
	color: var(--wine-dark);
	font-size: 14px;
	font-style: italic;
	font-weight: 400;
}

.jhhc-confirm-list span {
	color: #67545e;
	font-size: 12px;
	line-height: 1.4;
}

.jhhc-final-status {
	display: flex;
	gap: 14px;
	align-items: center;
	justify-content: space-between;
	margin-top: 14px;
	padding: 12px 13px;
	border: 1px solid #ecc7cf;
	border-radius: 11px;
	background: var(--blocker-soft);
}

.jhhc-final-status.is-ready {
	border-color: #c7dfd4;
	background: var(--pass-soft);
}

.jhhc-final-status > div {
	display: flex;
	gap: 9px;
	align-items: center;
}

.jhhc-final-status [data-jhhc-final-icon] {
	display: grid;
	width: 31px;
	height: 31px;
	flex: 0 0 31px;
	place-items: center;
	border-radius: 50%;
	background: #f5d8df;
	color: var(--blocker);
	font-style: italic;
}

.jhhc-final-status.is-ready [data-jhhc-final-icon] {
	background: #d8ede3;
	color: var(--pass);
}

.jhhc-final-status p {
	margin: 0 !important;
}

.jhhc-final-status strong,
.jhhc-final-status p > span {
	display: block;
}

.jhhc-final-status strong {
	color: var(--wine-dark);
	font-size: 15px;
	font-style: italic;
	font-weight: 400;
}

.jhhc-final-status p > span {
	margin-top: 2px;
	color: var(--muted);
	font-size: 11px;
	line-height: 1.3;
}

.jhhc-disclaimer {
	margin: 10px 0 0 !important;
	color: #82717a !important;
	font-size: 11px !important;
	font-style: italic !important;
	line-height: 1.35 !important;
}

.jhhc-reset-row {
	display: flex;
	justify-content: center;
	margin-top: 13px;
}

.jhhc-reset-row button {
	padding: 6px 10px;
	border: 0;
	background: transparent;
	color: #826d77;
	font-size: 11px;
	font-style: italic;
	text-decoration: underline;
	text-underline-offset: 3px;
	cursor: pointer;
}

@media (max-width: 900px) {
	.jhhc-hero {
		grid-template-columns: minmax(0, 1fr);
	}

	.jhhc-privacy {
		max-width: 430px;
	}

	.jhhc-overview {
		grid-template-columns: 108px minmax(0, 1fr);
	}

	.jhhc-metrics {
		grid-column: 1 / -1;
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.jhhc-result-tools {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (max-width: 720px) {
	.jhhc-drop-grid,
	.jhhc-file-summary-grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.jhhc-section-heading,
	.jhhc-results__heading,
	.jhhc-upload-actions,
	.jhhc-final-status {
		align-items: stretch;
		flex-direction: column;
	}

	.jhhc-upload-actions {
		display: flex;
	}

	.jhhc-upload-actions .jhhc-button,
	.jhhc-final-status .jhhc-button {
		align-self: flex-start;
	}

	.jhhc-steps > span {
		justify-content: center;
		padding: 8px;
		text-align: center;
	}

	.jhhc-steps > span {
		flex-direction: column;
		gap: 4px;
		font-size: 10px;
	}

	.jhhc-finding {
		grid-template-columns: 31px minmax(0, 1fr);
	}

	.jhhc-finding__category {
		grid-column: 2;
		justify-self: start;
	}
}

@media (max-width: 520px) {
	.jhhc {
		width: min(100%, calc(100% - 14px));
		margin-top: 13px;
	}

	.jhhc-panel,
	.jhhc-results,
	.jhhc-confirm {
		padding: 13px;
	}

	.jhhc-dropzone {
		grid-template-columns: 42px minmax(0, 1fr);
		padding: 12px;
	}

	.jhhc-file-remove {
		grid-column: 1 / -1;
		justify-self: start;
	}

	.jhhc-overview {
		grid-template-columns: minmax(0, 1fr);
	}

	.jhhc-score {
		width: 96px;
		height: 96px;
	}

	.jhhc-metrics {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.jhhc-file-summary dl {
		grid-template-columns: minmax(0, 1fr);
	}

	.jhhc-add-identifier > div {
		align-items: stretch;
		flex-direction: column;
	}
}

@media (prefers-reduced-motion: reduce) {
	.jhhc *,
	.jhhc *::before,
	.jhhc *::after {
		scroll-behavior: auto !important;
		transition: none !important;
	}
}

@media print {
	body * {
		visibility: hidden !important;
	}

	#jhHybridReadiness,
	#jhHybridReadiness * {
		visibility: visible !important;
	}

	#jhHybridReadiness {
		position: absolute;
		inset: 0;
		width: 100%;
		margin: 0;
	}

	.jhhc-upload-panel,
	.jhhc-result-tools,
	.jhhc-add-identifier,
	.jhhc-confirm,
	.jhhc-reset-row,
	.jhhc-results__heading button {
		display: none !important;
	}

	.jhhc-results {
		box-shadow: none;
	}

	.jhhc-finding[hidden] {
		display: grid !important;
	}
}
/* =========================================================
   J-HyTEL HYBRID CHECKER v2.1.0
   PREMIUM READABILITY & INTERFACE HARMONIZATION

   Purpose:
   - Increase typography to comfortable scholarly-reading sizes
   - Make buttons clearer and easier to operate
   - Strengthen visual hierarchy without making the page bulky
   - Protect the component from global OJS/theme form styles
   - Support both the original confirmation <span> wrapper and
     the repaired .jhhc-confirm-copy wrapper
   ========================================================= */

/* ---------------------------------------------------------
   01. GLOBAL TYPOGRAPHY FOUNDATION
   --------------------------------------------------------- */

.jhhc {
	font-size: 16px !important;
	line-height: 1.5 !important;
	-webkit-text-size-adjust: 100%;
	text-rendering: optimizeLegibility;
}

.jhhc p,
.jhhc li,
.jhhc dt,
.jhhc dd,
.jhhc label,
.jhhc button,
.jhhc input,
.jhhc small,
.jhhc span,
.jhhc strong {
	word-break: normal !important;
	overflow-wrap: break-word;
}

.jhhc button,
.jhhc input {
	font-family: "Perpetua", Georgia, "Times New Roman", serif !important;
}

.jhhc button {
	text-transform: none !important;
	letter-spacing: 0.01em !important;
}

/* ---------------------------------------------------------
   02. HERO, HEADINGS & INTRODUCTORY COPY
   --------------------------------------------------------- */

.jhhc-eyebrow,
.jhhc-section-kicker {
	margin-bottom: 6px !important;
	font-size: 14px !important;
	line-height: 1.2 !important;
	letter-spacing: 0.085em !important;
}

.jhhc-hero {
	gap: 26px !important;
	padding-bottom: 20px !important;
}

.jhhc-hero h1 {
	font-size: clamp(36px, 4.8vw, 49px) !important;
	line-height: 1.08 !important;
	letter-spacing: 0.018em !important;
}

.jhhc-hero__copy > p {
	max-width: 790px !important;
	margin-top: 10px !important;
	font-size: 18px !important;
	line-height: 1.55 !important;
}

.jhhc-section-heading h2,
.jhhc-results__heading h2 {
	font-size: clamp(28px, 3.1vw, 32px) !important;
	line-height: 1.15 !important;
}

.jhhc-section-heading p,
.jhhc-results__heading p {
	margin-top: 7px !important;
	font-size: 16px !important;
	line-height: 1.52 !important;
}

/* ---------------------------------------------------------
   03. PRIVACY NOTICE & STEPS
   --------------------------------------------------------- */

.jhhc-privacy {
	gap: 12px !important;
	padding: 14px 15px !important;
	border-radius: 13px !important;
}

.jhhc-privacy svg {
	width: 32px !important;
	height: 32px !important;
	flex-basis: 32px !important;
}

.jhhc-privacy strong {
	font-size: 17px !important;
	line-height: 1.2 !important;
}

.jhhc-privacy span {
	margin-top: 3px !important;
	font-size: 14px !important;
	line-height: 1.35 !important;
}

.jhhc-steps {
	margin: 18px 0 !important;
	border-radius: 13px !important;
}

.jhhc-steps > span {
	gap: 10px !important;
	min-height: 56px !important;
	padding: 11px 15px !important;
	font-size: 15px !important;
	line-height: 1.2 !important;
}

.jhhc-steps b {
	width: 30px !important;
	height: 30px !important;
	flex-basis: 30px !important;
	font-size: 13px !important;
	font-weight: 600 !important;
}

/* ---------------------------------------------------------
   04. MAIN PANELS & SPACING
   --------------------------------------------------------- */

.jhhc-panel,
.jhhc-results,
.jhhc-confirm {
	margin-top: 17px !important;
	padding: 22px !important;
	border-radius: 16px !important;
	box-shadow: 0 10px 28px rgba(53, 18, 47, 0.075) !important;
}

.jhhc-file-limit,
.jhhc-confirm-progress {
	min-height: 34px !important;
	padding: 7px 11px !important;
	font-size: 13px !important;
	line-height: 1.15 !important;
}

/* ---------------------------------------------------------
   05. FILE UPLOAD CARDS
   --------------------------------------------------------- */

.jhhc-drop-grid {
	gap: 15px !important;
	margin-top: 18px !important;
}

.jhhc-dropzone {
	grid-template-columns: 54px minmax(0, 1fr) auto !important;
	gap: 14px !important;
	min-height: 174px !important;
	padding: 18px !important;
	border-width: 1.5px !important;
	border-radius: 14px !important;
}

.jhhc-dropzone__icon {
	width: 50px !important;
	height: 50px !important;
}

.jhhc-dropzone__icon svg {
	width: 24px !important;
	height: 24px !important;
}

.jhhc-dropzone__label {
	font-size: 12.5px !important;
	line-height: 1.2 !important;
}

.jhhc-dropzone h3 {
	margin-top: 3px !important;
	font-size: 24px !important;
	line-height: 1.16 !important;
}

.jhhc-dropzone p {
	margin-top: 7px !important;
	font-size: 15px !important;
	line-height: 1.48 !important;
}

.jhhc-file-state {
	margin-top: 10px !important;
	font-size: 14px !important;
	line-height: 1.25 !important;
}

.jhhc-file-remove {
	min-height: 32px !important;
	padding: 6px 10px !important;
	border-radius: 999px !important;
	font-size: 12.5px !important;
	font-style: normal !important;
	font-weight: 600 !important;
	line-height: 1 !important;
	white-space: nowrap !important;
}

.jhhc-upload-actions {
	gap: 16px !important;
	margin-top: 17px !important;
	flex-wrap: wrap !important;
}

.jhhc-upload-note {
	gap: 9px !important;
	max-width: 700px;
	font-size: 14px !important;
	line-height: 1.42 !important;
}

.jhhc-upload-note svg {
	width: 19px !important;
	height: 19px !important;
	flex-basis: 19px !important;
}

/* ---------------------------------------------------------
   06. PRIMARY, SECONDARY & UTILITY BUTTONS
   --------------------------------------------------------- */

.jhhc-button {
	min-height: 46px !important;
	padding: 11px 18px !important;
	border-width: 1.5px !important;
	border-radius: 999px !important;
	font-size: 15.5px !important;
	font-style: normal !important;
	font-weight: 600 !important;
	line-height: 1.15 !important;
	white-space: nowrap !important;
	box-shadow: 0 7px 18px rgba(53, 18, 47, 0.09);
}

.jhhc-button:focus-visible,
.jhhc-filters button:focus-visible,
.jhhc-report-actions button:focus-visible,
.jhhc-file-remove:focus-visible,
.jhhc-add-identifier button:focus-visible,
.jhhc-reset-row button:focus-visible {
	outline: 3px solid rgba(97, 12, 58, 0.22) !important;
	outline-offset: 3px !important;
}

.jhhc-button--primary {
	border-color: var(--wine) !important;
	background: var(--wine) !important;
	color: #fff !important;
}

.jhhc-button--primary:hover:not(:disabled):not(.is-disabled),
.jhhc-button--primary:focus-visible:not(:disabled):not(.is-disabled) {
	border-color: var(--wine-hover) !important;
	background: var(--wine-hover) !important;
	box-shadow: 0 10px 24px rgba(97, 12, 58, 0.18) !important;
}

.jhhc-button--quiet {
	border-color: #d3bec9 !important;
	background: #fff !important;
	color: var(--wine) !important;
	box-shadow: 0 5px 14px rgba(53, 18, 47, 0.055);
}

.jhhc-button--quiet:hover,
.jhhc-button--quiet:focus-visible {
	border-color: var(--wine) !important;
	background: #fff6fa !important;
}

.jhhc-button:disabled,
.jhhc-button.is-disabled {
	box-shadow: none !important;
	opacity: 0.5 !important;
}

/* ---------------------------------------------------------
   07. PROCESSING FEEDBACK
   --------------------------------------------------------- */

.jhhc-processing {
	margin-top: 17px !important;
	padding: 14px 15px !important;
	border-radius: 12px !important;
}

.jhhc-processing__top {
	font-size: 14px !important;
	line-height: 1.25 !important;
}

.jhhc-processing__bar {
	height: 10px !important;
	margin-top: 9px !important;
}

.jhhc-error {
	margin-top: 14px !important;
	padding: 12px 14px !important;
	border-radius: 11px !important;
	font-size: 15px !important;
	line-height: 1.5 !important;
}

/* ---------------------------------------------------------
   08. RESULTS OVERVIEW & METRICS
   --------------------------------------------------------- */

.jhhc-results__heading {
	margin-bottom: 17px !important;
}

.jhhc-overview {
	grid-template-columns: 128px minmax(0, 1fr) minmax(320px, 410px) !important;
	gap: 20px !important;
	padding: 18px !important;
	border-radius: 14px !important;
}

.jhhc-score {
	width: 118px !important;
	height: 118px !important;
}

.jhhc-score strong {
	font-size: 31px !important;
}

.jhhc-score span {
	margin-top: 5px !important;
	font-size: 12px !important;
	line-height: 1.15 !important;
}

.jhhc-overall-state {
	min-height: 31px !important;
	padding: 6px 10px !important;
	font-size: 13px !important;
	line-height: 1.1 !important;
}

.jhhc-overview__copy h3 {
	margin-top: 9px !important;
	font-size: 23px !important;
	line-height: 1.25 !important;
}

.jhhc-overview__copy p {
	margin-top: 7px !important;
	font-size: 14.5px !important;
	line-height: 1.48 !important;
}

.jhhc-metrics {
	gap: 9px !important;
}

.jhhc-metrics > div {
	padding: 12px !important;
	border-radius: 11px !important;
}

.jhhc-metrics small {
	font-size: 13px !important;
	line-height: 1.15 !important;
}

.jhhc-metrics strong {
	margin-top: 5px !important;
	font-size: 25px !important;
}

/* ---------------------------------------------------------
   09. FILE SUMMARIES
   --------------------------------------------------------- */

.jhhc-file-summary-grid {
	gap: 13px !important;
	margin-top: 14px !important;
}

.jhhc-file-summary {
	padding: 15px 16px !important;
	border-radius: 12px !important;
}

.jhhc-file-summary > span {
	font-size: 12.5px !important;
	line-height: 1.15 !important;
}

.jhhc-file-summary h3 {
	margin-top: 5px !important;
	font-size: 19px !important;
	line-height: 1.25 !important;
}

.jhhc-file-summary dl {
	gap: 8px !important;
	margin-top: 12px !important;
}

.jhhc-file-summary dl > div {
	padding: 10px !important;
	border-radius: 9px !important;
}

.jhhc-file-summary dt {
	font-size: 12.5px !important;
	line-height: 1.2 !important;
}

.jhhc-file-summary dd {
	margin-top: 5px !important;
	font-size: 20px !important;
	line-height: 1 !important;
}

/* ---------------------------------------------------------
   10. IDENTIFIER REVIEW
   --------------------------------------------------------- */

.jhhc-identifiers {
	margin-top: 14px !important;
	border-radius: 12px !important;
}

.jhhc-identifiers > summary {
	padding: 14px 16px !important;
}

.jhhc-identifiers summary strong {
	font-size: 16px !important;
	line-height: 1.25 !important;
}

.jhhc-identifiers summary small {
	margin-top: 4px !important;
	font-size: 13px !important;
	line-height: 1.35 !important;
}

.jhhc-identifiers__body {
	padding: 15px 16px !important;
}

.jhhc-identifier-list {
	gap: 8px !important;
}

.jhhc-identifier-list p {
	font-size: 14px !important;
	line-height: 1.4 !important;
}

.jhhc-identifier-chip {
	min-height: 32px !important;
	padding: 6px 9px !important;
	font-size: 13px !important;
	line-height: 1.1 !important;
}

.jhhc-identifier-chip button {
	width: 21px !important;
	height: 21px !important;
	font-size: 14px !important;
}

.jhhc-add-identifier {
	margin-top: 13px !important;
}

.jhhc-add-identifier label {
	margin-bottom: 7px !important;
	font-size: 13px !important;
	line-height: 1.25 !important;
}

.jhhc-add-identifier > div {
	gap: 8px !important;
}

.jhhc-add-identifier input {
	height: 43px !important;
	padding: 9px 12px !important;
	border-radius: 10px !important;
	font-size: 15px !important;
	line-height: 1.2 !important;
}

.jhhc-add-identifier button {
	min-height: 43px !important;
	padding: 9px 14px !important;
	border-radius: 10px !important;
	font-size: 14px !important;
	font-style: normal !important;
	font-weight: 600 !important;
	white-space: nowrap !important;
}

/* ---------------------------------------------------------
   11. FILTERS & REPORT BUTTONS
   --------------------------------------------------------- */

.jhhc-result-tools {
	gap: 13px !important;
	margin-top: 15px !important;
	flex-wrap: wrap !important;
}

.jhhc-filters,
.jhhc-report-actions {
	gap: 7px !important;
}

.jhhc-filters button,
.jhhc-report-actions button {
	gap: 7px !important;
	min-height: 39px !important;
	padding: 8px 12px !important;
	border-radius: 999px !important;
	font-size: 13.5px !important;
	font-style: normal !important;
	font-weight: 600 !important;
	line-height: 1.1 !important;
	white-space: nowrap !important;
	box-shadow: 0 4px 12px rgba(53, 18, 47, 0.045);
}

.jhhc-filters button span {
	min-width: 22px !important;
	height: 22px !important;
	padding: 0 5px !important;
	font-size: 11.5px !important;
	font-weight: 600 !important;
}

.jhhc-filters button.is-active {
	border-color: var(--wine) !important;
	background: var(--wine) !important;
	color: #fff !important;
}

.jhhc-filters button.is-active span {
	background: rgba(255, 255, 255, 0.18) !important;
	color: #fff !important;
}

/* ---------------------------------------------------------
   12. FINDINGS CARDS
   --------------------------------------------------------- */

.jhhc-findings {
	gap: 10px !important;
	margin-top: 13px !important;
}

.jhhc-finding {
	grid-template-columns: 40px minmax(0, 1fr) auto !important;
	gap: 13px !important;
	align-items: center !important;
	padding: 14px 15px !important;
	border-radius: 11px !important;
}

.jhhc-finding__icon {
	width: 36px !important;
	height: 36px !important;
	font-size: 17px !important;
}

.jhhc-finding__copy h3 {
	font-size: 17px !important;
	line-height: 1.35 !important;
}

.jhhc-finding__copy p {
	margin-top: 6px !important;
	font-size: 14.5px !important;
	line-height: 1.5 !important;
}

.jhhc-finding__copy p em {
	font-style: italic;
}

.jhhc-finding__category {
	min-height: 29px !important;
	padding: 6px 9px !important;
	font-size: 12px !important;
	line-height: 1.05 !important;
}

.jhhc-limitations {
	margin-top: 15px !important;
	padding: 13px 15px !important;
	border-radius: 11px !important;
	font-size: 14px !important;
	line-height: 1.52 !important;
}

/* ---------------------------------------------------------
   13. AUTHOR CONFIRMATION
   Robust against global OJS label/span rules.
   --------------------------------------------------------- */

.jhhc-confirm-list {
	display: grid !important;
	gap: 11px !important;
	margin-top: 17px !important;
}

.jhhc-confirm-list label {
	display: grid !important;
	grid-template-columns: 24px minmax(0, 1fr) !important;
	gap: 13px !important;
	align-items: flex-start !important;
	width: 100% !important;
	min-width: 0 !important;
	margin: 0 !important;
	padding: 15px 16px !important;
	float: none !important;
	clear: both !important;
	border: 1px solid var(--line) !important;
	border-radius: 12px !important;
	background: #fff !important;
	box-shadow: 0 4px 12px rgba(53, 18, 47, 0.035);
	cursor: pointer;
	transition:
		border-color 0.18s ease,
		background 0.18s ease,
		box-shadow 0.18s ease,
		transform 0.18s ease;
}

.jhhc-confirm-list label:hover {
	border-color: #d4bdc8 !important;
	background: #fffafb !important;
	box-shadow: 0 7px 18px rgba(53, 18, 47, 0.06);
	transform: translateY(-1px);
}

.jhhc-confirm-list label:has(input:checked) {
	border-color: #bcd8cb !important;
	background: var(--pass-soft) !important;
	box-shadow: 0 6px 16px rgba(23, 98, 68, 0.065);
}

.jhhc-confirm-list label > input[type="checkbox"] {
	display: block !important;
	width: 20px !important;
	height: 20px !important;
	min-width: 20px !important;
	max-width: 20px !important;
	margin: 3px 0 0 !important;
	padding: 0 !important;
	float: none !important;
	accent-color: var(--pass) !important;
	box-shadow: none !important;
	cursor: pointer;
}

.jhhc-confirm-list label > .jhhc-confirm-copy,
.jhhc-confirm-list label > span {
	display: block !important;
	width: 100% !important;
	min-width: 0 !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
	white-space: normal !important;
	word-break: normal !important;
	overflow-wrap: break-word !important;
}

.jhhc-confirm-copy strong,
.jhhc-confirm-list label > span > strong {
	display: block !important;
	margin: 0 0 5px !important;
	color: var(--wine-dark) !important;
	font-size: 17px !important;
	font-style: italic !important;
	font-weight: 400 !important;
	line-height: 1.28 !important;
}

.jhhc-confirm-copy p {
	display: block !important;
	width: 100% !important;
	margin: 0 !important;
	color: #5f4c56 !important;
	font-size: 15.5px !important;
	line-height: 1.56 !important;
	white-space: normal !important;
	word-break: normal !important;
	overflow-wrap: break-word !important;
}

/* Compatibility for the original HTML where the description
   is a text node directly inside the wrapper span. */
.jhhc-confirm-list label > span {
	color: #5f4c56 !important;
	font-size: 15.5px !important;
	line-height: 1.56 !important;
}

/* ---------------------------------------------------------
   14. FINAL STATUS & SUBMISSION ACTION
   --------------------------------------------------------- */

.jhhc-final-status {
	gap: 17px !important;
	margin-top: 17px !important;
	padding: 15px 16px !important;
	border-radius: 12px !important;
	flex-wrap: wrap !important;
}

.jhhc-final-status > div {
	display: flex !important;
	gap: 11px !important;
	align-items: center !important;
	flex: 1 1 470px !important;
	min-width: 260px !important;
}

.jhhc-final-status [data-jhhc-final-icon] {
	width: 37px !important;
	height: 37px !important;
	flex-basis: 37px !important;
	font-size: 17px !important;
}

.jhhc-final-status strong {
	font-size: 17px !important;
	line-height: 1.25 !important;
}

.jhhc-final-status p > span {
	margin-top: 4px !important;
	font-size: 14px !important;
	line-height: 1.4 !important;
}

.jhhc-disclaimer {
	margin-top: 12px !important;
	font-size: 13px !important;
	line-height: 1.48 !important;
}

.jhhc-reset-row {
	margin-top: 16px !important;
}

.jhhc-reset-row button {
	min-height: 35px !important;
	padding: 7px 11px !important;
	font-size: 13px !important;
	line-height: 1.2 !important;
}

/* ---------------------------------------------------------
   15. RESPONSIVE TYPOGRAPHY & BUTTON BEHAVIOUR
   --------------------------------------------------------- */

@media (max-width: 900px) {
	.jhhc-overview {
		grid-template-columns: 120px minmax(0, 1fr) !important;
	}

	.jhhc-metrics {
		grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	}

	.jhhc-result-tools {
		align-items: stretch !important;
		flex-direction: column !important;
	}

	.jhhc-report-actions {
		justify-content: flex-start !important;
	}
}

@media (max-width: 720px) {
	.jhhc-panel,
	.jhhc-results,
	.jhhc-confirm {
		padding: 18px !important;
	}

	.jhhc-steps > span {
		min-height: 65px !important;
		font-size: 12px !important;
	}

	.jhhc-upload-actions,
	.jhhc-final-status {
		align-items: stretch !important;
		flex-direction: column !important;
	}

	.jhhc-upload-actions .jhhc-button,
	.jhhc-final-status .jhhc-button {
		width: 100% !important;
		align-self: stretch !important;
	}

	.jhhc-finding {
		grid-template-columns: 38px minmax(0, 1fr) !important;
		align-items: start !important;
	}

	.jhhc-finding__category {
		grid-column: 2 !important;
		justify-self: start !important;
	}
}

@media (max-width: 520px) {
	.jhhc {
		font-size: 15.5px !important;
	}

	.jhhc-hero h1 {
		font-size: 35px !important;
	}

	.jhhc-hero__copy > p {
		font-size: 16.5px !important;
	}

	.jhhc-panel,
	.jhhc-results,
	.jhhc-confirm {
		padding: 15px !important;
	}

	.jhhc-dropzone {
		grid-template-columns: 48px minmax(0, 1fr) !important;
		min-height: 0 !important;
		padding: 15px !important;
	}

	.jhhc-dropzone h3 {
		font-size: 21px !important;
	}

	.jhhc-dropzone p {
		font-size: 14.5px !important;
	}

	.jhhc-overview {
		grid-template-columns: minmax(0, 1fr) !important;
	}

	.jhhc-metrics {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	.jhhc-confirm-list label {
		grid-template-columns: 22px minmax(0, 1fr) !important;
		gap: 11px !important;
		padding: 14px !important;
	}

	.jhhc-confirm-copy strong,
	.jhhc-confirm-list label > span > strong {
		font-size: 16px !important;
	}

	.jhhc-confirm-copy p,
	.jhhc-confirm-list label > span {
		font-size: 15px !important;
		line-height: 1.52 !important;
	}

	.jhhc-filters button,
	.jhhc-report-actions button {
		min-height: 40px !important;
		font-size: 13px !important;
	}

	.jhhc-button {
		min-height: 47px !important;
		font-size: 15px !important;
	}
}

/* =========================================================
   J-HyTEL HYBRID CHECKER — OVERVIEW SUMMARY REPAIR v2.2.4
   Scope: .jhhc-overview only

   Add this block at the VERY BOTTOM of:
   /public_html/assets/jhytel-hybrid-checker/jhytel-hybrid-checker.css
   ========================================================= */

/* Main layout:
   score at left, summary text at top-right,
   four metrics below the summary text. */
html body .jhhc .jhhc-overview {
	display: grid !important;
	grid-template-columns: 128px minmax(0, 1fr) !important;
	grid-template-areas:
		"score copy"
		"score metrics" !important;
	gap: 14px 20px !important;
	align-items: center !important;
	width: 100% !important;
	min-width: 0 !important;
	padding: 18px 20px !important;
	border: 1px solid var(--line) !important;
	border-radius: 14px !important;
	background:
		linear-gradient(
			120deg,
			#ffffff 0%,
			#fffafc 100%
		) !important;
}

/* Prevent OJS/theme rules from narrowing text into a tiny column. */
html body .jhhc .jhhc-overview *,
html body .jhhc .jhhc-overview *::before,
html body .jhhc .jhhc-overview *::after {
	box-sizing: border-box !important;
}

html body .jhhc .jhhc-overview > *,
html body .jhhc .jhhc-overview span,
html body .jhhc .jhhc-overview strong,
html body .jhhc .jhhc-overview h3,
html body .jhhc .jhhc-overview p,
html body .jhhc .jhhc-overview div {
	width: auto !important;
	max-width: none !important;
	min-width: 0 !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
	float: none !important;
	clear: none !important;
	white-space: normal !important;
	word-break: normal !important;
	overflow-wrap: break-word !important;
}

/* Score ring */
html body .jhhc .jhhc-overview > .jhhc-score {
	grid-area: score !important;
	justify-self: center !important;
	align-self: center !important;
	width: 116px !important;
	height: 116px !important;
	margin: 0 !important;
}

html body .jhhc .jhhc-overview .jhhc-score > div {
	display: grid !important;
	width: auto !important;
	place-items: center !important;
	text-align: center !important;
}

html body .jhhc .jhhc-overview .jhhc-score strong {
	display: block !important;
	font-size: 31px !important;
	line-height: 1 !important;
	white-space: nowrap !important;
}

html body .jhhc .jhhc-overview .jhhc-score span {
	display: block !important;
	margin-top: 5px !important;
	font-size: 12px !important;
	line-height: 1.15 !important;
	white-space: nowrap !important;
}

/* Summary text */
html body .jhhc .jhhc-overview > .jhhc-overview__copy {
	grid-area: copy !important;
	display: block !important;
	width: 100% !important;
	min-width: 0 !important;
	padding: 1px 0 0 !important;
	align-self: end !important;
}

html body .jhhc .jhhc-overview .jhhc-overall-state {
	display: inline-flex !important;
	width: auto !important;
	max-width: 100% !important;
	min-height: 31px !important;
	align-items: center !important;
	padding: 6px 10px !important;
	border-radius: 999px !important;
	font-size: 13px !important;
	line-height: 1.1 !important;
	white-space: nowrap !important;
}

html body .jhhc .jhhc-overview__copy h3 {
	display: block !important;
	width: 100% !important;
	margin: 8px 0 0 !important;
	color: var(--wine-dark) !important;
	font-size: 24px !important;
	font-style: italic !important;
	font-weight: 400 !important;
	line-height: 1.22 !important;
}

html body .jhhc .jhhc-overview__copy p {
	display: block !important;
	width: 100% !important;
	margin: 6px 0 0 !important;
	color: var(--muted) !important;
	font-size: 15px !important;
	line-height: 1.48 !important;
}

/* Metrics */
html body .jhhc .jhhc-overview > .jhhc-metrics {
	grid-area: metrics !important;
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	gap: 8px !important;
	width: 100% !important;
	min-width: 0 !important;
	margin: 0 !important;
	align-self: start !important;
}

html body .jhhc .jhhc-overview .jhhc-metrics > div {
	display: block !important;
	width: 100% !important;
	min-width: 0 !important;
	padding: 11px 12px !important;
	border: 1px solid var(--line) !important;
	border-radius: 10px !important;
	background: #ffffff !important;
}

html body .jhhc .jhhc-overview .jhhc-metrics small {
	display: block !important;
	width: 100% !important;
	font-size: 12.5px !important;
	line-height: 1.15 !important;
	white-space: nowrap !important;
}

html body .jhhc .jhhc-overview .jhhc-metrics strong {
	display: block !important;
	width: 100% !important;
	margin-top: 5px !important;
	font-size: 24px !important;
	font-style: italic !important;
	font-weight: 400 !important;
	line-height: 1 !important;
	white-space: nowrap !important;
}

/* Tablet */
@media (max-width: 820px) {
	html body .jhhc .jhhc-overview {
		grid-template-columns: 112px minmax(0, 1fr) !important;
		gap: 13px 17px !important;
		padding: 17px !important;
	}

	html body .jhhc .jhhc-overview > .jhhc-score {
		width: 104px !important;
		height: 104px !important;
	}

	html body .jhhc .jhhc-overview > .jhhc-metrics {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	html body .jhhc .jhhc-overview__copy h3 {
		font-size: 22px !important;
	}
}

/* Mobile */
@media (max-width: 560px) {
	html body .jhhc .jhhc-overview {
		grid-template-columns: minmax(0, 1fr) !important;
		grid-template-areas:
			"score"
			"copy"
			"metrics" !important;
		gap: 14px !important;
		padding: 15px !important;
		text-align: center !important;
	}

	html body .jhhc .jhhc-overview > .jhhc-score {
		justify-self: center !important;
	}

	html body .jhhc .jhhc-overview > .jhhc-overview__copy {
		text-align: center !important;
	}

	html body .jhhc .jhhc-overview .jhhc-overall-state {
		justify-content: center !important;
	}

	html body .jhhc .jhhc-overview > .jhhc-metrics {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		text-align: left !important;
	}

	html body .jhhc .jhhc-overview__copy h3 {
		font-size: 21px !important;
	}

	html body .jhhc .jhhc-overview__copy p {
		font-size: 14.5px !important;
	}
}

/* End of overview summary repair v2.2.4 */

/* End of v2.1.0 Premium Readability & Interface Harmonization */

/* =========================================================
   J-HyTEL HYBRID CHECKER v2.3.1
   CROSSREF DOI VERIFICATION ONLY
   Built on the uploaded current stylesheet.
   ========================================================= */

html body .jhhc .jhhc-crossref-panel,
html body .jhhc .jhhc-crossref-panel *,
html body .jhhc .jhhc-crossref-panel *::before,
html body .jhhc .jhhc-crossref-panel *::after {
	box-sizing: border-box !important;
}

html body .jhhc .jhhc-crossref-panel {
	display: block !important;
	width: 100% !important;
	max-width: none !important;
	min-width: 0 !important;
	margin: 17px 0 0 !important;
	padding: 19px !important;
	float: none !important;
	clear: both !important;
	border: 1px solid #dccbd4 !important;
	border-left: 5px solid var(--wine) !important;
	border-radius: 14px !important;
	background:
		linear-gradient(
			120deg,
			#ffffff 0%,
			#fffafc 100%
		) !important;
	box-shadow: 0 8px 22px rgba(53, 18, 47, 0.06) !important;
}

html body .jhhc .jhhc-crossref-panel[hidden] {
	display: none !important;
}

html body .jhhc .jhhc-crossref-header {
	display: flex !important;
	gap: 18px !important;
	align-items: flex-start !important;
	justify-content: space-between !important;
	width: 100% !important;
	min-width: 0 !important;
}

html body .jhhc .jhhc-crossref-header__copy {
	flex: 1 1 auto !important;
	width: auto !important;
	min-width: 0 !important;
}

html body .jhhc .jhhc-crossref-kicker {
	display: block !important;
	width: 100% !important;
	margin: 0 0 5px !important;
	padding: 0 !important;
	float: none !important;
	color: var(--rose) !important;
	font-size: 13px !important;
	font-style: italic !important;
	line-height: 1.2 !important;
	letter-spacing: 0.08em !important;
	text-transform: uppercase !important;
}

html body .jhhc .jhhc-crossref-header h3 {
	display: block !important;
	width: 100% !important;
	max-width: none !important;
	min-width: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
	color: var(--wine-dark) !important;
	font-family: "Perpetua", Georgia, "Times New Roman", serif !important;
	font-size: clamp(25px, 2.8vw, 30px) !important;
	font-style: italic !important;
	font-weight: 400 !important;
	line-height: 1.18 !important;
	word-break: normal !important;
	overflow-wrap: break-word !important;
}

html body .jhhc .jhhc-crossref-header p {
	display: block !important;
	width: 100% !important;
	max-width: 760px !important;
	margin: 7px 0 0 !important;
	padding: 0 !important;
	float: none !important;
	color: var(--muted) !important;
	font-size: 15px !important;
	line-height: 1.5 !important;
	word-break: normal !important;
	overflow-wrap: break-word !important;
}

html body .jhhc .jhhc-crossref-verify {
	display: inline-flex !important;
	flex: 0 0 auto !important;
	gap: 8px !important;
	align-items: center !important;
	justify-content: center !important;
	min-width: 235px !important;
	min-height: 46px !important;
	margin: 0 !important;
	padding: 10px 16px !important;
	float: none !important;
	border: 1.5px solid var(--wine) !important;
	border-radius: 999px !important;
	background: var(--wine) !important;
	color: #ffffff !important;
	font-family: "Perpetua", Georgia, "Times New Roman", serif !important;
	font-size: 14.5px !important;
	font-style: normal !important;
	font-weight: 600 !important;
	line-height: 1.12 !important;
	letter-spacing: 0.01em !important;
	text-align: center !important;
	text-transform: none !important;
	white-space: nowrap !important;
	box-shadow: 0 8px 19px rgba(97, 12, 58, 0.16) !important;
	cursor: pointer !important;
	transition:
		background 0.18s ease,
		border-color 0.18s ease,
		box-shadow 0.18s ease,
		transform 0.18s ease !important;
}

html body .jhhc .jhhc-crossref-verify:hover:not(:disabled),
html body .jhhc .jhhc-crossref-verify:focus-visible:not(:disabled) {
	border-color: var(--wine-hover) !important;
	background: var(--wine-hover) !important;
	box-shadow: 0 11px 24px rgba(97, 12, 58, 0.22) !important;
	transform: translateY(-1px) !important;
}

html body .jhhc .jhhc-crossref-verify:focus-visible,
html body .jhhc .jhhc-crossref-card a:focus-visible {
	outline: 3px solid rgba(97, 12, 58, 0.2) !important;
	outline-offset: 3px !important;
}

html body .jhhc .jhhc-crossref-verify:disabled {
	cursor: not-allowed !important;
	opacity: 0.48 !important;
	box-shadow: none !important;
	transform: none !important;
}

html body .jhhc .jhhc-crossref-privacy {
	display: grid !important;
	grid-template-columns: 29px minmax(0, 1fr) !important;
	gap: 10px !important;
	align-items: center !important;
	width: 100% !important;
	margin: 14px 0 0 !important;
	padding: 11px 12px !important;
	border: 1px solid #cfe0e9 !important;
	border-radius: 10px !important;
	background: var(--info-soft) !important;
}

html body .jhhc .jhhc-crossref-privacy > span {
	display: grid !important;
	width: 27px !important;
	height: 27px !important;
	place-items: center !important;
	margin: 0 !important;
	border-radius: 50% !important;
	background: #d9eaf4 !important;
	color: var(--info) !important;
	font-size: 14px !important;
	font-style: italic !important;
	font-weight: 600 !important;
	line-height: 1 !important;
}

html body .jhhc .jhhc-crossref-privacy p {
	display: block !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	color: #315f83 !important;
	font-size: 13px !important;
	line-height: 1.43 !important;
}

html body .jhhc .jhhc-crossref-metrics {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	gap: 8px !important;
	width: 100% !important;
	margin: 13px 0 0 !important;
}

html body .jhhc .jhhc-crossref-metrics > div {
	display: block !important;
	width: 100% !important;
	min-width: 0 !important;
	padding: 11px 12px !important;
	border: 1px solid var(--line) !important;
	border-radius: 10px !important;
	background: #ffffff !important;
}

html body .jhhc .jhhc-crossref-metrics small {
	display: block !important;
	width: 100% !important;
	color: var(--muted) !important;
	font-size: 12px !important;
	font-style: italic !important;
	line-height: 1.2 !important;
}

html body .jhhc .jhhc-crossref-metrics strong {
	display: block !important;
	width: 100% !important;
	margin: 5px 0 0 !important;
	color: var(--wine) !important;
	font-size: 23px !important;
	font-style: italic !important;
	font-weight: 400 !important;
	line-height: 1 !important;
	font-variant-numeric: tabular-nums !important;
}

html body .jhhc .jhhc-crossref-status {
	display: block !important;
	width: 100% !important;
	margin: 11px 0 0 !important;
	padding: 10px 12px !important;
	border: 1px solid #e3d7dd !important;
	border-radius: 9px !important;
	background: #fffafb !important;
	color: #715e68 !important;
	font-size: 13px !important;
	font-style: italic !important;
	line-height: 1.4 !important;
}

html body .jhhc .jhhc-crossref-status.is-success {
	border-color: #c8dfd4 !important;
	background: var(--pass-soft) !important;
	color: var(--pass) !important;
}

html body .jhhc .jhhc-crossref-status.is-warning {
	border-color: #e6d5aa !important;
	background: var(--warning-soft) !important;
	color: var(--warning) !important;
}

html body .jhhc .jhhc-crossref-status.is-error {
	border-color: #ebc4cd !important;
	background: var(--blocker-soft) !important;
	color: var(--blocker) !important;
}

html body .jhhc .jhhc-crossref-progress {
	display: block !important;
	width: 100% !important;
	margin: 12px 0 0 !important;
	padding: 11px 12px !important;
	border: 1px solid #ded2d8 !important;
	border-radius: 10px !important;
	background: var(--soft) !important;
}

html body .jhhc .jhhc-crossref-progress[hidden] {
	display: none !important;
}

html body .jhhc .jhhc-crossref-progress__top {
	display: flex !important;
	gap: 12px !important;
	align-items: center !important;
	justify-content: space-between !important;
	width: 100% !important;
	color: #65515a !important;
	font-size: 13px !important;
	font-style: italic !important;
	line-height: 1.2 !important;
}

html body .jhhc .jhhc-crossref-progress__top strong {
	font-weight: 400 !important;
}

html body .jhhc .jhhc-crossref-progress__bar {
	display: block !important;
	width: 100% !important;
	height: 9px !important;
	margin: 8px 0 0 !important;
	overflow: hidden !important;
	border-radius: 999px !important;
	background: #e9dfe4 !important;
}

html body .jhhc .jhhc-crossref-progress__bar > span {
	display: block !important;
	width: 0 !important;
	height: 100% !important;
	border-radius: inherit !important;
	background: linear-gradient(90deg, var(--wine), var(--rose)) !important;
	transition: width 0.2s ease !important;
}

html body .jhhc .jhhc-crossref-list {
	display: grid !important;
	gap: 9px !important;
	width: 100% !important;
	margin: 12px 0 0 !important;
}

html body .jhhc .jhhc-crossref-empty {
	display: block !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 13px 14px !important;
	border: 1px dashed #dac8d1 !important;
	border-radius: 10px !important;
	background: #ffffff !important;
	color: var(--muted) !important;
	font-size: 14px !important;
	font-style: italic !important;
	line-height: 1.4 !important;
	text-align: center !important;
}

html body .jhhc .jhhc-crossref-card {
	display: grid !important;
	grid-template-columns: 38px minmax(0, 1fr) auto !important;
	gap: 12px !important;
	align-items: start !important;
	width: 100% !important;
	min-width: 0 !important;
	margin: 0 !important;
	padding: 13px 14px !important;
	border: 1px solid var(--line) !important;
	border-left: 4px solid #a7a0a4 !important;
	border-radius: 10px !important;
	background: #ffffff !important;
}

html body .jhhc .jhhc-crossref-card.is-verified {
	border-left-color: var(--pass) !important;
	background: #fcfffd !important;
}

html body .jhhc .jhhc-crossref-card.is-notfound {
	border-left-color: var(--warning) !important;
	background: var(--warning-soft) !important;
}

html body .jhhc .jhhc-crossref-card.is-error {
	border-left-color: var(--blocker) !important;
	background: var(--blocker-soft) !important;
}

html body .jhhc .jhhc-crossref-card__icon {
	display: grid !important;
	width: 34px !important;
	height: 34px !important;
	place-items: center !important;
	margin: 0 !important;
	border-radius: 50% !important;
	background: #eee6ea !important;
	color: var(--wine) !important;
	font-size: 14px !important;
	font-style: italic !important;
	line-height: 1 !important;
}

html body .jhhc .jhhc-crossref-card.is-verified .jhhc-crossref-card__icon {
	background: var(--pass-soft) !important;
	color: var(--pass) !important;
}

html body .jhhc .jhhc-crossref-card.is-notfound .jhhc-crossref-card__icon {
	background: #f8ebc8 !important;
	color: var(--warning) !important;
}

html body .jhhc .jhhc-crossref-card.is-error .jhhc-crossref-card__icon {
	background: #f6dae1 !important;
	color: var(--blocker) !important;
}

html body .jhhc .jhhc-crossref-card__main {
	display: block !important;
	width: 100% !important;
	min-width: 0 !important;
}

html body .jhhc .jhhc-crossref-card code {
	display: inline-block !important;
	max-width: 100% !important;
	margin: 0 !important;
	padding: 4px 7px !important;
	overflow-wrap: anywhere !important;
	border: 1px solid #dfd3d8 !important;
	border-radius: 7px !important;
	background: #ffffff !important;
	color: #53223d !important;
	font-family: Consolas, "Courier New", monospace !important;
	font-size: 12.5px !important;
	font-style: normal !important;
	line-height: 1.3 !important;
}

html body .jhhc .jhhc-crossref-card__state,
html body .jhhc .jhhc-crossref-card__metadata {
	display: block !important;
	width: 100% !important;
	margin: 7px 0 0 !important;
	color: var(--muted) !important;
	font-size: 13px !important;
	line-height: 1.44 !important;
	word-break: normal !important;
	overflow-wrap: break-word !important;
}

html body .jhhc .jhhc-crossref-card__state strong,
html body .jhhc .jhhc-crossref-card__metadata strong {
	color: var(--wine-dark) !important;
	font-weight: 400 !important;
}

html body .jhhc .jhhc-crossref-card.is-verified .jhhc-crossref-card__state {
	color: var(--pass) !important;
}

html body .jhhc .jhhc-crossref-card.is-notfound .jhhc-crossref-card__state {
	color: var(--warning) !important;
}

html body .jhhc .jhhc-crossref-card.is-error .jhhc-crossref-card__state {
	color: var(--blocker) !important;
}

html body .jhhc .jhhc-crossref-card__actions {
	display: flex !important;
	flex-direction: column !important;
	gap: 6px !important;
	width: auto !important;
	min-width: 112px !important;
}

html body .jhhc .jhhc-crossref-card__actions a {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100% !important;
	min-height: 33px !important;
	margin: 0 !important;
	padding: 6px 9px !important;
	border: 1px solid #d8c8d0 !important;
	border-radius: 999px !important;
	background: #ffffff !important;
	color: var(--wine) !important;
	font-family: "Perpetua", Georgia, "Times New Roman", serif !important;
	font-size: 11.5px !important;
	font-style: normal !important;
	font-weight: 600 !important;
	line-height: 1.05 !important;
	text-align: center !important;
	text-decoration: none !important;
	white-space: nowrap !important;
}

html body .jhhc .jhhc-crossref-card__actions a:hover,
html body .jhhc .jhhc-crossref-card__actions a:focus-visible {
	border-color: var(--wine) !important;
	background: #fff7fb !important;
}

html body .jhhc .jhhc-crossref-note {
	display: block !important;
	width: 100% !important;
	margin: 12px 0 0 !important;
	padding: 10px 12px !important;
	border: 1px solid #e5d4a9 !important;
	border-radius: 9px !important;
	background: var(--warning-soft) !important;
	color: #765019 !important;
	font-size: 12.5px !important;
	line-height: 1.43 !important;
}

@media (max-width: 760px) {
	html body .jhhc .jhhc-crossref-header {
		align-items: stretch !important;
		flex-direction: column !important;
	}

	html body .jhhc .jhhc-crossref-verify {
		width: 100% !important;
		min-width: 0 !important;
	}

	html body .jhhc .jhhc-crossref-metrics {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	html body .jhhc .jhhc-crossref-card {
		grid-template-columns: 34px minmax(0, 1fr) !important;
	}

	html body .jhhc .jhhc-crossref-card__actions {
		grid-column: 2 !important;
		display: flex !important;
		flex-direction: row !important;
		min-width: 0 !important;
	}

	html body .jhhc .jhhc-crossref-card__actions a {
		width: auto !important;
	}
}

@media (max-width: 520px) {
	html body .jhhc .jhhc-crossref-panel {
		padding: 14px !important;
	}

	html body .jhhc .jhhc-crossref-card {
		grid-template-columns: minmax(0, 1fr) !important;
	}

	html body .jhhc .jhhc-crossref-card__icon,
	html body .jhhc .jhhc-crossref-card__actions {
		grid-column: 1 !important;
	}

	html body .jhhc .jhhc-crossref-card__actions {
		align-items: stretch !important;
		flex-direction: column !important;
	}

	html body .jhhc .jhhc-crossref-card__actions a {
		width: 100% !important;
	}
}

/* End of Crossref DOI verification only v2.3.1 */
