/**
 * OZIPCO Invoice Checker - customer facing styles.
 *
 * Every selector below is scoped to .ozipco-invoice-checker. Nothing outside
 * the shortcode wrapper is styled, so the active theme, Elementor, the header,
 * the footer and every other form on the site are untouched.
 */

.ozipco-invoice-checker {
	--ozp-primary: #af1f2a;
	--ozp-primary-dark: #8e1922;
	--ozp-primary-soft: rgba(175, 31, 42, 0.07);
	--ozp-primary-line: rgba(175, 31, 42, 0.22);
	--ozp-ink: #1d1d1d;
	--ozp-ink-2: #5a5a5a;
	--ozp-ink-3: #8a8a8a;
	--ozp-line: #e5e5e5;
	--ozp-surface: #ffffff;
	--ozp-canvas: #f7f7f7;
	--ozp-ok: #0f7b3e;
	--ozp-ok-soft: rgba(15, 123, 62, 0.08);
	--ozp-radius: 16px;
	--ozp-radius-sm: 10px;
	--ozp-shadow: 0 1px 2px rgba(29, 29, 29, 0.04), 0 10px 30px rgba(29, 29, 29, 0.06);
	--ozp-shadow-sm: 0 1px 2px rgba(29, 29, 29, 0.05);
	--ozp-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	--ozp-mono: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace;

	display: block;
	width: 100%;
	max-width: 100%;
	padding: 40px 16px 56px;
	margin: 0;
	background: var(--ozp-canvas);
	font-family: var(--ozp-sans);
	font-size: 16px;
	line-height: 1.6;
	color: var(--ozp-ink);
	text-align: left;
	-webkit-font-smoothing: antialiased;
}

.ozipco-invoice-checker *,
.ozipco-invoice-checker *::before,
.ozipco-invoice-checker *::after {
	box-sizing: border-box;
}

/* Neutralise theme typography inside the wrapper only. */
.ozipco-invoice-checker h2,
.ozipco-invoice-checker h3,
.ozipco-invoice-checker h4,
.ozipco-invoice-checker p,
.ozipco-invoice-checker ul,
.ozipco-invoice-checker li,
.ozipco-invoice-checker dl,
.ozipco-invoice-checker dt,
.ozipco-invoice-checker dd,
.ozipco-invoice-checker figure {
	margin: 0;
	padding: 0;
	font-family: inherit;
	color: inherit;
	text-transform: none;
	letter-spacing: normal;
}

.ozipco-invoice-checker ul {
	list-style: none;
}

.ozipco-invoice-checker img {
	max-width: 100%;
	height: auto;
}

.ozipco-invoice-checker svg {
	display: block;
	width: 100%;
	height: 100%;
}

.ozipco-invoice-checker button,
.ozipco-invoice-checker input {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin: 0;
}

.ozipco-invoice-checker a.ozp-link {
	color: var(--ozp-primary);
	text-decoration: underline;
	text-underline-offset: 2px;
	box-shadow: none;
	background: none;
}

.ozipco-invoice-checker a.ozp-link:hover {
	color: var(--ozp-primary-dark);
}

.ozipco-invoice-checker .ozp-mono {
	font-family: var(--ozp-mono);
	font-variant-numeric: tabular-nums;
	letter-spacing: 0.01em;
}

.ozipco-invoice-checker .ozp-right {
	text-align: right;
}

.ozipco-invoice-checker [hidden] {
	display: none !important;
}

.ozipco-invoice-checker .ozp-shell {
	width: 100%;
	max-width: 880px;
	margin: 0 auto;
}

/* ---------- Masthead ---------- */

.ozipco-invoice-checker .ozp-masthead {
	text-align: center;
	margin-bottom: 28px;
}

.ozipco-invoice-checker .ozp-masthead__logo {
	display: block;
	width: auto;
	max-width: 150px;
	max-height: 76px;
	margin: 0 auto 18px;
	object-fit: contain;
}

