
/* Force standard base weight against theme rules that set small/td/body to 300. */
body {
	font-weight: 400 !important;
}

body .pos-guest-portal,
body .pos-guest-portal p,
body .pos-guest-portal small,
body .pos-guest-portal td,
body .pos-guest-portal li,
body .pos-guest-portal input,
body .pos-guest-portal textarea,
body .pos-guest-portal select {
	font-weight: 400 !important;
}

.pos-guest-portal {
	--pos-page-bg: #f6f8fb;
	--pos-card-bg: #ffffff;
	--pos-soft-bg: #f8fafc;
	--pos-panel-bg: #fbfcfe;
	--pos-border: #e4e7ec;
	--pos-border-strong: #d0d5dd;
	--pos-text: #101828;
	--pos-heading: #0b1220;
	--pos-muted: #667085;
	--pos-soft-text: #98a2b3;
	--pos-navy: #0b1f3a;
	--pos-blue: #2f6fed;
	--pos-blue-soft: #eff6ff;
	--pos-warm: #b7791f;
	--pos-warm-soft: #fff7e6;
	--pos-warm-border: #f5d08a;
	--pos-success-bg: #ecfdf3;
	--pos-success-border: #abefc6;
	--pos-success-text: #067647;
	--pos-warning-bg: #fff7ed;
	--pos-warning-border: #fed7aa;
	--pos-warning-text: #b54708;
	--pos-info-bg: #eff8ff;
	--pos-info-border: #b2ddff;
	--pos-info-text: #175cd3;
	max-width: 1180px;
	margin: 0 auto;
	padding: clamp(10px, 2vw, 22px) 0 56px;
	color: var(--pos-text);
	font-size: 16px;
	font-weight: 400 !important;
	line-height: 1.5;
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.pos-guest-portal * { box-sizing: border-box; }

.pos-card,
.pos-notice {
	background: var(--pos-card-bg);
	border: 1px solid rgba(208, 213, 221, .82);
	border-radius: 28px;
	padding: clamp(22px, 3vw, 34px);
	margin: 0 0 28px;
	box-shadow: 0 18px 48px rgba(16, 24, 40, 0.075);
}

.pos-event-form {
	position: relative;
	overflow: hidden;
	background:
		linear-gradient(180deg, rgba(248, 250, 252, .78) 0%, rgba(255,255,255,1) 190px),
		var(--pos-card-bg);
}

.pos-event-form::before {
	content: "";
	position: absolute;
	inset: 0 0 auto 0;
	height: 7px;
	background: linear-gradient(90deg, var(--pos-navy), var(--pos-blue), var(--pos-warm));
	opacity: .95;
}

.pos-notice {
	font-size: 15px;
	box-shadow: 0 12px 32px rgba(16, 24, 40, 0.045);
}

.pos-notice--success { border-color: var(--pos-success-border); background: var(--pos-success-bg); color: var(--pos-success-text); }
.pos-notice--error { border-color: #fecaca; background: #fef2f2; color: #b42318; }
.pos-notice--info { border-left: 4px solid var(--pos-blue); background: #fff; }

.pos-card-header {
	display: flex;
	justify-content: space-between;
	gap: 22px;
	align-items: flex-start;
	border-bottom: 1px solid var(--pos-border);
	padding: 6px 0 24px;
	margin-bottom: 28px;
}

.pos-card-header h3 {
	margin: 0;
	font-size: clamp(28px, 4vw, 42px);
	line-height: 1.04;
	letter-spacing: -0.045em;
	font-weight: 800;
	color: var(--pos-heading);
}

.pos-card-header p,
.pos-section-title p,
.pos-tixr-actions p {
	margin: 0;
	color: var(--pos-muted);
	font-size: 14px;
}

.pos-status-stack {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	justify-content: flex-end;
	max-width: 420px;
	padding-top: 2px;
}

.pos-section {
	border-top: 1px solid var(--pos-border);
	padding-top: 30px;
	margin-top: 30px;
}

.pos-section:first-of-type { border-top: 0; padding-top: 0; margin-top: 0; }

.pos-section-title {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 18px;
}

.pos-section-title h4 {
	margin: 0;
	font-size: 20px;
	line-height: 1.25;
	letter-spacing: -0.025em;
	font-weight: 700;
	color: var(--pos-heading);
}

.pos-section-title::before {
	content: "";
	width: 8px;
	height: 24px;
	border-radius: 999px;
	background: linear-gradient(180deg, var(--pos-blue), var(--pos-warm));
	flex: 0 0 auto;
}

.pos-readonly-grid,
.pos-summary-grid,
.pos-form-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.pos-summary-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pos-readonly-item,
.pos-summary-grid > div {
	position: relative;
	background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
	border: 1px solid var(--pos-border);
	border-radius: 18px;
	padding: 17px 18px;
	min-height: 86px;
	box-shadow: 0 10px 26px rgba(16, 24, 40, .04);
}

.pos-summary-grid > div {
	padding-left: 58px;
}

.pos-summary-grid > div::before {
	content: "";
	position: absolute;
	left: 18px;
	top: 20px;
	width: 28px;
	height: 28px;
	border-radius: 12px;
	background: var(--pos-blue-soft);
	box-shadow: inset 0 0 0 1px rgba(47, 111, 237, .14);
}

.pos-summary-grid > div:nth-child(1)::before { background: #eff6ff; }
.pos-summary-grid > div:nth-child(2)::before { background: #ecfdf3; }
.pos-summary-grid > div:nth-child(3)::before { background: #f4f3ff; }
.pos-summary-grid > div:nth-child(4)::before { background: #eef4ff; }
.pos-summary-grid > div:nth-child(5)::before { background: #ecfdf3; }
.pos-summary-grid > div:nth-child(6)::before { background: #fff7e6; }
.pos-summary-grid > div:nth-child(7)::before { background: #eff8ff; }

.pos-readonly-item span,
.pos-summary-grid span,
.pos-package-row span {
	display: block;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.065em;
	color: var(--pos-muted);
	margin-bottom: 7px;
	font-weight: 700;
}

.pos-readonly-item strong,
.pos-summary-grid strong,
.pos-package-row strong {
	display: block;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.35;
	color: var(--pos-heading);
}

.pos-merch-field { margin-top: 20px; }

.pos-package-list-wrap,
.pos-payment-summary-wrap,
.pos-tixr-actions { margin-top: 24px; }

.pos-package-list-wrap h5,
.pos-payment-summary-wrap h5,
.pos-accordion-body h5 {
	margin: 18px 0 12px;
	font-size: 16px;
	line-height: 1.3;
	letter-spacing: -0.015em;
	font-weight: 700;
	color: var(--pos-heading);
}

.pos-package-list { display: grid; gap: 12px; }

.pos-package-row {
	position: relative;
	border: 1px solid rgba(245, 208, 138, .8);
	border-left: 0;
	border-radius: 22px;
	background:
		linear-gradient(90deg, rgba(255, 247, 230, .9) 0%, rgba(255,255,255,1) 34%),
		#fff;
	padding: 18px 20px 18px 76px;
	box-shadow: 0 14px 34px rgba(86, 57, 10, 0.075);
	min-height: 76px;
}

.pos-package-row::before {
	content: "";
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 38px;
	height: 38px;
	border-radius: 16px;
	background: linear-gradient(135deg, #fff7e6, #f5d08a);
	box-shadow: inset 0 0 0 1px rgba(183, 121, 31, .18);
}

.pos-package-row span {
	display: inline-flex;
	width: auto;
	align-items: center;
	border: 1px solid var(--pos-warm-border);
	border-radius: 999px;
	background: var(--pos-warm-soft);
	color: #8a5a11;
	padding: 4px 10px;
	margin-bottom: 9px;
}

.pos-package-row strong { font-size: 17px; }

.pos-package-row--extended {
	border-color: var(--pos-border);
	background: linear-gradient(90deg, #f8fafc 0%, #ffffff 34%);
	box-shadow: 0 10px 24px rgba(16, 24, 40, .045);
}

.pos-package-row--extended::before {
	background: linear-gradient(135deg, #eef2ff, #dbeafe);
	box-shadow: inset 0 0 0 1px rgba(47, 111, 237, .12);
}

.pos-package-row--extended span {
	background: #f2f4f7;
	border-color: var(--pos-border);
	color: var(--pos-muted);
}

.pos-tixr-actions {
	display: flex;
	align-items: center;
	gap: 15px;
	flex-wrap: wrap;
	padding: 16px;
	border: 1px solid #bfdbfe;
	border-radius: 18px;
	background: linear-gradient(90deg, #eff6ff, #ffffff);
}

.pos-payment-table-wrap {
	overflow-x: auto;
	border: 1px solid var(--pos-border);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(16, 24, 40, .035);
}

.pos-payment-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 14px;
	min-width: 720px;
}

.pos-payment-table th,
.pos-payment-table td {
	padding: 14px 16px;
	border-bottom: 1px solid var(--pos-border);
	text-align: left;
	vertical-align: top;
}

.pos-payment-table th {
	color: var(--pos-muted);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .055em;
	text-transform: uppercase;
	background: #f8fafc;
}

.pos-payment-table tr:last-child td { border-bottom: 0; }

.pos-accordion-list { display: grid; gap: 14px; }

.pos-accordion {
	border: 1px solid var(--pos-border);
	border-radius: 22px;
	background: #fff;
	overflow: hidden;
	transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}

.pos-accordion:hover { border-color: #b8c0cc; }
.pos-accordion[open] {
	border-color: #bfdbfe;
	box-shadow: 0 14px 34px rgba(47, 111, 237, .075);
}

.pos-accordion-summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 18px 20px;
	cursor: pointer;
	list-style: none;
	background: linear-gradient(90deg, #f7fbff, #ffffff);
}

.pos-accordion-summary::-webkit-details-marker { display: none; }
.pos-accordion-summary::after {
	content: '+';
	font-weight: 800;
	color: var(--pos-muted);
	margin-left: auto;
	font-size: 20px;
	line-height: 1;
}
.pos-accordion[open] .pos-accordion-summary::after { content: '–'; }

.pos-accordion-title {
	font-size: clamp(17px, 2vw, 20px);
	font-weight: 800;
	letter-spacing: -0.025em;
	color: var(--pos-heading);
}

.pos-accordion-meta {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
}

.pos-accordion-body {
	padding: 24px 20px 26px;
	border-top: 1px solid var(--pos-border);
	background: #fff;
}

.pos-field label {
	display: block;
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 7px;
	color: var(--pos-heading);
}

.pos-field input,
.pos-field textarea,
.pos-field select {
	width: 100%;
	max-width: 100%;
	border: 1px solid var(--pos-border-strong);
	border-radius: 14px;
	padding: 12px 13px;
	font-size: 15px;
	line-height: 1.35;
	background: #fff;
	color: var(--pos-text);
	box-shadow: 0 1px 2px rgba(16,24,40,.03);
	transition: border-color .14s ease, box-shadow .14s ease, background .14s ease;
}

.pos-field textarea { min-height: 108px; resize: vertical; }

.pos-field input:focus,
.pos-field textarea:focus,
.pos-field select:focus {
	outline: 0;
	border-color: var(--pos-blue);
	box-shadow: 0 0 0 4px rgba(47, 111, 237, 0.13);
}

.pos-field input::placeholder,
.pos-field textarea::placeholder { color: #98a2b3; }

.pos-field--full { grid-column: 1 / -1; }
.pos-form-grid--compact { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.pos-badge {
	display: inline-flex;
	align-items: center;
	border-radius: 999px;
	border: 1px solid var(--pos-border);
	padding: 6px 10px;
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
	white-space: nowrap;
	box-shadow: 0 1px 2px rgba(16, 24, 40, .03);
}

.pos-badge--success { background: var(--pos-success-bg); border-color: var(--pos-success-border); color: var(--pos-success-text); }
.pos-badge--warning { background: var(--pos-warning-bg); border-color: var(--pos-warning-border); color: var(--pos-warning-text); }
.pos-badge--info { background: var(--pos-info-bg); border-color: var(--pos-info-border); color: var(--pos-info-text); }

.pos-actions {
	display: flex;
	justify-content: flex-end;
	border-top: 1px solid var(--pos-border);
	padding-top: 24px;
	margin-top: 30px;
}

.pos-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--pos-navy);
	background: var(--pos-navy);
	color: #fff !important;
	border-radius: 999px;
	padding: 13px 22px;
	font-size: 15px;
	font-weight: 800;
	line-height: 1;
	text-decoration: none;
	cursor: pointer;
	box-shadow: 0 10px 22px rgba(11, 31, 58, .18);
	transition: transform .12s ease, background .12s ease, border-color .12s ease, box-shadow .12s ease;
}

.pos-button:hover,
.pos-button:focus {
	background: #071529;
	border-color: #071529;
	transform: translateY(-1px);
	box-shadow: 0 13px 28px rgba(11, 31, 58, .22);
}

.pos-button--secondary {
	background: #fff;
	color: var(--pos-blue) !important;
	border-color: #bfdbfe;
	box-shadow: 0 8px 18px rgba(47, 111, 237, .08);
}

.pos-button--secondary:hover,
.pos-button--secondary:focus {
	background: #eff6ff;
	color: #1d4ed8 !important;
	border-color: #93c5fd;
}

.pos-flight-section {
	margin-top: 24px;
	padding-top: 4px;
}

.pos-flight-section-header { margin-bottom: 14px; }

.pos-flight-section-header h5 {
	margin: 0 0 4px;
	font-size: 16px;
	line-height: 1.3;
	letter-spacing: -0.01em;
}

.pos-flight-section-header p {
	margin: 0;
	font-size: 14px;
	color: var(--pos-muted);
}

.pos-flight-section-header .pos-flight-layover-note {
	margin-top: 6px;
	font-size: 13px;
	line-height: 1.45;
	color: #475569;
}

.pos-flight-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	align-items: start;
}

.pos-flight-card {
	position: relative;
	border: 1px solid var(--pos-border);
	border-radius: 20px;
	background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
	padding: 18px;
	box-shadow: 0 10px 28px rgba(16, 24, 40, .045);
}

.pos-flight-card h6 {
	display: flex;
	align-items: center;
	gap: 9px;
	margin: 0 0 16px;
	font-size: 15px;
	line-height: 1.25;
	font-weight: 800;
	letter-spacing: -0.01em;
	color: var(--pos-heading);
}

.pos-flight-card h6::before {
	content: "";
	width: 24px;
	height: 24px;
	border-radius: 10px;
	background: var(--pos-warm-soft);
	box-shadow: inset 0 0 0 1px rgba(183, 121, 31, .16);
}

.pos-flight-card .pos-form-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.pos-flight-notes { margin-top: 16px; }

@media (max-width: 920px) {
	.pos-card-header { flex-direction: column; }
	.pos-status-stack { justify-content: flex-start; max-width: none; }
	.pos-summary-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.pos-flight-grid { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
	.pos-guest-portal { padding-bottom: 34px; font-size: 15px; }
	.pos-card,
	.pos-notice { padding: 18px; border-radius: 22px; }
	.pos-card-header h3 { font-size: 30px; }
	.pos-readonly-grid,
	.pos-summary-grid,
	.pos-form-grid,
	.pos-form-grid--compact { grid-template-columns: 1fr; }
	.pos-summary-grid > div { padding-left: 18px; padding-top: 54px; }
	.pos-summary-grid > div::before { top: 18px; }
	.pos-package-row { padding: 66px 16px 16px; }
	.pos-package-row::before { top: 18px; left: 16px; transform: none; }
	.pos-accordion-summary { align-items: flex-start; padding-right: 44px; position: relative; flex-direction: column; }
	.pos-accordion-summary::after { position: absolute; right: 18px; top: 19px; }
	.pos-accordion-title { font-size: 18px; }
	.pos-flight-card { padding: 15px; }
	.pos-flight-card .pos-form-grid { grid-template-columns: 1fr; }
	.pos-actions { justify-content: stretch; position: sticky; bottom: 12px; z-index: 2; border-top: 0; padding-top: 8px; }
	.pos-button { width: 100%; }
	.pos-tixr-actions { align-items: stretch; }
	.pos-tixr-actions .pos-button { width: 100%; }
}

.pos-merch-address {
	margin-top: 22px;
	padding: 18px;
	border: 1px solid var(--pos-border);
	border-radius: 22px;
	background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
	box-shadow: 0 10px 28px rgba(16, 24, 40, .04);
}

.pos-merch-address h5 {
	margin: 0 0 14px;
	font-size: 16px;
	line-height: 1.3;
	letter-spacing: -0.015em;
	font-weight: 700;
	color: var(--pos-heading);
}

.pos-readonly-grid--compact {
	margin-bottom: 18px;
}

.pos-readonly-grid--compact .pos-readonly-item {
	min-height: 74px;
	padding: 14px 16px;
}

/* v0.1.28 — cleaner app UI polish */
.pos-guest-portal {
	--pos-heading: #111827;
	--pos-text: #1f2937;
	--pos-muted: #6b7280;
	--pos-soft-text: #9ca3af;
	--pos-border: #e6e9ef;
	--pos-border-strong: #cfd6e2;
	--pos-warm: #a86f18;
	--pos-warm-soft: #fff8ed;
	--pos-warm-border: #f0c978;
}

.pos-card,
.pos-notice {
	box-shadow: 0 18px 42px rgba(17, 24, 39, 0.055);
}

.pos-card-header h3 {
	font-weight: 700;
	letter-spacing: -0.04em;
}

.pos-section-title::before,
.pos-summary-grid > div::before,
.pos-package-row::before,
.pos-flight-card h6::before {
	display: none;
}

.pos-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 11px;
	background: #eff6ff;
	border: 1px solid rgba(47, 111, 237, .14);
	color: var(--pos-blue);
	flex: 0 0 auto;
}

.pos-icon svg {
	width: 15px;
	height: 15px;
	fill: currentColor;
}

.pos-section-title .pos-icon {
	background: linear-gradient(180deg, #eff6ff 0%, #fff8ed 100%);
	border-color: #d8e5ff;
	color: var(--pos-blue);
}

.pos-section-title h4 {
	font-weight: 600;
	letter-spacing: -0.02em;
}

.pos-readonly-item span,
.pos-summary-grid span,
.pos-package-row span {
	font-weight: 600;
	letter-spacing: 0.055em;
	color: var(--pos-muted);
}

.pos-readonly-item strong,
.pos-summary-grid strong,
.pos-package-row strong {
	font-weight: 600;
	color: #111827;
}

.pos-summary-grid > div {
	padding-left: 62px;
	min-height: 80px;
	box-shadow: 0 8px 22px rgba(17, 24, 39, .032);
}

.pos-summary-grid > div > .pos-icon {
	position: absolute;
	left: 18px;
	top: 20px;
}

.pos-summary-grid > div:nth-child(1) > .pos-icon,
.pos-summary-grid > div:nth-child(4) > .pos-icon,
.pos-summary-grid > div:nth-child(7) > .pos-icon { background: #eff6ff; color: #2563eb; }
.pos-summary-grid > div:nth-child(2) > .pos-icon,
.pos-summary-grid > div:nth-child(5) > .pos-icon { background: #ecfdf3; color: #059669; border-color: #bbf7d0; }
.pos-summary-grid > div:nth-child(3) > .pos-icon { background: #f4f3ff; color: #635bff; border-color: #ddd6fe; }
.pos-summary-grid > div:nth-child(6) > .pos-icon { background: #fff8ed; color: var(--pos-warm); border-color: var(--pos-warm-border); }

.pos-package-row {
	border-color: rgba(240, 201, 120, .72);
	border-left: 3px solid var(--pos-warm-border);
	background: linear-gradient(90deg, rgba(255, 248, 237, .78) 0%, #ffffff 44%);
	box-shadow: 0 12px 28px rgba(86, 57, 10, 0.05);
	padding-left: 72px;
}

.pos-package-row > .pos-icon {
	position: absolute;
	left: 21px;
	top: 50%;
	transform: translateY(-50%);
	background: #fff2d6;
	border-color: var(--pos-warm-border);
	color: var(--pos-warm);
}

.pos-package-row span {
	font-size: 10px;
	font-weight: 600;
	padding: 3px 9px;
	background: #fffaf0;
}

.pos-package-row strong { font-size: 16px; }

.pos-package-row--extended {
	border-left-color: #dbeafe;
	background: linear-gradient(90deg, #f8fafc 0%, #ffffff 44%);
}

.pos-package-row--extended > .pos-icon {
	background: #eef2ff;
	border-color: #dbeafe;
	color: #4f46e5;
}

.pos-accordion {
	border-color: #e8edf4;
	box-shadow: 0 8px 20px rgba(17, 24, 39, .025);
}

.pos-accordion[open] {
	border-color: #cfe3ff;
	box-shadow: 0 12px 30px rgba(47, 111, 237, .055);
}

.pos-accordion-summary {
	background: linear-gradient(90deg, #f8fbff, #ffffff);
}

.pos-accordion-title {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-weight: 600;
	letter-spacing: -0.018em;
}

.pos-accordion-title .pos-icon {
	width: 26px;
	height: 26px;
	border-radius: 10px;
}

.pos-accordion-summary::after {
	font-weight: 600;
}

.pos-accordion-body h5,
.pos-package-list-wrap h5,
.pos-payment-summary-wrap h5,
.pos-merch-address h5,
.pos-flight-section-header h5 {
	font-weight: 600;
	letter-spacing: -0.01em;
}

.pos-field label {
	font-size: 12px;
	font-weight: 600;
	color: #111827;
}

.pos-field input,
.pos-field textarea,
.pos-field select {
	border-radius: 13px;
	font-weight: 400;
	box-shadow: 0 1px 2px rgba(17, 24, 39, .022);
}

.pos-badge {
	font-weight: 600;
	box-shadow: none;
}

.pos-button {
	font-weight: 600;
	box-shadow: 0 10px 22px rgba(11, 31, 58, .14);
}

.pos-payment-table th {
	font-weight: 600;
}

.pos-flight-card {
	box-shadow: 0 8px 22px rgba(17, 24, 39, .035);
	border-color: #e8edf4;
}

.pos-flight-card h6 {
	font-weight: 600;
	gap: 10px;
}

.pos-flight-card h6 .pos-icon {
	background: #fff8ed;
	border-color: var(--pos-warm-border);
	color: var(--pos-warm);
}

.pos-readonly-grid--compact > .pos-field {
	min-height: 74px;
}

@media (max-width: 680px) {
	.pos-summary-grid > div { padding-left: 58px; padding-top: 17px; }
	.pos-summary-grid > div > .pos-icon { top: 18px; }
	.pos-package-row { padding: 62px 16px 16px; }
	.pos-package-row > .pos-icon { top: 18px; left: 16px; transform: none; }
}


/* v0.1.29 — icon alignment and primary phone fallback polish */
.pos-icon {
	vertical-align: middle;
	line-height: 1;
}

.pos-icon svg {
	display: block;
	flex: 0 0 auto;
}

.pos-section-title,
.pos-accordion-title,
.pos-flight-card h6 {
	align-items: center;
}

.pos-section-title .pos-icon,
.pos-accordion-title .pos-icon,
.pos-flight-card h6 .pos-icon,
.pos-package-row > .pos-icon,
.pos-summary-grid > div > .pos-icon {
	box-sizing: border-box;
	line-height: 0;
}

.pos-section-title .pos-icon {
	transform: translateY(-1px);
}

.pos-summary-grid > div > .pos-icon {
	top: 18px;
}

.pos-package-row > .pos-icon {
	top: 31px;
	transform: none;
}

.pos-package-row {
	padding-top: 20px;
	padding-bottom: 20px;
}

.pos-package-row span {
	line-height: 1;
}

.pos-accordion-summary:focus {
	outline: none;
}

.pos-accordion-summary:focus-visible {
	outline: 3px solid rgba(47, 111, 237, .18);
	outline-offset: -3px;
}

.pos-readonly-item--editable {
	padding: 12px 16px;
}

.pos-readonly-item--editable input {
	width: 100%;
	border: 0;
	background: transparent;
	padding: 0;
	margin: 0;
	font-size: 16px;
	line-height: 1.35;
	font-weight: 500;
	color: var(--pos-heading);
	box-shadow: none;
	outline: 0;
}

.pos-readonly-item--editable input:focus {
	box-shadow: none;
	outline: 0;
}

.pos-readonly-item--editable:focus-within {
	border-color: var(--pos-blue);
	box-shadow: 0 0 0 4px rgba(47, 111, 237, 0.11), 0 10px 26px rgba(16, 24, 40, .04);
}

@media (max-width: 680px) {
	.pos-package-row > .pos-icon {
		top: 18px;
		left: 16px;
	}
}


/* v0.1.30 — cleaner modern pass, simplified icons, Tixr phone fallback note */
.pos-guest-portal {
	--pos-border: #e8edf3;
	--pos-border-strong: #d6dde8;
	--pos-muted: #667085;
	--pos-heading: #101828;
}

.pos-card,
.pos-notice {
	box-shadow: 0 12px 34px rgba(16, 24, 40, 0.045);
	border-color: #e8edf3;
}

.pos-event-form::before {
	height: 4px;
	opacity: .74;
}

.pos-card-header {
	padding-top: 8px;
	margin-bottom: 30px;
}

.pos-card-header h3 {
	font-weight: 600;
	letter-spacing: -0.04em;
}

.pos-section {
	padding-top: 28px;
	margin-top: 28px;
}

.pos-section-title {
	gap: 0;
	margin-bottom: 18px;
}

.pos-section-title .pos-icon,
.pos-accordion-title .pos-icon,
.pos-package-row > .pos-icon,
.pos-flight-card h6 .pos-icon {
	display: none !important;
}

.pos-section-title h4 {
	font-size: 19px;
	font-weight: 600;
	letter-spacing: -0.018em;
}

.pos-readonly-item,
.pos-summary-grid > div,
.pos-merch-address,
.pos-flight-card,
.pos-payment-table-wrap {
	box-shadow: 0 8px 20px rgba(16, 24, 40, 0.025);
}

.pos-readonly-item,
.pos-summary-grid > div {
	border-radius: 16px;
}

.pos-readonly-item span,
.pos-summary-grid span,
.pos-package-row span {
	font-size: 10.5px;
	letter-spacing: 0.055em;
	font-weight: 500;
	color: #667085;
}

.pos-readonly-item strong,
.pos-summary-grid strong,
.pos-package-row strong {
	font-weight: 600;
	color: #101828;
}

.pos-summary-grid > div {
	min-height: 78px;
	padding: 16px 18px 16px 52px;
}

.pos-summary-grid > div > .pos-icon {
	left: 16px;
	top: 17px;
	width: 24px;
	height: 24px;
	border-radius: 9px;
}

.pos-summary-grid > div > .pos-icon svg {
	width: 13px;
	height: 13px;
}

.pos-package-row {
	padding: 18px 20px;
	border: 1px solid rgba(232, 194, 121, .75);
	border-left: 4px solid rgba(183, 121, 31, .55);
	border-radius: 18px;
	background: linear-gradient(90deg, rgba(255, 248, 237, .58) 0%, #ffffff 48%);
	box-shadow: 0 8px 20px rgba(86, 57, 10, 0.032);
	min-height: auto;
}

.pos-package-row span {
	border: 0;
	background: transparent;
	padding: 0;
	margin-bottom: 7px;
	color: #9a670f;
}

.pos-package-row strong {
	font-size: 15.5px;
	line-height: 1.45;
}

.pos-package-row--extended {
	border-left-color: #dbeafe;
	background: #fff;
}

.pos-accordion {
	border-radius: 18px;
	box-shadow: 0 8px 20px rgba(16, 24, 40, 0.024);
}

.pos-accordion[open] {
	border-color: #cfe3ff;
	box-shadow: 0 12px 26px rgba(47, 111, 237, .045);
}

.pos-accordion-summary {
	background: #fff;
	padding: 17px 20px;
}

.pos-accordion-title {
	gap: 0;
	font-weight: 600;
	letter-spacing: -0.015em;
}

.pos-accordion-body {
	padding: 24px 20px 28px;
}

.pos-accordion-body h5,
.pos-package-list-wrap h5,
.pos-payment-summary-wrap h5,
.pos-merch-address h5,
.pos-flight-section-header h5 {
	font-weight: 600;
	font-size: 15.5px;
}

.pos-field label {
	font-size: 12px;
	font-weight: 500;
	color: #344054;
}

.pos-field input,
.pos-field textarea,
.pos-field select,
.pos-readonly-item--editable input {
	font-weight: 400;
	border-color: #d6dde8;
}

.pos-badge {
	font-weight: 600;
}

.pos-button {
	font-weight: 600;
}

.pos-payment-table th {
	font-weight: 600;
}

.pos-flight-card h6 {
	font-size: 15px;
	font-weight: 600;
	gap: 0;
}

.pos-phone-fallback {
	min-height: 96px;
}

.pos-phone-fallback em {
	display: block;
	margin: -2px 0 9px;
	font-style: normal;
	font-size: 12.5px;
	line-height: 1.35;
	color: #667085;
}

.pos-phone-fallback input::placeholder {
	color: #98a2b3;
}

@media (max-width: 680px) {
	.pos-summary-grid > div {
		padding-left: 52px;
		padding-top: 16px;
	}
	.pos-summary-grid > div > .pos-icon {
		top: 17px;
	}
	.pos-package-row {
		padding: 16px;
	}
}


/* v0.1.31 — cleaner minimal correction: remove decorative icons, normalize typography, fix phone fallback field */
.pos-icon,
.pos-summary-grid > div > .pos-icon,
.pos-section-title .pos-icon,
.pos-accordion-title .pos-icon,
.pos-package-row > .pos-icon,
.pos-flight-card h6 .pos-icon {
	display: none !important;
}

.pos-section-title,
.pos-accordion-title,
.pos-flight-card h6 {
	gap: 0 !important;
}

.pos-summary-grid > div {
	padding: 18px 20px !important;
	min-height: 82px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.pos-summary-grid span,
.pos-readonly-item span,
.pos-package-row span {
	font-weight: 500 !important;
	letter-spacing: 0.05em;
}

.pos-summary-grid strong,
.pos-readonly-item strong,
.pos-package-row strong {
	font-weight: 600 !important;
}

.pos-card-header h3 {
	font-weight: 600 !important;
}

.pos-section-title h4,
.pos-accordion-title,
.pos-accordion-body h5,
.pos-package-list-wrap h5,
.pos-payment-summary-wrap h5,
.pos-merch-address h5,
.pos-flight-section-header h5,
.pos-flight-card h6 {
	font-weight: 600 !important;
}

.pos-field label {
	font-weight: 500 !important;
}


.pos-readonly-item--missing strong {
	color: #475467;
	font-weight: 600 !important;
}

.pos-readonly-item em {
	display: block;
	margin-top: 6px;
	font-size: 12px;
	line-height: 1.35;
	font-style: normal;
	font-weight: 400;
	color: #667085;
}

@media (max-width: 680px) {
	.pos-summary-grid > div {
		padding: 16px 18px !important;
	}
}

/* v0.1.33 — provisional admin-only portal sync panel */
.pos-admin-sync-panel {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin: 0 0 18px;
	padding: 16px 18px;
	border: 1px solid #bfdbfe;
	border-radius: 16px;
	background: #eff6ff;
	box-shadow: 0 10px 26px rgba(15, 23, 42, 0.04);
}

.pos-admin-sync-panel strong {
	display: block;
	margin: 0 0 3px;
	font-size: 14px;
	font-weight: 600;
	color: #0f172a;
}

.pos-admin-sync-panel p {
	margin: 0;
	font-size: 13px;
	line-height: 1.45;
	color: #475569;
}

.pos-admin-sync-panel .pos-button {
	white-space: nowrap;
}

@media (max-width: 680px) {
	.pos-admin-sync-panel {
		align-items: stretch;
		flex-direction: column;
	}

	.pos-admin-sync-panel .pos-button {
		width: 100%;
	}
}

/* v0.1.34 — AirLabs flight lookup controls */
.pos-flight-lookup-field {
	align-self: end;
}

.pos-flight-lookup-field label {
	visibility: hidden;
}

.pos-flight-lookup {
	width: 100%;
	min-height: 44px;
	box-shadow: none;
	padding-left: 16px;
	padding-right: 16px;
}

.pos-flight-lookup:disabled {
	opacity: .72;
	cursor: wait;
	transform: none;
}

.pos-flight-lookup-message {
	display: block;
	min-height: 17px;
	margin-top: 7px;
	font-size: 12px;
	line-height: 1.4;
	color: var(--pos-muted);
}

.pos-flight-lookup-message.is-success {
	color: var(--pos-success-text);
}

.pos-flight-lookup-message.is-error {
	color: #b42318;
}

.pos-flight-lookup-message.is-loading {
	color: var(--pos-info-text);
}

@media (max-width: 680px) {
	.pos-flight-lookup-field label {
		display: none;
	}
}

.pos-field-hint {
  margin: 6px 0 0;
  font-size: 12px;
  line-height: 1.35;
  color: #667085;
}

/* v0.1.44 — narrower auth and cleaner account controls */
.pos-auth-wrap {
	max-width: 440px;
	margin: 48px auto;
}

.pos-auth-card {
	background: #fff;
	border: 1px solid var(--pos-border);
	border-radius: 22px;
	box-shadow: 0 16px 44px rgba(15, 23, 42, .075);
	padding: 28px;
}

.pos-auth-card h2 {
	margin: 0 0 8px;
	font-size: 24px;
	line-height: 1.18;
	letter-spacing: -.015em;
}

.pos-auth-card > p {
	margin: 0 0 20px;
	color: var(--pos-muted);
	font-size: 14px;
	line-height: 1.5;
}

.pos-auth-form {
	display: grid;
	gap: 16px;
}

.pos-auth-check {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	color: var(--pos-muted);
}

.pos-auth-link {
	margin-top: 18px !important;
	font-size: 14px;
}

.pos-account-panel {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 22px;
	padding: 16px 18px;
	background: #f8fafc;
	border: 1px solid var(--pos-border);
	border-radius: 18px;
}

.pos-account-panel strong {
	font-size: 14px;
	font-weight: 600;
}

.pos-account-actions {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.pos-change-password {
	position: relative;
}

.pos-change-password summary {
	list-style: none;
	cursor: pointer;
	font-size: 14px;
	font-weight: 600;
	color: #0f62fe;
}

.pos-change-password summary::-webkit-details-marker {
	display: none;
}

.pos-change-password-form {
	position: absolute;
	right: 0;
	top: calc(100% + 10px);
	z-index: 20;
	width: min(420px, 88vw);
	padding: 18px;
	background: #fff;
	border: 1px solid var(--pos-border);
	border-radius: 18px;
	box-shadow: 0 18px 42px rgba(15, 23, 42, .12);
}

.pos-change-password-form .pos-form-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 14px;
}

.pos-change-password-form .pos-button {
	width: 100%;
	margin-top: 12px;
}

@media (max-width: 680px) {
	.pos-auth-wrap {
		margin: 24px auto;
	}

	.pos-auth-card {
		padding: 24px;
		border-radius: 20px;
	}

	.pos-account-panel {
		align-items: stretch;
		flex-direction: column;
	}

	.pos-account-actions {
		justify-content: flex-start;
	}

	.pos-change-password-form {
		position: static;
		width: auto;
		margin-top: 12px;
	}
}


/* v0.1.45 — narrower auth pages and refined password setup cards */
.pos-guest-portal.pos-auth-wrap {
	max-width: 420px !important;
	width: min(420px, calc(100vw - 32px)) !important;
	margin: 42px auto 56px !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.pos-guest-portal.pos-auth-wrap .pos-auth-card {
	width: 100% !important;
	padding: 26px !important;
	border-radius: 20px;
}

.pos-guest-portal.pos-auth-wrap .pos-auth-card h2 {
	font-size: 22px;
	font-weight: 600;
}

.pos-guest-portal.pos-auth-wrap .pos-auth-form {
	grid-template-columns: 1fr !important;
	gap: 14px;
}

.pos-guest-portal.pos-auth-wrap .pos-field,
.pos-guest-portal.pos-auth-wrap .pos-field--full {
	grid-column: 1 / -1;
}

.pos-guest-portal.pos-auth-wrap .pos-button {
	width: 100%;
}

@media (max-width: 680px) {
	.pos-guest-portal.pos-auth-wrap {
		width: calc(100vw - 28px) !important;
		margin-top: 28px !important;
	}
	.pos-guest-portal.pos-auth-wrap .pos-auth-card {
		padding: 22px !important;
	}
}


/* v0.1.61 — hardened password setup states */
.pos-auth-wrap--locked .pos-auth-card .pos-notice {
	margin: 16px 0 0;
}

.pos-auth-wrap--locked .pos-auth-link .pos-button {
	margin-top: 4px;
}


/* v0.1.89 — auth/mobile centering + standard font weights */
.pos-guest-portal.pos-auth-wrap {
	display: block !important;
	width: 100% !important;
	max-width: 420px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	min-width: 0 !important;
}
.pos-auth-support {
	margin-top: 10px !important;
	font-size: 13px !important;
	line-height: 1.4 !important;
}
@media (max-width: 680px) {
	.pos-guest-portal.pos-auth-wrap {
		width: 100% !important;
		max-width: calc(100% - 32px) !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}
}

/* v0.1.93 — compact mobile portal layout */
@media (max-width: 680px) {
	.pos-guest-portal {
		width: 100%;
		max-width: 100%;
		padding: 6px 8px 28px !important;
		font-size: 14px;
		line-height: 1.42;
	}

	.pos-card,
	.pos-notice {
		padding: 14px !important;
		margin-bottom: 16px !important;
		border-radius: 18px !important;
		box-shadow: 0 8px 22px rgba(16, 24, 40, .045) !important;
	}

	.pos-event-form::before {
		height: 4px;
	}

	.pos-card-header {
		gap: 10px;
		padding: 2px 0 14px !important;
		margin-bottom: 14px !important;
	}

	.pos-card-header h3 {
		font-size: 26px !important;
		line-height: 1.08 !important;
		letter-spacing: -.035em;
	}

	.pos-card-header p {
		font-size: 13px;
	}

	.pos-status-stack {
		gap: 6px;
	}

	.pos-section {
		padding-top: 18px !important;
		margin-top: 18px !important;
	}

	.pos-section-title {
		margin-bottom: 12px !important;
		gap: 8px;
	}

	.pos-section-title h4 {
		font-size: 17px !important;
		line-height: 1.2;
	}

	.pos-section-title .pos-icon {
		width: 24px;
		height: 24px;
		border-radius: 9px;
	}

	/* Summary cards: two-column, much shorter cards on phones. */
	.pos-summary-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 10px !important;
	}

	.pos-summary-grid > div {
		min-height: 68px !important;
		padding: 12px 12px 12px 42px !important;
		border-radius: 15px !important;
		box-shadow: 0 5px 14px rgba(16, 24, 40, .025) !important;
	}

	.pos-summary-grid > div > .pos-icon {
		left: 12px !important;
		top: 14px !important;
		width: 22px !important;
		height: 22px !important;
		border-radius: 8px !important;
	}

	.pos-summary-grid span,
	.pos-readonly-item span,
	.pos-package-row span {
		font-size: 9px !important;
		line-height: 1.2;
		margin-bottom: 4px !important;
		letter-spacing: .045em;
	}

	.pos-summary-grid strong,
	.pos-readonly-item strong,
	.pos-package-row strong {
		font-size: 14px !important;
		line-height: 1.3;
	}

	.pos-package-list-wrap,
	.pos-payment-summary-wrap,
	.pos-tixr-actions {
		margin-top: 16px !important;
	}

	.pos-package-list-wrap h5,
	.pos-payment-summary-wrap h5,
	.pos-accordion-body h5,
	.pos-merch-address h5,
	.pos-flight-section-header h5 {
		font-size: 15px !important;
		margin: 14px 0 9px !important;
	}

	.pos-package-list {
		gap: 9px !important;
	}

	.pos-package-row {
		min-height: 0 !important;
		padding: 13px 14px !important;
		border-radius: 16px !important;
		border-left-width: 2px !important;
		box-shadow: 0 6px 16px rgba(86, 57, 10, .04) !important;
	}

	.pos-package-row > .pos-icon {
		display: none !important;
	}

	.pos-package-row span {
		padding: 3px 8px !important;
		margin-bottom: 7px !important;
	}

	.pos-tixr-actions {
		display: grid !important;
		gap: 9px !important;
		padding: 12px !important;
		border-radius: 16px !important;
	}

	.pos-tixr-actions p {
		font-size: 12px !important;
		line-height: 1.4;
	}

	.pos-payment-table-wrap {
		border-radius: 14px !important;
	}

	.pos-payment-table {
		min-width: 560px !important;
		font-size: 12px !important;
	}

	.pos-payment-table th,
	.pos-payment-table td {
		padding: 10px 12px !important;
	}

	.pos-accordion-list {
		gap: 10px !important;
	}

	.pos-accordion {
		border-radius: 16px !important;
	}

	.pos-accordion[open] {
		box-shadow: 0 8px 20px rgba(47, 111, 237, .045) !important;
	}

	.pos-accordion-summary {
		display: grid !important;
		grid-template-columns: 1fr auto !important;
		gap: 8px !important;
		padding: 14px 38px 14px 14px !important;
	}

	.pos-accordion-summary::after {
		right: 14px !important;
		top: 15px !important;
		font-size: 18px !important;
	}

	.pos-accordion-title {
		font-size: 17px !important;
		line-height: 1.25 !important;
		gap: 7px;
	}

	.pos-accordion-title .pos-icon {
		width: 22px !important;
		height: 22px !important;
		border-radius: 8px !important;
	}

	.pos-accordion-meta {
		grid-column: 1 / -1;
		gap: 6px !important;
	}

	.pos-accordion-body {
		padding: 16px 14px 18px !important;
	}

	.pos-readonly-grid,
	.pos-readonly-grid--compact,
	.pos-form-grid,
	.pos-form-grid--compact {
		gap: 10px !important;
	}

	.pos-readonly-item,
	.pos-readonly-grid--compact .pos-readonly-item {
		min-height: 60px !important;
		padding: 12px 14px !important;
		border-radius: 14px !important;
		box-shadow: 0 4px 12px rgba(16, 24, 40, .025) !important;
	}

	.pos-field label {
		font-size: 12px !important;
		margin-bottom: 5px !important;
	}

	.pos-field input,
	.pos-field textarea,
	.pos-field select {
		min-height: 42px !important;
		padding: 10px 12px !important;
		border-radius: 12px !important;
		font-size: 14px !important;
		line-height: 1.3 !important;
	}

	.pos-field textarea {
		min-height: 76px !important;
	}

	.pos-field-help,
	.pos-field small,
	.pos-flight-section-header p,
	.pos-flight-section-header .pos-flight-layover-note {
		font-size: 12px !important;
		line-height: 1.35 !important;
	}

	.pos-merch-address {
		margin-top: 16px !important;
		padding: 14px !important;
		border-radius: 16px !important;
		box-shadow: 0 6px 16px rgba(16, 24, 40, .025) !important;
	}

	.pos-flight-section {
		margin-top: 18px !important;
	}

	.pos-flight-section-header {
		margin-bottom: 10px !important;
	}

	.pos-flight-grid {
		gap: 12px !important;
	}

	.pos-flight-card {
		padding: 14px !important;
		border-radius: 16px !important;
		box-shadow: 0 6px 16px rgba(16, 24, 40, .025) !important;
	}

	.pos-flight-card h6 {
		font-size: 14px !important;
		margin-bottom: 12px !important;
	}

	/* Keep flight fields compact in two columns on mobile. */
	.pos-flight-card .pos-form-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 10px !important;
	}

	.pos-flight-card .pos-field:has(input[name*="airline"]),
	.pos-flight-card .pos-field:has(input[name*="airport"]) {
		grid-column: 1 / -1;
	}

	.pos-flight-notes {
		margin-top: 12px !important;
	}

	.pos-badge {
		font-size: 11px !important;
		padding: 5px 9px !important;
	}

	.pos-actions {
		margin-top: 18px !important;
		padding-top: 14px !important;
		bottom: 8px !important;
	}

	.pos-button {
		min-height: 44px !important;
		padding: 11px 16px !important;
		font-size: 14px !important;
		border-radius: 999px !important;
	}
}

@media (max-width: 430px) {
	.pos-guest-portal {
		padding-left: 6px !important;
		padding-right: 6px !important;
	}

	.pos-card,
	.pos-notice {
		padding: 12px !important;
		border-radius: 16px !important;
	}

	.pos-card-header h3 {
		font-size: 24px !important;
	}

	.pos-summary-grid {
		gap: 8px !important;
	}

	.pos-summary-grid > div {
		padding: 10px 10px 10px 36px !important;
		min-height: 62px !important;
	}

	.pos-summary-grid > div > .pos-icon {
		left: 10px !important;
		top: 12px !important;
		width: 20px !important;
		height: 20px !important;
	}

	.pos-flight-card .pos-form-grid {
		gap: 8px !important;
	}
}


/* v0.1.94 — mobile centering/overflow hardening.
   Some themes/device previews create horizontal drift when nested cards, wide tables,
   or admin bars add overflow. Keep the portal centered inside the viewport. */
.pos-guest-portal {
	box-sizing: border-box !important;
	margin-left: auto !important;
	margin-right: auto !important;
	min-width: 0 !important;
}

.pos-guest-portal,
.pos-guest-portal .pos-card,
.pos-guest-portal .pos-notice,
.pos-guest-portal .pos-event-form,
.pos-guest-portal .pos-accordion,
.pos-guest-portal .pos-accordion-body,
.pos-guest-portal .pos-package-row,
.pos-guest-portal .pos-tixr-actions,
.pos-guest-portal .pos-merch-address,
.pos-guest-portal .pos-flight-card {
	max-width: 100% !important;
}

.pos-guest-portal .pos-payment-table-wrap {
	max-width: 100% !important;
	overflow-x: auto !important;
}

@media (max-width: 680px) {
	body {
		overflow-x: hidden !important;
	}

	.pos-guest-portal:not(.pos-auth-wrap) {
		width: calc(100vw - 24px) !important;
		max-width: calc(100vw - 24px) !important;
		margin-left: auto !important;
		margin-right: auto !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
		overflow-x: clip !important;
		position: relative !important;
		left: auto !important;
		right: auto !important;
		transform: none !important;
	}

	.pos-guest-portal:not(.pos-auth-wrap) > * {
		max-width: 100% !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}

@media (max-width: 430px) {
	.pos-guest-portal:not(.pos-auth-wrap) {
		width: calc(100vw - 20px) !important;
		max-width: calc(100vw - 20px) !important;
	}
}


/* v0.1.95 — restore desktop/tablet content width after mobile overflow hardening.
   Keep the portal centered and capped on larger screens; keep compact viewport sizing on mobile. */
.pos-guest-portal:not(.pos-auth-wrap) {
	width: min(1180px, calc(100vw - 48px)) !important;
	max-width: 1180px !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

@media (max-width: 1024px) and (min-width: 681px) {
	.pos-guest-portal:not(.pos-auth-wrap) {
		width: calc(100vw - 40px) !important;
		max-width: calc(100vw - 40px) !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

@media (max-width: 680px) {
	.pos-guest-portal:not(.pos-auth-wrap) {
		width: calc(100vw - 24px) !important;
		max-width: calc(100vw - 24px) !important;
	}
}

@media (max-width: 430px) {
	.pos-guest-portal:not(.pos-auth-wrap) {
		width: calc(100vw - 20px) !important;
		max-width: calc(100vw - 20px) !important;
	}
}

/* v0.1.96 — ultra-small mobile layout: one column under 320px. */
@media (max-width: 320px) {
	.pos-summary-grid,
	.pos-readonly-grid,
	.pos-readonly-grid--compact,
	.pos-form-grid,
	.pos-form-grid--compact,
	.pos-flight-card .pos-form-grid {
		grid-template-columns: 1fr !important;
	}

	.pos-summary-grid > div {
		min-height: 58px !important;
		padding: 11px 12px !important;
	}

	.pos-summary-grid > div > .pos-icon {
		display: none !important;
	}

	.pos-flight-card .pos-field,
	.pos-flight-card .pos-field:has(input[name*="airline"]),
	.pos-flight-card .pos-field:has(input[name*="airport"]) {
		grid-column: auto !important;
	}

	.pos-guest-portal {
		padding-left: 4px !important;
		padding-right: 4px !important;
	}

	.pos-card,
	.pos-notice,
	.pos-event-form,
	.pos-accordion-body,
	.pos-merch-address,
	.pos-flight-card {
		padding-left: 12px !important;
		padding-right: 12px !important;
	}

	.pos-card-header h3 {
		font-size: 22px !important;
	}

	.pos-section-title h4,
	.pos-accordion-title {
		font-size: 16px !important;
	}
}