.ozipco-invoice-checker .ozp-eyebrow {
	display: inline-block;
	padding: 5px 12px;
	margin-bottom: 14px;
	border: 1px solid var(--ozp-primary-line);
	border-radius: 999px;
	background: var(--ozp-primary-soft);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--ozp-primary);
}

.ozipco-invoice-checker .ozp-masthead__title {
	font-size: clamp( 26px, 4vw, 38px );
	font-weight: 700;
	line-height: 1.15;
	letter-spacing: -0.02em;
	color: var(--ozp-ink);
}

.ozipco-invoice-checker .ozp-masthead__text {
	max-width: 560px;
	margin: 12px auto 0;
	font-size: 15px;
	line-height: 1.65;
	color: var(--ozp-ink-2);
}

/* ---------- Cards ---------- */

.ozipco-invoice-checker .ozp-card {
	padding: 26px;
	margin-bottom: 18px;
	background: var(--ozp-surface);
	border: 1px solid var(--ozp-line);
	border-radius: var(--ozp-radius);
	box-shadow: var(--ozp-shadow);
}

.ozipco-invoice-checker .ozp-card:last-child {
	margin-bottom: 0;
}

.ozipco-invoice-checker .ozp-card__title {
	font-size: 17px;
	font-weight: 650;
	line-height: 1.3;
	letter-spacing: -0.01em;
	color: var(--ozp-ink);
}

/* ---------- Lookup form ---------- */

.ozipco-invoice-checker .ozp-lookup .ozp-card__title {
	padding-bottom: 18px;
	margin-bottom: 20px;
	border-bottom: 1px solid var(--ozp-line);
}

.ozipco-invoice-checker .ozp-field {
	margin-bottom: 18px;
}

.ozipco-invoice-checker .ozp-label {
	display: block;
	margin-bottom: 7px;
	font-size: 13px;
	font-weight: 650;
	letter-spacing: 0.02em;
	color: var(--ozp-ink-2);
}

.ozipco-invoice-checker .ozp-inputwrap {
	position: relative;
	display: block;
}

.ozipco-invoice-checker .ozp-inputwrap__icon {
	position: absolute;
	top: 50%;
	left: 16px;
	width: 19px;
	height: 19px;
	margin-top: -9.5px;
	color: var(--ozp-ink-3);
	pointer-events: none;
}

.ozipco-invoice-checker .ozp-input {
	display: block;
	width: 100%;
	height: 56px;
	padding: 0 16px 0 46px;
	border: 1.5px solid var(--ozp-line);
	border-radius: var(--ozp-radius-sm);
	background: var(--ozp-surface);
	font-family: var(--ozp-mono);
	font-size: 16px;
	letter-spacing: 0.02em;
	color: var(--ozp-ink);
	box-shadow: none;
	appearance: none;
	transition: border-color 0.16s ease, box-shadow 0.16s ease;
}

.ozipco-invoice-checker .ozp-input::placeholder {
	color: #b3b3b3;
	opacity: 1;
}

.ozipco-invoice-checker .ozp-input:focus {
	border-color: var(--ozp-primary);
	outline: none;
	box-shadow: 0 0 0 4px var(--ozp-primary-soft);
}

.ozipco-invoice-checker .ozp-input:focus + .ozp-inputwrap__icon,
.ozipco-invoice-checker .ozp-inputwrap:focus-within .ozp-inputwrap__icon {
	color: var(--ozp-primary);
}

.ozipco-invoice-checker .ozp-example {
	margin-top: 9px;
	font-size: 12.5px;
	color: var(--ozp-ink-3);
	user-select: none;
	pointer-events: none;
}

.ozipco-invoice-checker .ozp-example__value {
	font-family: var(--ozp-mono);
	letter-spacing: 0.02em;
	color: var(--ozp-ink-2);
}

.ozipco-invoice-checker .ozp-formerror {
	margin-top: 14px;
	padding: 11px 14px;
	border: 1px solid var(--ozp-primary-line);
	border-radius: var(--ozp-radius-sm);
	background: var(--ozp-primary-soft);
	font-size: 13.5px;
	color: var(--ozp-primary);
}

/* ---------- Buttons ---------- */

.ozipco-invoice-checker .ozp-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-height: 46px;
	padding: 12px 22px;
	border: 1.5px solid transparent;
	border-radius: var(--ozp-radius-sm);
	background: none;
	font-size: 14.5px;
	font-weight: 650;
	line-height: 1.2;
	letter-spacing: 0.01em;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	cursor: pointer;
	box-shadow: none;
	transition: background-color 0.16s ease, border-color 0.16s ease, color 0.16s ease;
}

.ozipco-invoice-checker .ozp-btn svg {
	width: 17px;
	height: 17px;
	flex: none;
}

.ozipco-invoice-checker .ozp-btn:focus-visible {
	outline: 2px solid var(--ozp-primary);
	outline-offset: 3px;
}

.ozipco-invoice-checker .ozp-btn--lg {
	width: 100%;
	min-height: 54px;
	font-size: 15.5px;
}

.ozipco-invoice-checker .ozp-btn--primary {
	background: var(--ozp-primary);
	border-color: var(--ozp-primary);
	color: #fff;
}

.ozipco-invoice-checker .ozp-btn--primary:hover,
.ozipco-invoice-checker .ozp-btn--primary:focus {
	background: var(--ozp-primary-dark);
	border-color: var(--ozp-primary-dark);
	color: #fff;
}

.ozipco-invoice-checker .ozp-btn--ghost {
	border-color: var(--ozp-line);
	color: var(--ozp-ink);
}

.ozipco-invoice-checker .ozp-btn--ghost:hover {
	border-color: var(--ozp-ink);
	color: var(--ozp-ink);
}

.ozipco-invoice-checker .ozp-btn--quiet {
	background: transparent;
	border-color: transparent;
	color: var(--ozp-ink-2);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.ozipco-invoice-checker .ozp-btn--quiet:hover {
	color: var(--ozp-primary);
}

.ozipco-invoice-checker .ozp-btn[disabled],
.ozipco-invoice-checker .ozp-btn.is-busy {
	cursor: progress;
	opacity: 0.85;
}

.ozipco-invoice-checker .ozp-spinner {
	display: none;
	width: 16px;
	height: 16px;
	border: 2px solid rgba(255, 255, 255, 0.4);
	border-top-color: #fff;
	border-radius: 50%;
	animation: ozp-spin 0.7s linear infinite;
}

.ozipco-invoice-checker .ozp-spinner--dark {
	display: block;
	border-color: var(--ozp-line);
	border-top-color: var(--ozp-primary);
}

.ozipco-invoice-checker .ozp-btn.is-busy .ozp-spinner {
	display: block;
}

@keyframes ozp-spin {
	to {
		transform: rotate( 360deg );
	}
}

.ozipco-invoice-checker .ozp-iconbtn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	padding: 8px;
	border: 1px solid var(--ozp-line);
	border-radius: 8px;
	background: var(--ozp-surface);
	color: var(--ozp-ink-2);
	cursor: pointer;
}

.ozipco-invoice-checker .ozp-iconbtn:hover:not([disabled]) {
	border-color: var(--ozp-primary);
	color: var(--ozp-primary);
}

.ozipco-invoice-checker .ozp-iconbtn[disabled] {
	opacity: 0.4;
	cursor: default;
}

/* ---------- Results ---------- */

.ozipco-invoice-checker .ozp-results {
	margin-top: 18px;
}

.ozipco-invoice-checker .ozp-result {
	outline: none;
	animation: ozp-rise 0.28s ease both;
}

@keyframes ozp-rise {
	from {
		opacity: 0;
		transform: translateY( 8px );
	}
}

.ozipco-invoice-checker .ozp-verdict {
	display: flex;
	align-items: flex-start;
	gap: 15px;
	padding: 20px 24px;
	margin-bottom: 18px;
	border: 1px solid rgba(15, 123, 62, 0.28);
	border-left: 4px solid var(--ozp-ok);
	border-radius: var(--ozp-radius);
	background: var(--ozp-ok-soft);
	box-shadow: var(--ozp-shadow-sm);
}

.ozipco-invoice-checker .ozp-verdict__seal {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: none;
	width: 34px;
	height: 34px;
	padding: 8px;
	border-radius: 50%;
	background: var(--ozp-ok);
	color: #fff;
}

.ozipco-invoice-checker .ozp-verdict__label {
	font-size: 13px;
	font-weight: 750;
	letter-spacing: 0.11em;
	text-transform: uppercase;
	color: var(--ozp-ok);
}

.ozipco-invoice-checker .ozp-verdict__text {
	margin-top: 4px;
	font-size: 14.5px;
	line-height: 1.55;
	color: var(--ozp-ink-2);
}

.ozipco-invoice-checker .ozp-verdict--none {
	border-color: var(--ozp-primary-line);
	border-left-color: var(--ozp-primary);
	background: var(--ozp-primary-soft);
}

.ozipco-invoice-checker .ozp-verdict--none .ozp-verdict__seal {
	background: var(--ozp-primary);
}

.ozipco-invoice-checker .ozp-verdict--none .ozp-verdict__label {
	color: var(--ozp-primary);
}

/* ---------- Data grid ---------- */

.ozipco-invoice-checker .ozp-datagrid {
	display: grid;
	grid-template-columns: repeat( auto-fill, minmax( 200px, 1fr ) );
	gap: 1px;
	margin-top: 20px;
	border: 1px solid var(--ozp-line);
	border-radius: var(--ozp-radius-sm);
	background: var(--ozp-line);
	overflow: hidden;
}

.ozipco-invoice-checker .ozp-datagrid__cell {
	padding: 15px 17px;
	background: var(--ozp-surface);
}

.ozipco-invoice-checker .ozp-datagrid dt {
	margin-bottom: 5px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	color: var(--ozp-ink-3);
}

.ozipco-invoice-checker .ozp-datagrid dd {
	font-size: 15px;
	font-weight: 550;
	line-height: 1.4;
	word-break: break-word;
	color: var(--ozp-ink);
}

.ozipco-invoice-checker .ozp-datagrid__cell--lead {
	background: #fbfafa;
}

.ozipco-invoice-checker .ozp-datagrid__cell--lead dd {
	font-size: 19px;
	font-weight: 700;
	color: var(--ozp-primary);
}

.ozipco-invoice-checker .ozp-block {
	margin-top: 20px;
	padding-top: 18px;
	border-top: 1px solid var(--ozp-line);
}

.ozipco-invoice-checker .ozp-block:first-child {
	margin-top: 18px;
	padding-top: 0;
	border-top: 0;
}

.ozipco-invoice-checker .ozp-block__title {
	margin-bottom: 6px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	color: var(--ozp-ink-3);
}

.ozipco-invoice-checker .ozp-block__text {
	font-size: 14.5px;
	line-height: 1.65;
	color: var(--ozp-ink-2);
}

/* ---------- Line items ---------- */

.ozipco-invoice-checker .ozp-lines {
	margin-top: 20px;
	border: 1px solid var(--ozp-line);
	border-radius: var(--ozp-radius-sm);
	overflow: hidden;
}

.ozipco-invoice-checker .ozp-lines__head,
.ozipco-invoice-checker .ozp-lines__row {
	display: grid;
	grid-template-columns:
		minmax( 0, 1.5fr )
		minmax( 0, 3.6fr )
		minmax( 0, 1.05fr )
		minmax( 0, 0.8fr )
		minmax( 0, 1.05fr )
		minmax( 0, 1.05fr );
	gap: 12px;
	align-items: baseline;
	padding: 13px 17px;
}

.ozipco-invoice-checker .ozp-lines__head {
	background: var(--ozp-canvas);
	border-bottom: 1px solid var(--ozp-line);
	font-size: 10.5px;
	font-weight: 700;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	color: var(--ozp-ink-3);
}

.ozipco-invoice-checker .ozp-lines__row {
	border-bottom: 1px solid var(--ozp-line);
	font-size: 14.5px;
}

.ozipco-invoice-checker .ozp-lines__row:last-child {
	border-bottom: 0;
}

.ozipco-invoice-checker .ozp-lines__desc {
	color: var(--ozp-ink);
}

.ozipco-invoice-checker .ozp-lines__code {
	font-size: 12.5px;
	color: var(--ozp-ink-2);
	word-break: break-all;
}

.ozipco-invoice-checker .ozp-addresses {
	display: grid;
	grid-template-columns: repeat( 2, minmax( 0, 1fr ) );
	gap: 22px;
	margin-top: 20px;
	padding-top: 18px;
	border-top: 1px solid var(--ozp-line);
}

.ozipco-invoice-checker .ozp-block__text--lead {
	font-size: 17px;
	font-weight: 650;
	color: var(--ozp-ink);
}

.ozipco-invoice-checker .ozp-addresses .ozp-block {
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
}

.ozipco-invoice-checker .ozp-grandtotal {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 20px;
	margin-top: 18px;
	padding: 14px 17px;
	border-radius: var(--ozp-radius-sm);
	background: var(--ozp-primary);
	color: #fff;
}

.ozipco-invoice-checker .ozp-grandtotal__label {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

.ozipco-invoice-checker .ozp-grandtotal__value {
	font-size: 21px;
	font-weight: 700;
}

.ozipco-invoice-checker .ozp-totals {
	margin-top: 18px;
	padding-top: 4px;
	margin-left: auto;
	max-width: 340px;
}

.ozipco-invoice-checker .ozp-totals li {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 20px;
	padding: 9px 0;
	border-bottom: 1px solid var(--ozp-line);
	font-size: 14px;
	color: var(--ozp-ink-2);
}

.ozipco-invoice-checker .ozp-totals li:last-child {
	border-bottom: 0;
}

.ozipco-invoice-checker .ozp-totals strong {
	font-weight: 650;
	color: var(--ozp-ink);
}

.ozipco-invoice-checker .ozp-totals__grand {
	border-bottom-width: 2px !important;
	border-bottom-color: var(--ozp-ink) !important;
}

.ozipco-invoice-checker .ozp-totals__grand span {
	font-weight: 650;
	color: var(--ozp-ink);
}

.ozipco-invoice-checker .ozp-totals__grand strong {
	font-size: 18px;
	color: var(--ozp-primary);
}

/* ---------- Explanation ---------- */

.ozipco-invoice-checker .ozp-explain {
	background: #fbfafa;
}

.ozipco-invoice-checker .ozp-explain__text {
	margin-top: 12px;
	font-size: 15px;
	line-height: 1.65;
	color: var(--ozp-ink);
}

.ozipco-invoice-checker .ozp-explain__note {
	margin-top: 11px;
	font-size: 13.5px;
	line-height: 1.65;
	color: var(--ozp-ink-2);
}

/* ---------- Not found ---------- */

.ozipco-invoice-checker .ozp-searched {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 10px;
	margin-top: 16px;
	padding: 12px 15px;
	border: 1px solid var(--ozp-line);
	border-radius: var(--ozp-radius-sm);
	background: var(--ozp-canvas);
}

.ozipco-invoice-checker .ozp-searched__label {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	color: var(--ozp-ink-3);
}

.ozipco-invoice-checker .ozp-searched__value {
	font-size: 15px;
	font-weight: 600;
	word-break: break-all;
	color: var(--ozp-ink);
}

.ozipco-invoice-checker .ozp-checklist {
	margin-top: 18px;
	margin-bottom: 18px;
}

.ozipco-invoice-checker .ozp-checklist li {
	position: relative;
	padding-left: 24px;
	margin-bottom: 9px;
	font-size: 14.5px;
	line-height: 1.6;
	color: var(--ozp-ink-2);
}

.ozipco-invoice-checker .ozp-checklist li::before {
	content: "";
	position: absolute;
	top: 9px;
	left: 6px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--ozp-primary);
}

/* ---------- Document viewer ---------- */

.ozipco-invoice-checker .ozp-doc__head {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 18px;
}

.ozipco-invoice-checker .ozp-doc__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin-top: 5px;
	font-size: 12.5px;
	color: var(--ozp-ink-3);
}

.ozipco-invoice-checker .ozp-doc__filename {
	word-break: break-all;
}

.ozipco-invoice-checker .ozp-viewer {
	border: 1px solid var(--ozp-line);
	border-radius: var(--ozp-radius-sm);
	background: var(--ozp-canvas);
	overflow: hidden;
}

.ozipco-invoice-checker .ozp-viewer__bar {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	padding: 10px 12px;
	border-bottom: 1px solid var(--ozp-line);
	background: var(--ozp-surface);
}

.ozipco-invoice-checker .ozp-viewer__group {
	display: flex;
	align-items: center;
	gap: 6px;
}

.ozipco-invoice-checker .ozp-viewer__pageinfo,
.ozipco-invoice-checker .ozp-viewer__zoominfo {
	min-width: 84px;
	font-size: 12.5px;
	text-align: center;
	color: var(--ozp-ink-2);
}

.ozipco-invoice-checker .ozp-viewer__zoominfo {
	min-width: 52px;
}

.ozipco-invoice-checker .ozp-viewer__badge {
	margin-left: auto;
	padding: 4px 10px;
	border: 1px solid var(--ozp-primary-line);
	border-radius: 999px;
	background: var(--ozp-primary-soft);
	font-size: 10.5px;
	font-weight: 700;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	color: var(--ozp-primary);
	white-space: nowrap;
}

.ozipco-invoice-checker .ozp-viewer__stage {
	position: relative;
	min-height: 420px;
	max-height: 78vh;
	padding: 16px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	background: #ececec;
}

.ozipco-invoice-checker .ozp-viewer__status {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 388px;
	font-size: 13.5px;
	text-align: center;
	color: var(--ozp-ink-2);
}

.ozipco-invoice-checker .ozp-viewer__status .ozp-spinner {
	flex: none;
}

.ozipco-invoice-checker .ozp-viewer__canvaswrap {
	display: flex;
	justify-content: center;
}

.ozipco-invoice-checker .ozp-viewer__canvaswrap canvas {
	display: block;
	max-width: 100%;
	height: auto;
	border-radius: 4px;
	background: #fff;
	box-shadow: 0 2px 14px rgba(29, 29, 29, 0.16);
}

.ozipco-invoice-checker .ozp-viewer__frame {
	display: block;
	width: 100%;
	height: 620px;
	max-height: 74vh;
	border: 0;
	border-radius: 4px;
	background: #fff;
}

.ozipco-invoice-checker .ozp-viewer--native .ozp-viewer__stage {
	min-height: 0;
	max-height: none;
	padding: 0;
	overflow: hidden;
	background: var(--ozp-surface);
}

.ozipco-invoice-checker .ozp-doc__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 18px;
}

.ozipco-invoice-checker .ozp-doc__note {
	margin-top: 14px;
	font-size: 12.5px;
	line-height: 1.6;
	color: var(--ozp-ink-3);
}

.ozipco-invoice-checker .ozp-again {
	margin-top: 20px;
	text-align: center;
}

/* ---------- Footer ---------- */

.ozipco-invoice-checker .ozp-footer {
	margin-top: 34px;
	padding-top: 22px;
	border-top: 1px solid var(--ozp-line);
	text-align: center;
}

.ozipco-invoice-checker .ozp-footer__company {
	font-size: 12.5px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--ozp-ink-2);
}

.ozipco-invoice-checker .ozp-footer__line {
	margin-top: 5px;
	font-size: 12.5px;
	line-height: 1.6;
	color: var(--ozp-ink-3);
}

/* ---------- Tablet ---------- */

@media screen and (max-width: 782px) {
	.ozipco-invoice-checker {
		padding: 30px 14px 44px;
	}

	.ozipco-invoice-checker .ozp-card {
		padding: 22px 18px;
	}

	.ozipco-invoice-checker .ozp-viewer__stage {
		min-height: 340px;
		max-height: 70vh;
		padding: 12px;
	}

	.ozipco-invoice-checker .ozp-viewer__status {
		min-height: 316px;
	}

	.ozipco-invoice-checker .ozp-viewer__frame {
		height: 480px;
	}
}

/* ---------- Mobile ---------- */

@media screen and (max-width: 560px) {
	.ozipco-invoice-checker {
		padding: 24px 12px 36px;
		font-size: 15px;
	}

	.ozipco-invoice-checker .ozp-card {
		padding: 20px 16px;
		border-radius: 14px;
	}

	.ozipco-invoice-checker .ozp-verdict {
		padding: 17px 16px;
		gap: 12px;
	}

	.ozipco-invoice-checker .ozp-datagrid {
		grid-template-columns: minmax( 0, 1fr );
	}

	.ozipco-invoice-checker .ozp-addresses {
		grid-template-columns: minmax( 0, 1fr );
		gap: 18px;
	}

	.ozipco-invoice-checker .ozp-lines__head {
		display: none;
	}

	.ozipco-invoice-checker .ozp-lines__row {
		grid-template-columns: minmax( 0, 1fr );
		gap: 6px;
		padding: 15px 16px;
	}

	.ozipco-invoice-checker .ozp-lines__row .ozp-lines__code {
		display: flex;
		align-items: baseline;
		justify-content: space-between;
		gap: 14px;
		font-size: 12.5px;
	}

	.ozipco-invoice-checker .ozp-lines__row .ozp-lines__code::before {
		content: attr( data-ozp-label );
		font-family: var(--ozp-sans);
		font-size: 10.5px;
		font-weight: 700;
		letter-spacing: 0.09em;
		text-transform: uppercase;
		color: var(--ozp-ink-3);
	}

	.ozipco-invoice-checker .ozp-lines__row .ozp-right {
		display: flex;
		align-items: baseline;
		justify-content: space-between;
		gap: 14px;
		text-align: right;
		font-size: 13.5px;
		color: var(--ozp-ink-2);
	}

	.ozipco-invoice-checker .ozp-lines__row .ozp-right::before {
		content: attr( data-ozp-label );
		font-family: var(--ozp-sans);
		font-size: 10.5px;
		font-weight: 700;
		letter-spacing: 0.09em;
		text-transform: uppercase;
		color: var(--ozp-ink-3);
	}

	.ozipco-invoice-checker .ozp-totals {
		max-width: none;
	}

	.ozipco-invoice-checker .ozp-viewer__bar {
		padding: 9px 10px;
	}

	.ozipco-invoice-checker .ozp-viewer__badge {
		display: none;
	}

	.ozipco-invoice-checker .ozp-viewer__pageinfo {
		min-width: 70px;
		font-size: 11.5px;
	}

	.ozipco-invoice-checker .ozp-viewer__stage {
		min-height: 300px;
		max-height: 64vh;
		padding: 10px;
	}

	.ozipco-invoice-checker .ozp-viewer__status {
		min-height: 280px;
	}

	.ozipco-invoice-checker .ozp-viewer__frame {
		height: 60vh;
		min-height: 320px;
	}

	.ozipco-invoice-checker .ozp-doc__actions .ozp-btn {
		flex: 1 1 100%;
	}

	.ozipco-invoice-checker .ozp-iconbtn {
		width: 38px;
		height: 38px;
	}
}

/* ---------- Motion and print ---------- */

@media (prefers-reduced-motion: reduce) {
	.ozipco-invoice-checker *,
	.ozipco-invoice-checker *::before,
	.ozipco-invoice-checker *::after {
		animation-duration: 0.001ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.001ms !important;
	}
}

@media print {
	.ozipco-invoice-checker .ozp-lookup,
	.ozipco-invoice-checker .ozp-doc__actions,
	.ozipco-invoice-checker .ozp-viewer__bar,
	.ozipco-invoice-checker .ozp-again {
		display: none !important;
	}

	.ozipco-invoice-checker {
		padding: 0;
		background: #fff;
	}

	.ozipco-invoice-checker .ozp-card {
		box-shadow: none;
		break-inside: avoid;
	}
}
