.pfk-as {
	max-width: 640px;
	margin: 1.25rem auto;
	padding: 0 1rem;
	box-sizing: border-box;
}

.pfk-as-guest-withdrawal-shell {
	max-width: min(100%, 960px);
	margin: 1.25rem auto;
	padding: 0 1.125rem;
	box-sizing: border-box;
}

@media (min-width: 768px) {
	.pfk-as-guest-withdrawal-shell {
		margin: 2rem auto;
		padding: 0 2.5rem;
	}
}

.pfk-as-withdrawal-page {
	max-width: min(100%, 960px);
}

.pfk-as-card {
	background: #fff;
	border: 1px solid #e8e8e8;
	border-radius: 12px;
	box-shadow: 0 2px 16px rgba(0, 0, 0, 0.04);
	overflow: hidden;
}

.pfk-as-card-header {
	padding: 1.35rem 1.35rem 0.75rem;
}

.pfk-as-card-body {
	padding: 0 1.35rem 1.35rem;
}

.pfk-as-step-label {
	display: inline-block;
	margin: 0 0 0.65rem;
	padding: 0.2rem 0.55rem;
	border-radius: 999px;
	background: #f5f5f5;
	color: #666;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.pfk-as-title {
	margin: 0 0 0.75rem;
	font-size: 1.5rem;
	line-height: 1.25;
	font-weight: 700;
	color: #1a1a1a;
}

.pfk-as-intro {
	margin: 0 0 0.5rem;
	color: #555;
	line-height: 1.55;
	font-size: 0.98rem;
}

.pfk-as h2,
.pfk-as h3 {
	margin: 0 0 1rem;
}

.pfk-as-notice {
	padding: 0.9rem 1rem;
	margin: 0 0 1rem;
	border-radius: 8px;
	line-height: 1.5;
}

.pfk-as-card-body > .pfk-as-notice:first-child {
	margin-top: 0.15rem;
}

.pfk-as-card > .pfk-as-notice:first-child {
	margin-top: 1.25rem;
	margin-left: 1.35rem;
	margin-right: 1.35rem;
}

.pfk-as-card > .pfk-as-notice:last-child {
	margin-bottom: 1.25rem;
}

.pfk-as-notice p {
	margin: 0;
}

.pfk-as-notice-error {
	background: #fff5f5;
	border: 1px solid #f3caca;
	color: #7f1d1d;
}

.pfk-as-notice-success {
	background: #f3fbf4;
	border: 1px solid #bfe5c3;
	color: #1b5e20;
}

.pfk-as-notice-info {
	background: #f0f7ff;
	border: 1px solid #c7dcf7;
	color: #1e3a5f;
}

.pfk-as-exchange-override-notice,
.pfk-as-replacement-access-notice {
	margin-bottom: 1rem;
}

.pfk-as-provider-refund-notice {
	margin-top: 0.25rem;
}

.pfk-as-admin-help {
	margin: 0 0 0.85rem;
	color: #5b6472;
	font-size: 0.92rem;
	line-height: 1.45;
}

.pfk-as-return-shipping {
	margin: 0;
}

.pfk-as-return-shipping-title {
	margin: 0 0 0.85rem;
}

.pfk-as-return-shipping-top {
	border: 0;
	margin: 0;
	padding: 0;
}

.pfk-as-return-shipping-top-cards {
	display: grid;
	gap: 0.85rem;
}

@media (min-width: 768px) {
	.pfk-as-return-shipping-top-cards {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

.pfk-as-return-shipping-top-card {
	position: relative;
	display: block;
	margin: 0;
	padding: 1rem 1.05rem;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	background: #fff;
	cursor: pointer;
	transition: border-color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}

.pfk-as-return-shipping-top-card:hover {
	border-color: #cbd5e1;
	background: #fafafa;
}

.pfk-as-return-shipping-top-card:has(input:checked) {
	border-color: #111827;
	background: #f8fafc;
	box-shadow: 0 0 0 1px rgba(17, 24, 39, 0.06);
}

.pfk-as-return-shipping-top-card input {
	position: absolute;
	opacity: 0;
	width: 1px;
	height: 1px;
	pointer-events: none;
}

.pfk-as-return-shipping-top-card-body {
	display: grid;
	gap: 0.45rem;
}

.pfk-as-return-shipping-top-card-head {
	display: flex;
	align-items: flex-start;
	gap: 0.55rem;
}

.pfk-as-return-shipping-top-card-label {
	flex: 1 1 auto;
	font-size: 1rem;
	font-weight: 800;
	color: #0f172a;
	line-height: 1.4;
}

.pfk-as-return-shipping-top-card-helper {
	font-size: 0.9375rem;
	line-height: 1.55;
	color: #64748b;
}

.pfk-as-return-shipping-top-card-check {
	display: none;
	width: 1.1rem;
	height: 1.1rem;
	margin-left: auto;
	border-radius: 999px;
	border: 2px solid #cbd5e1;
	background: #fff;
	position: relative;
	flex-shrink: 0;
}

.pfk-as-return-shipping-top-card:has(input:checked) .pfk-as-return-shipping-top-card-check {
	display: inline-block;
	border-color: #111827;
	background: #111827;
}

.pfk-as-return-shipping-top-card:has(input:checked) .pfk-as-return-shipping-top-card-check::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0.35rem;
	height: 0.6rem;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: translate(-50%, -58%) rotate(45deg);
}

.pfk-as-return-shipping-compact {
	margin-bottom: 0.85rem;
}

.pfk-as-return-shipping-compact-helper {
	margin: 0.35rem 0 0;
	font-size: 0.9375rem;
	line-height: 1.55;
	color: #64748b;
}

.pfk-as-return-shipping-courier-panel {
	margin-top: 1rem;
}

.pfk-as-return-shipping-courier-title {
	margin: 0 0 0.75rem;
	font-size: 0.98rem;
	font-weight: 700;
	color: #0f172a;
}

.pfk-as-return-shipping-courier-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
}

.pfk-as-return-shipping-courier-chip {
	position: relative;
	display: block;
	margin: 0;
	min-width: 7.5rem;
	flex: 1 1 calc(33.333% - 0.65rem);
	cursor: pointer;
}

.pfk-as-return-shipping-courier-chip input {
	position: absolute;
	opacity: 0;
	width: 1px;
	height: 1px;
	pointer-events: none;
}

.pfk-as-return-shipping-courier-chip-body {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.45rem;
	min-height: 4.75rem;
	padding: 0.8rem 0.75rem;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	background: #fff;
	text-align: center;
	transition: border-color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}

.pfk-as-return-shipping-courier-chip:hover .pfk-as-return-shipping-courier-chip-body {
	border-color: #cbd5e1;
	background: #fafafa;
}

.pfk-as-return-shipping-courier-chip:has(input:checked) .pfk-as-return-shipping-courier-chip-body {
	border-color: #111827;
	background: #f8fafc;
	box-shadow: 0 0 0 1px rgba(17, 24, 39, 0.06);
}

.pfk-as-return-shipping-courier-logo {
	display: block;
	width: auto;
	max-width: 5.5rem;
	max-height: 2rem;
	object-fit: contain;
}

.pfk-as-return-shipping-courier-chip-label {
	font-size: 0.95rem;
	font-weight: 700;
	color: #0f172a;
	line-height: 1.35;
}

.pfk-as-return-shipping-courier-chip-check {
	display: none;
	width: 1rem;
	height: 1rem;
	border-radius: 999px;
	border: 2px solid #cbd5e1;
	background: #fff;
	position: relative;
	flex-shrink: 0;
}

.pfk-as-return-shipping-courier-chip:has(input:checked) .pfk-as-return-shipping-courier-chip-check {
	display: inline-block;
	border-color: #111827;
	background: #111827;
}

.pfk-as-return-shipping-courier-chip:has(input:checked) .pfk-as-return-shipping-courier-chip-check::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0.3rem;
	height: 0.55rem;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: translate(-50%, -58%) rotate(45deg);
}

.pfk-as-return-shipping-boxnow-helper,
.pfk-as-return-shipping-readonly {
	margin-top: 0.85rem;
	color: #475569;
	font-size: 0.9375rem;
	line-height: 1.55;
}

.pfk-as-return-shipping-readonly-logo {
	display: block;
	width: auto;
	max-width: 8.75rem;
	max-height: 2.5rem;
	margin-bottom: 0.75rem;
	object-fit: contain;
}

.pfk-as-return-shipping-boxnow-helper {
	margin-bottom: 0;
}

.pfk-as-return-shipping-readonly-lead,
.pfk-as-return-shipping-readonly-meta {
	margin: 0;
}

.pfk-as-return-shipping-readonly-meta {
	margin-top: 0.35rem;
}

@media (max-width: 640px) {
	.pfk-as-return-shipping-courier-chip {
		flex: 1 1 calc(50% - 0.65rem);
		min-width: 0;
	}
}

.pfk-as-withdrawal-form .pfk-as-fee-notice-wrap {
	display: none;
}

.pfk-as-admin-section--lock-reset .pfk-as-admin-lock-reset-form {
	margin-top: 12px;
}

.pfk-as-admin-section--lock-reset .pfk-as-admin-lock-status--active {
	color: #b45309;
	font-weight: 600;
}

.pfk-as-admin-section--lock-reset .pfk-as-admin-lock-status--none {
	color: #15803d;
	font-weight: 600;
}

.pfk-as-admin-section--lock-reset .pfk-as-admin-lock-kv {
	margin-top: 8px;
}

.pfk-as-admin-section--lock-reset .pfk-as-admin-lock-item-list {
	margin: 6px 0 0 18px;
}

.pfk-as-admin-section--lock-reset .pfk-as-admin-lock-reset-warning,
.pfk-as-admin-section--lock-reset .pfk-as-admin-lock-payment-warning {
	margin-top: 12px;
}

.pfk-as-admin-section--exchange-override .pfk-as-admin-exchange-override-form,
.pfk-as-admin-section--exchange-override .pfk-as-admin-exchange-override-revoke-form,
.pfk-as-admin-section--replacement-access .pfk-as-admin-replacement-access-form,
.pfk-as-admin-section--replacement-access .pfk-as-admin-replacement-access-revoke-form,
.pfk-as-admin-section--withdrawal-access .pfk-as-admin-withdrawal-access-form,
.pfk-as-admin-section--withdrawal-access .pfk-as-admin-withdrawal-access-revoke-form {
	margin-top: 0.75rem;
}

.pfk-as-admin-collapsible .pfk-as-admin-card-title {
	margin: 0;
}

.pfk-as-admin-collapsible__toggle {
	display: flex;
	align-items: center;
	gap: 10px;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	color: inherit;
	font: inherit;
	text-align: left;
	cursor: pointer;
}

.pfk-as-admin-collapsible__title {
	flex: 1 1 auto;
	min-width: 0;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.35;
}

.pfk-as-admin-collapsible__summary {
	flex: 0 1 auto;
	max-width: 52%;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.3;
	padding: 2px 8px;
	border-radius: 999px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.pfk-as-admin-collapsible__summary--inactive {
	color: #64748b;
	background: #f1f5f9;
}

.pfk-as-admin-collapsible__summary--active {
	color: #4338ca;
	background: #eef2ff;
}

.pfk-as-admin-collapsible__summary--expired {
	color: #b45309;
	background: #fff7ed;
}

.pfk-as-admin-collapsible__chevron {
	flex: 0 0 auto;
	width: 8px;
	height: 8px;
	border-right: 2px solid #64748b;
	border-bottom: 2px solid #64748b;
	transform: rotate(45deg);
	transition: transform 0.15s ease;
	margin-top: -2px;
}

.pfk-as-admin-collapsible.is-expanded .pfk-as-admin-collapsible__chevron {
	transform: rotate(-135deg);
	margin-top: 2px;
}

.pfk-as-admin-collapsible__panel {
	margin-top: 12px;
	padding-top: 12px;
	border-top: 1px solid #e5e7eb;
}

@media (max-width: 782px) {
	.pfk-as-admin-collapsible__toggle {
		flex-wrap: wrap;
	}

	.pfk-as-admin-collapsible__summary {
		max-width: 100%;
		order: 3;
		flex-basis: 100%;
		margin-left: 0;
	}

	.pfk-as-admin-collapsible__chevron {
		margin-left: auto;
	}
}

.pfk-as-admin-section--exchange-override .pfk-as-field + .pfk-as-field,
.pfk-as-admin-section--replacement-access .pfk-as-admin-field + .pfk-as-admin-field {
	margin-top: 0.75rem;
}

.pfk-as-form {
	display: grid;
	gap: 1.1rem;
}

.pfk-as-modal-form {
	gap: 1rem;
}

.pfk-as-field {
	margin: 0;
}

.pfk-as-field label {
	display: block;
	margin-bottom: 0.4rem;
	font-weight: 600;
	color: #222;
}

.pfk-as-field input[type="text"],
.pfk-as-field input[type="email"],
.pfk-as-field input[type="number"],
.pfk-as-field select,
.pfk-as-field textarea {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	padding: 0.7rem 0.8rem;
	border: 1px solid #d8d8d8;
	border-radius: 8px;
	background: #fff;
	font-size: 0.98rem;
	line-height: 1.4;
}

.pfk-as-field textarea {
	min-height: 112px;
	resize: vertical;
}

.pfk-as-field input:focus,
.pfk-as-field select:focus,
.pfk-as-field textarea:focus {
	border-color: #999;
	outline: none;
	box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.05);
}

.pfk-as-checkbox label {
	display: flex;
	gap: 0.65rem;
	align-items: flex-start;
	font-weight: 400;
	line-height: 1.45;
}

.pfk-as-checkbox input {
	margin-top: 0.2rem;
	flex-shrink: 0;
}

.pfk-as-confirm-notice {
	padding: 0.9rem 1rem;
	border-radius: 8px;
	background: #fafafa;
	border: 1px solid #ececec;
}

.pfk-as-confirm-notice label {
	font-weight: 400;
}

.pfk-as-fee-notice {
	margin: 0 0 1rem;
	padding: 0.95rem 1.05rem;
	border-radius: 10px;
	background: #fffbeb;
	border: 1px solid #fde68a;
	color: #78350f;
}

.pfk-as-fee-notice-title {
	margin: 0 0 0.35rem;
	font-size: 0.9375rem;
	font-weight: 700;
	color: #92400e;
}

.pfk-as-fee-notice-text {
	margin: 0;
	font-size: 0.9375rem;
	line-height: 1.55;
}

.pfk-as-refund-estimate {
	margin: 0 0 1rem;
	padding: 0.9rem 1rem;
	border-radius: 8px;
	background: #f8fafc;
	border: 1px solid #dbe3ec;
}

.pfk-as-refund-estimate-title {
	margin: 0 0 0.65rem;
	font-size: 0.95rem;
	font-weight: 700;
	color: #1f2937;
}

.pfk-as-refund-estimate-rows {
	margin: 0;
}

.pfk-as-refund-estimate-row {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	padding: 0.35rem 0;
	font-size: 0.9rem;
}

.pfk-as-refund-estimate-row dt {
	margin: 0;
	font-weight: 500;
	color: #4b5563;
}

.pfk-as-refund-estimate-row dd {
	margin: 0;
	font-weight: 700;
	color: #111827;
}

.pfk-as-refund-estimate-row--total {
	margin-top: 0.25rem;
	padding-top: 0.55rem;
	border-top: 1px solid #dbe3ec;
}

.pfk-as-refund-estimate-note {
	margin: 0.65rem 0 0;
	font-size: 0.85rem;
	line-height: 1.45;
	color: #6b7280;
}

.pfk-as-bank-card {
	margin: 0 0 1.35rem;
	padding: 1.15rem 1.2rem;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	background: #fff;
}

.pfk-as-bank-card-title {
	margin: 0 0 0.55rem;
	font-size: 1.0625rem;
	font-weight: 700;
	color: #0f172a;
}

.pfk-as-bank-card-intro {
	margin: 0 0 1rem;
	font-size: 0.9375rem;
	line-height: 1.6;
	color: #64748b;
}

.pfk-as-bank-card-payment {
	margin: 0 0 1.1rem;
	padding: 0.65rem 0.85rem;
	border-radius: 8px;
	background: #f8fafc;
	border: 1px solid #e5e7eb;
	font-size: 0.9375rem;
	color: #334155;
}

.pfk-as-bank-card .pfk-as-field label {
	margin-bottom: 0.45rem;
	font-size: 0.9375rem;
	font-weight: 700;
	color: #0f172a;
}

.pfk-as-bank-card .pfk-as-field input,
.pfk-as-bank-card .pfk-as-field select {
	font-size: 1rem;
	padding: 0.75rem 0.85rem;
	border-color: #dbe3ee;
}

.pfk-as-bank-select {
	appearance: none;
	background-image: linear-gradient(45deg, transparent 50%, #64748b 50%), linear-gradient(135deg, #64748b 50%, transparent 50%);
	background-position: calc(100% - 18px) calc(50% + 2px), calc(100% - 12px) calc(50% + 2px);
	background-size: 6px 6px, 6px 6px;
	background-repeat: no-repeat;
	padding-right: 2.2rem;
}

.pfk-as-bank-card .pfk-as-field + .pfk-as-field {
	margin-top: 1rem;
}

.pfk-as-bank-other-field {
	overflow: hidden;
	transition: opacity 0.2s ease, max-height 0.25s ease;
}

.pfk-as-bank-other-field:not([hidden]) {
	animation: pfk-as-reveal 0.22s ease;
}

@keyframes pfk-as-reveal {
	from {
		opacity: 0;
		transform: translateY(-4px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.pfk-as-bank-other-field[hidden] {
	display: none !important;
}

.pfk-as-bank-confirm {
	margin-top: 1rem;
	padding-top: 0.85rem;
	border-top: 1px solid #e5e7eb;
}

.pfk-as-field-help {
	margin: 0.4rem 0 0;
	font-size: 0.8125rem;
	line-height: 1.5;
	color: #64748b;
}

.pfk-as-field-success {
	margin: 0.4rem 0 0;
	font-size: 0.8125rem;
	line-height: 1.5;
	color: #15803d;
}

.pfk-as-field-success[hidden] {
	display: none !important;
}

.pfk-as-field--invalid input,
.pfk-as-field--invalid select,
.pfk-as-field--invalid textarea {
	border-color: #fca5a5;
	box-shadow: 0 0 0 1px rgba(252, 165, 165, 0.25);
}

.pfk-as-field--valid input[name="refund_bank_iban"] {
	border-color: #86efac;
	box-shadow: 0 0 0 1px rgba(134, 239, 172, 0.25);
}

.pfk-as-field-error {
	margin: 0.35rem 0 0;
	font-size: 0.85rem;
	color: #b42318;
}

.pfk-as-field-error[hidden] {
	display: none !important;
}

.pfk-as-withdrawal-request-details {
	margin: 0.75rem 0;
}

.pfk-as-refund-estimate-rows--compact .pfk-as-refund-estimate-row {
	padding: 0.2rem 0;
}

.pfk-as-exchange-lock-badge {
	display: inline-block;
	margin-top: 0.35rem;
	padding: 0.15rem 0.5rem;
	border-radius: 999px;
	background: #eef2ff;
	border: 1px solid #c7d2fe;
	color: #3730a3;
	font-size: 0.78rem;
	font-weight: 600;
}

.pfk-as-product-card--locked {
	display: flex;
	gap: 0.85rem;
	align-items: flex-start;
	padding: 0.85rem;
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	background: #f9fafb;
	opacity: 0.92;
}

.pfk-as-exchange-item--locked {
	margin-bottom: 0.75rem;
}

.pfk-as-product-row--locked {
	display: flex;
	gap: 0.85rem;
	align-items: flex-start;
	padding: 0.85rem;
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	background: #f9fafb;
	opacity: 0.92;
	margin-bottom: 0.75rem;
}

.pfk-as-fee-summary {
	margin: 1rem 0 1.25rem;
	padding: 0.9rem 1rem;
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	background: #f8fafc;
}

.pfk-as-fee-summary-title {
	margin: 0 0 0.35rem;
	font-size: 1rem;
}

.pfk-as-fee-summary-text {
	margin: 0 0 0.5rem;
	color: #475569;
}

.pfk-as-fee-summary-amount {
	margin: 0;
	font-size: 1.1rem;
}

.pfk-as-admin-history-meta {
	color: #64748b;
	font-size: 0.85rem;
}

.pfk-as-admin-warning,
.pfk-as-admin-warning-inline {
	color: #92400e;
}

.pfk-as-admin-warning {
	margin: 0.75rem 0;
	padding: 0.75rem 0.9rem;
	border-radius: 8px;
	background: #fff8eb;
	border: 1px solid #ead9b8;
}

.pfk-as-exchange-child-order-details {
	margin: 0.75rem 0;
}

.pfk-as-exchange-child-note {
	margin: 0.35rem 0 0;
	font-size: 0.88rem;
	color: #4b5563;
}

.pfk-as-summary,
.pfk-as-order-summary {
	padding: 1rem 1.05rem;
	background: #fafafa;
	border: 1px solid #ececec;
	border-radius: 10px;
}

.pfk-as-summary-title {
	margin: 0 0 0.85rem;
	font-size: 0.95rem;
	font-weight: 700;
	color: #222;
}

.pfk-as-summary-grid {
	display: grid;
	gap: 0.75rem;
	margin: 0;
}

.pfk-as-summary-grid > div {
	display: grid;
	gap: 0.15rem;
}

.pfk-as-summary-grid dt {
	margin: 0;
	font-size: 0.82rem;
	font-weight: 600;
	color: #777;
	text-transform: none;
}

.pfk-as-summary-grid dd {
	margin: 0;
	font-size: 0.96rem;
	font-weight: 600;
	color: #111;
}

.pfk-as-summary-grid--compact {
	grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
}

.pfk-as-summary p {
	margin: 0 0 0.35rem;
}

.pfk-as-summary p:last-child {
	margin-bottom: 0;
}

.pfk-as-items {
	border: 1px solid #ececec;
	padding: 0.75rem;
	border-radius: 10px;
	margin: 0;
	background: #fff;
}

.pfk-as-product-select-list {
	display: grid;
	gap: 0.55rem;
}

.pfk-as-item-choice {
	display: flex;
	gap: 0.75rem;
	align-items: flex-start;
	margin: 0;
	padding: 0.8rem 0.85rem;
	border: 1px solid #ececec;
	border-radius: 8px;
	background: #fff;
	line-height: 1.4;
	cursor: pointer;
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.pfk-as-item-choice:hover {
	border-color: #cfcfcf;
}

.pfk-as-item-choice:has(input:checked) {
	border-color: #111;
	box-shadow: 0 0 0 1px #111;
}

.pfk-as-product-row-content {
	display: grid;
	gap: 0.15rem;
	min-width: 0;
}

.pfk-as-product-row-name {
	font-weight: 600;
	color: #111;
}

.pfk-as-product-row-meta {
	font-size: 0.9rem;
	color: #666;
}

.pfk-as-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin: 0;
}

.pfk-as-actions--primary {
	margin-top: 0.25rem;
}

.pfk-as-button-block {
	width: 100%;
}

.pfk-as-button,
.pfk-as .button.pfk-as-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0.7rem 1.35rem;
	border: 0;
	border-radius: 8px;
	background: #111827;
	color: #fff !important;
	font-weight: 600;
	font-size: 0.98rem;
	text-decoration: none;
	cursor: pointer;
	transition: background 0.15s ease;
}

.pfk-as-button:hover,
.pfk-as .button.pfk-as-button:hover {
	background: #1f2937;
	color: #fff !important;
}

.pfk-as-button-secondary,
.pfk-as .button.pfk-as-button-secondary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0.65rem 1.1rem;
	border: 1px solid #d8d8d8;
	border-radius: 6px;
	background: #fff;
	color: #222 !important;
	cursor: pointer;
}

.pfk-as-action-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.pfk-as-request-summary {
	display: grid;
	gap: 0.85rem;
}

.pfk-as-request-summary-top {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 0.65rem;
}

.pfk-as-request-details-list {
	list-style: none;
	padding: 0;
	margin: 0 0 0.85rem;
}

.pfk-as-request-details-list li {
	margin-bottom: 0.4rem;
	line-height: 1.45;
}

.pfk-as-request-details-list li:last-child {
	margin-bottom: 0;
}

.pfk-as-request-accordion {
	margin-bottom: 1rem;
}

.pfk-as-request-accordion .pfk-as-request-summary {
	padding: 0;
}

.pfk-as-request-meta {
	display: grid;
	gap: 0.55rem;
	margin: 0;
}

.pfk-as-request-meta-row {
	display: grid;
	grid-template-columns: minmax(120px, 38%) 1fr;
	gap: 0.5rem;
	align-items: baseline;
}

.pfk-as-request-meta dt {
	margin: 0;
	font-size: 0.82rem;
	font-weight: 600;
	color: #777;
}

.pfk-as-request-meta dd {
	margin: 0;
	font-size: 0.95rem;
	font-weight: 600;
	color: #111;
}

.pfk-as-request-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 0.15rem;
	padding: 0.45rem 0.85rem;
	border: 1px solid #d8d8d8;
	border-radius: 999px;
	background: #fff;
	color: #222;
	font-size: 0.88rem;
	font-weight: 600;
	cursor: pointer;
	transition: border-color 0.15s ease, background 0.15s ease;
}

.pfk-as-request-toggle:hover,
.pfk-as-request-toggle:focus-visible {
	border-color: #111;
	outline: none;
}

.pfk-as-request-details {
	margin-top: 0.85rem;
	padding-top: 0.85rem;
	border-top: 1px solid #ececec;
}

.pfk-as-request-accordion.is-expanded .pfk-as-request-details[hidden] {
	display: block;
}

.pfk-as-request-reason-box {
	margin-top: 0.85rem;
	padding: 0.85rem 1rem;
	border-radius: 8px;
	background: #fff5f5;
	border: 1px solid #f3caca;
	color: #7f1d1d;
	line-height: 1.5;
}

.pfk-as-request-reason-box p {
	margin: 0;
}

.pfk-as-request-reason-label {
	margin: 0 0 0.35rem !important;
	font-size: 0.82rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}

.pfk-as-request-status-note {
	margin: 0.85rem 0 0;
	color: #555;
	line-height: 1.5;
	font-size: 0.94rem;
}

.pfk-as-action-buttons--inline {
	margin-top: 0.85rem;
}

.pfk-as-request-card {
	background: #fff;
	border: 1px solid #e8e8e8;
	border-radius: 12px;
	padding: 1rem 1.1rem;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.03);
}

.pfk-as-request-card-header {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	gap: 0.65rem;
	margin-bottom: 0.85rem;
}

.pfk-as-request-card-title {
	margin: 0;
	font-size: 1.05rem;
	line-height: 1.35;
	font-weight: 700;
	color: #1a1a1a;
	flex: 1 1 220px;
}

.pfk-as-status-badge {
	display: inline-flex;
	align-items: center;
	padding: 0.25rem 0.65rem;
	border-radius: 999px;
	font-size: 0.78rem;
	font-weight: 700;
	line-height: 1.2;
	white-space: nowrap;
}

.pfk-as-status-badge--submitted {
	background: #eef4ff;
	color: #1e40af;
}

.pfk-as-status-badge--approved {
	background: #ecfdf3;
	color: #166534;
}

.pfk-as-status-badge--rejected {
	background: #fef2f2;
	color: #991b1b;
}

.pfk-as-request-card.is-submitted {
	border-color: #dbeafe;
}

.pfk-as-request-card.is-approved {
	border-color: #bbf7d0;
}

.pfk-as-request-card.is-rejected {
	border-color: #fecaca;
}

.pfk-as-request-message {
	margin-top: 0.85rem;
	padding: 0.85rem 1rem;
	border-radius: 8px;
	line-height: 1.5;
}

.pfk-as-request-message p {
	margin: 0;
}

.pfk-as-request-message p + p {
	margin-top: 0.35rem;
}

.pfk-as-request-message--approved {
	background: #f3fbf4;
	border: 1px solid #bfe5c3;
	color: #1b5e20;
}

.pfk-as-request-message--rejected {
	background: #fff5f5;
	border: 1px solid #f3caca;
	color: #7f1d1d;
}

.pfk-as-request-retry-note {
	margin: 0.85rem 0 0;
	color: #555;
	line-height: 1.5;
	font-size: 0.95rem;
}

.pfk-as-eligibility-message {
	margin: 0;
	color: #555;
	line-height: 1.55;
}

.pfk-as-action-buttons {
	margin-top: 0.25rem;
}

.pfk-as-modal[hidden] {
	display: none !important;
}

.pfk-as-modal {
	position: fixed;
	inset: 0;
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem;
}

.pfk-as-modal-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.45);
}

.pfk-as-modal-dialog {
	position: relative;
	width: min(640px, 100%);
	max-height: calc(100vh - 2rem);
	overflow: auto;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.pfk-as-modal-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1rem 1rem 0.5rem;
	border-bottom: 1px solid #eee;
}

.pfk-as-modal-body {
	padding: 1.1rem 1.15rem 1.15rem;
}

.pfk-as-modal-x {
	border: 0;
	background: transparent;
	font-size: 1.5rem;
	line-height: 1;
	cursor: pointer;
}

body.pfk-as-modal-open {
	overflow: hidden;
}

#pfk-as-modal-exchange .pfk-as-modal-dialog {
	width: min(720px, 100%);
}

.pfk-as-admin-box {
	margin-top: 1.5rem;
	padding-top: 1rem;
	border-top: 1px solid #ddd;
}

.pfk-as-admin-table th {
	width: 180px;
	text-align: left;
	vertical-align: top;
}

.pfk-as-admin-meta {
	color: #777;
	font-size: 11px;
}

.pfk-as-admin-items {
	margin: 0.5rem 0 1rem;
	padding-left: 1.2rem;
}

.pfk-as-admin-note {
	background: #fff;
	border: 1px solid #ddd;
	padding: 0.75rem;
}

.pfk-as-admin-inline-notice {
	margin: 0 0 12px;
}

.pfk-as-admin-actions {
	margin-top: 16px;
	padding-top: 16px;
	border-top: 1px solid #ddd;
	display: grid;
	gap: 16px;
}

.pfk-as-admin-action-form {
	margin: 0;
}

.pfk-as-admin-field label {
	display: block;
	margin-bottom: 4px;
	font-weight: 600;
}

.pfk-as-admin-field textarea {
	width: 100%;
	box-sizing: border-box;
}

.pfk-as-field-label {
	display: block;
	margin-bottom: 0.5rem;
	font-weight: 600;
	color: #222;
}

.pfk-as-product-list,
.pfk-as-product-picker {
	display: grid;
	gap: 0.65rem;
	max-width: 100%;
}

.pfk-as-product-card {
	display: flex;
	align-items: center;
	gap: 0.85rem;
	width: 100%;
	max-width: 100%;
	padding: 0.75rem 0.85rem;
	border: 1px solid #e8e8e8;
	border-radius: 10px;
	background: #fff;
	text-align: left;
	box-sizing: border-box;
	overflow: hidden;
}

.pfk-as-product-card--pickable {
	cursor: pointer;
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.pfk-as-product-card--pickable:hover,
.pfk-as-product-card--pickable:focus-visible {
	border-color: #bbb;
	box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.04);
	outline: none;
}

.pfk-as-product-card--pickable.is-selected,
.pfk-as-product-card.is-selected {
	border-color: #111;
	box-shadow: 0 0 0 1px #111;
}

.pfk-as-product-card--selected {
	margin-bottom: 0.85rem;
	background: #fafafa;
}

.pfk-as-product-thumb {
	flex: 0 0 72px;
	width: 72px;
	height: 72px;
	border-radius: 8px;
	overflow: hidden;
	background: #f5f5f5;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pfk-as-product-thumb img {
	display: block;
	width: 72px;
	height: 72px;
	max-width: 72px;
	max-height: 72px;
	object-fit: contain;
	flex-shrink: 0;
}

.pfk-as-product-info {
	display: flex;
	flex-direction: column;
	gap: 0.2rem;
	min-width: 0;
	flex: 1 1 auto;
}

.pfk-as-product-name {
	font-weight: 600;
	color: #111;
	line-height: 1.35;
	word-break: break-word;
}

.pfk-as-product-meta {
	font-size: 0.88rem;
	color: #666;
	line-height: 1.35;
}

.pfk-as-product-availability {
	color: #1b5e20;
}

.pfk-as-exchange-target {
	display: grid;
	gap: 0.85rem;
	margin-bottom: 0.25rem;
	padding-top: 0.15rem;
}

.pfk-as-exchange-size-wrap {
	margin-top: 0.15rem;
}

.pfk-as-size-options {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.pfk-as-size-button {
	min-width: 44px;
	min-height: 40px;
	padding: 0.45rem 0.85rem;
	border: 1px solid #d8d8d8;
	border-radius: 999px;
	background: #fff;
	color: #111;
	font-weight: 600;
	cursor: pointer;
	transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.pfk-as-size-button:hover,
.pfk-as-size-button:focus-visible {
	border-color: #111;
	outline: none;
}

.pfk-as-size-button.is-selected {
	background: #111;
	border-color: #111;
	color: #fff;
}

.pfk-as-empty-message {
	margin: 0.75rem 0 0;
	padding: 0.85rem 1rem;
	border-radius: 8px;
	background: #fafafa;
	border: 1px solid #ececec;
	color: #555;
	font-size: 0.92rem;
	line-height: 1.45;
}

.pfk-as-pricing-preview {
	padding: 1rem;
	background: #fafafa;
	border: 1px solid #ececec;
	border-radius: 8px;
}

.pfk-as-pricing-preview h4 {
	margin: 0 0 0.75rem;
	font-size: 1rem;
}

.pfk-as-pricing-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.pfk-as-pricing-list li {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 0.5rem;
}

.pfk-as-pricing-list li:last-child {
	margin-bottom: 0;
}

.pfk-as-pricing-note {
	margin: 0.75rem 0 0;
	font-size: 0.9rem;
	color: #666;
}

@media (max-width: 600px) {
	.pfk-as {
		margin: 1rem auto;
		padding: 0 0.75rem;
	}

	.pfk-as-card-header,
	.pfk-as-card-body {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.pfk-as-card > .pfk-as-notice:first-child {
		margin-left: 1rem;
		margin-right: 1rem;
	}

	.pfk-as-title {
		font-size: 1.3rem;
	}

	.pfk-as-request-meta-row {
		grid-template-columns: 1fr;
		gap: 0.15rem;
	}

	.pfk-as-actions,
	.pfk-as-action-buttons,
	.pfk-as-action-buttons--inline {
		flex-direction: column;
	}

	.pfk-as-button,
	.pfk-as-button-secondary,
	.pfk-as .button.pfk-as-button,
	.pfk-as .button.pfk-as-button-secondary,
	.pfk-as-button-block {
		width: 100%;
	}

	.pfk-as-product-thumb,
	.pfk-as-product-thumb img {
		flex-basis: 64px;
		width: 64px;
		height: 64px;
		max-width: 64px;
		max-height: 64px;
	}
}

.pfk-as-tabs {
	display: grid;
	gap: 1rem;
}

.pfk-as-tabs-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	border-bottom: 1px solid #ececec;
	padding-bottom: 0.75rem;
}

.pfk-as-tab-button {
	-webkit-appearance: none;
	appearance: none;
	border: 1px solid #d8d8d8;
	border-radius: 999px;
	background: #fff;
	color: #222;
	padding: 0.5rem 0.95rem;
	font-size: 0.92rem;
	font-weight: 600;
	cursor: pointer;
	transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.pfk-as-tab-button:hover,
.pfk-as-tab-button:focus-visible {
	border-color: #111;
	outline: none;
}

.pfk-as-tab-button.is-active {
	background: #111;
	border-color: #111;
	color: #fff;
}

.pfk-as-tab-panel {
	padding-top: 0.25rem;
}

.pfk-as-tab-description,
.pfk-as-assistant-helper {
	margin: 0 0 1rem;
	color: #555;
	font-size: 0.95rem;
	line-height: 1.5;
}

.pfk-as-exchange-assistant {
	margin-bottom: 1rem;
}

.pfk-as-ticket-thread {
	display: grid;
	gap: 0.75rem;
	margin-bottom: 1rem;
	max-height: 320px;
	overflow: auto;
	padding: 0.25rem;
}

.pfk-as-ticket-message {
	padding: 0.85rem 1rem;
	border-radius: 10px;
	border: 1px solid #ececec;
	background: #fafafa;
}

.pfk-as-ticket-message.is-customer {
	background: #fff;
}

.pfk-as-ticket-message.is-admin {
	background: #f3f8ff;
	border-color: #dbeafe;
}

.pfk-as-ticket-message-meta {
	display: flex;
	justify-content: space-between;
	gap: 0.75rem;
	margin-bottom: 0.35rem;
	font-size: 0.84rem;
	color: #666;
}

.pfk-as-ticket-message-body {
	line-height: 1.5;
	color: #111;
	white-space: pre-wrap;
}

.pfk-as-exchange-item {
	display: grid;
	gap: 0.75rem;
	margin-bottom: 0.75rem;
}

.pfk-as-product-card--selectable {
	cursor: pointer;
}

.pfk-as-product-card--selectable input[type="checkbox"] {
	margin-top: 0.15rem;
	flex-shrink: 0;
}

.pfk-as-item-exchange-controls {
	padding: 0.85rem 0.95rem;
	border: 1px solid #ececec;
	border-radius: 10px;
	background: #fafafa;
	display: grid;
	gap: 0.85rem;
}

.pfk-as-size-pill,
.pfk-as-size-button {
	min-width: 44px;
	min-height: 40px;
	padding: 0.45rem 0.85rem;
	border: 1px solid #d8d8d8;
	border-radius: 999px;
	background: #fff;
	color: #111;
	font-weight: 600;
	cursor: pointer;
}

.pfk-as-size-pill.is-selected,
.pfk-as-size-button.is-selected {
	background: #111;
	border-color: #111;
	color: #fff;
}

.pfk-as-request-history,
.pfk-as-request-history-card {
	display: grid;
	gap: 0.75rem;
}

.pfk-as-timeline ul,
.pfk-as-request-products ul {
	margin: 0;
	padding-left: 1.1rem;
}

.pfk-as-timeline li,
.pfk-as-request-products li {
	margin-bottom: 0.35rem;
	line-height: 1.45;
}

.pfk-as-admin-inbox {
	margin-top: 1rem;
}

.pfk-as-admin-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin: 1rem 0;
}

.pfk-as-admin-inbox-table {
	margin-top: 1rem;
}

.pfk-as-admin-thread {
	max-height: 240px;
}

.pfk-as-account-panel {
	max-width: 920px;
	margin: 1.75rem auto 2rem;
	padding: 1.5rem 1.75rem 1.75rem;
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 16px;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
}

.pfk-as-account-panel > h2 {
	margin: 0 0 1.25rem;
	font-size: 1.45rem;
	font-weight: 700;
	color: #111;
}

.pfk-as-account-panel .pfk-as-tabs {
	gap: 1.35rem;
}

.pfk-as-account-panel .pfk-as-tabs-nav {
	gap: 0.65rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid #ececec;
}

.pfk-as-account-panel .pfk-as-tab-button {
	padding: 0.62rem 1.1rem;
	font-size: 0.95rem;
}

.pfk-as-account-panel .pfk-as-tab-panel {
	padding: 8px;
	box-sizing: border-box;
	min-width: 0;
	overflow-x: hidden;
}

/* Customer account panel — consistent inner spacing across all tabs */
.pfk-as-account-panel {
	box-sizing: border-box;
	min-width: 0;
}

.pfk-as-account-panel > h2,
.pfk-as-account-panel > .pfk-as-notice {
	padding-left: 8px;
	padding-right: 8px;
	box-sizing: border-box;
}

.pfk-as-account-panel .pfk-as-tabs {
	box-sizing: border-box;
	min-width: 0;
	padding-left: 8px;
	padding-right: 8px;
	overflow-x: hidden;
}

.pfk-as-account-panel .pfk-as-messages-layout,
.pfk-as-account-panel .pfk-as-chat-shell {
	box-sizing: border-box;
	min-width: 0;
}

.pfk-as-account-panel .pfk-as-exchange-form,
.pfk-as-account-panel .pfk-as-withdrawal-form,
.pfk-as-account-panel .pfk-as-request-history,
.pfk-as-account-panel .pfk-as-eligibility-message,
.pfk-as-account-panel .pfk-as-empty-message {
	box-sizing: border-box;
	min-width: 0;
	max-width: 100%;
}

.pfk-as-account-panel .pfk-as-exchange-form,
.pfk-as-account-panel .pfk-as-withdrawal-form {
	display: flex;
	flex-direction: column;
	gap: 0.85rem;
}

.pfk-as-account-panel .pfk-as-product-list,
.pfk-as-account-panel .pfk-as-order-summary,
.pfk-as-account-panel .pfk-as-confirm-notice,
.pfk-as-account-panel .pfk-as-actions {
	box-sizing: border-box;
	min-width: 0;
	max-width: 100%;
}

.pfk-as-account-panel .pfk-as-fee-summary,
.pfk-as-account-panel .pfk-as-exchange-fee-summary {
	margin: 0;
	padding: 1rem 1.125rem;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
	box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04);
}

.pfk-as-account-panel .pfk-as-fee-summary-title {
	margin: 0 0 0.5rem;
	font-size: 0.8125rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #64748b;
}

.pfk-as-account-panel .pfk-as-fee-summary-text {
	margin: 0 0 0.85rem;
	font-size: 0.9375rem;
	line-height: 1.55;
	color: #475569;
}

.pfk-as-account-panel .pfk-as-fee-summary-amount {
	margin: 0;
	padding-top: 0.85rem;
	border-top: 1px solid #e2e8f0;
	font-size: 1.2rem;
	line-height: 1.2;
	color: #0f172a;
}

.pfk-as-account-panel .pfk-as-fee-summary-amount strong {
	font-weight: 800;
}

.pfk-as-account-panel .pfk-as-exchange-payment-notice {
	margin: 0;
	padding: 1rem 1.125rem;
	border: 1px solid #dbeafe;
	border-radius: 12px;
	background: #f8fbff;
	font-size: 0.9375rem;
	line-height: 1.55;
}

.pfk-as-account-panel .pfk-as-exchange-payment-notice p + p {
	margin-top: 0.65rem;
}

.pfk-as-messages-layout {
	display: grid;
	gap: 1.25rem;
}

.pfk-as-message-thread-wrap {
	position: relative;
}

.pfk-as-message-new-indicator {
	position: absolute;
	left: 50%;
	bottom: 0.75rem;
	transform: translateX(-50%);
	z-index: 2;
	border: 0;
	border-radius: 999px;
	background: #111;
	color: #fff;
	padding: 0.45rem 0.95rem;
	font-size: 0.82rem;
	font-weight: 600;
	cursor: pointer;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
}

.pfk-as-message-new-indicator[hidden] {
	display: none !important;
}

.pfk-as-message-thread {
	display: flex;
	flex-direction: column;
	gap: 0.85rem;
	max-height: 420px;
	overflow: auto;
	padding: 0.85rem;
	border: 1px solid #ececec;
	border-radius: 12px;
	background: #f7f7f7;
}

.pfk-as-message {
	max-width: min(100%, 78%);
	padding: 0.85rem 1rem;
	border-radius: 14px;
	border: 1px solid #e8e8e8;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
}

.pfk-as-message--admin {
	align-self: flex-start;
	background: #eef4ff;
	border-color: #c7d9ff;
}

.pfk-as-message--customer {
	align-self: flex-end;
	background: #fff;
	border-color: #e5e5e5;
}

.pfk-as-message-meta {
	display: flex;
	justify-content: space-between;
	gap: 0.75rem;
	margin-bottom: 0.35rem;
	font-size: 0.84rem;
	color: #666;
}

.pfk-as-message-author {
	font-weight: 700;
	color: #222;
}

.pfk-as-message-time {
	white-space: nowrap;
}

.pfk-as-message-body {
	line-height: 1.5;
	color: #111;
	white-space: pre-wrap;
}

.pfk-as-message-feedback {
	margin-bottom: 0.85rem;
}

.pfk-as-message-feedback[hidden] {
	display: none !important;
}

.pfk-as-ticket-message.is-customer {
	margin-right: 0;
}

.pfk-as-message-composer-card {
	padding: 1.15rem 1.25rem;
	border: 1px solid #e8e8e8;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.03);
}

.pfk-as-message-composer-title {
	margin: 0 0 0.85rem;
	font-size: 1.05rem;
	font-weight: 700;
	color: #111;
}

.pfk-as-message-composer-card .pfk-as-message-form {
	margin: 0;
}

.pfk-as-admin-section {
	margin: 0 0 1.35rem;
	padding-bottom: 1.15rem;
	border-bottom: 1px solid #ececec;
}

.pfk-as-admin-section:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

.pfk-as-admin-section > h4 {
	margin: 0 0 0.75rem;
	font-size: 1rem;
}

.pfk-as-admin-section > h5 {
	margin: 0.85rem 0 0.45rem;
	font-size: 0.92rem;
}

.pfk-as-message-composer {
	margin-top: 0.85rem;
	padding-top: 0.85rem;
	border-top: 1px solid #ececec;
}

.pfk-as-withdrawal-product-row {
	display: flex;
	align-items: flex-start;
	gap: 0.85rem;
	padding: 0.85rem 0.95rem;
	border: 1px solid #e5e7eb;
	border-radius: 14px;
	background: #fff;
	margin-bottom: 0.65rem;
	cursor: pointer;
	transition: border-color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}

.pfk-as-withdrawal-product-row:hover {
	border-color: #cbd5e1;
}

.pfk-as-withdrawal-product-row:has(input:checked) {
	border-color: #111827;
	background: #f8fafc;
	box-shadow: 0 0 0 1px rgba(17, 24, 39, 0.06);
}

.pfk-as-withdrawal-product-row input[type="checkbox"] {
	position: absolute;
	opacity: 0;
	width: 1px;
	height: 1px;
	pointer-events: none;
}

.pfk-as-withdrawal-product-row:not(.pfk-as-withdrawal-product-row--locked) {
	position: relative;
}

.pfk-as-withdrawal-product-check {
	display: none;
	width: 1.1rem;
	height: 1.1rem;
	margin-left: auto;
	margin-top: 0.15rem;
	flex-shrink: 0;
	border-radius: 999px;
	border: 2px solid #cbd5e1;
	background: #fff;
	position: relative;
}

.pfk-as-withdrawal-product-row:has(input:checked) .pfk-as-withdrawal-product-check {
	display: inline-block;
	border-color: #111827;
	background: #111827;
}

.pfk-as-withdrawal-product-row:has(input:checked) .pfk-as-withdrawal-product-check::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0.35rem;
	height: 0.6rem;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: translate(-50%, -58%) rotate(45deg);
}

.pfk-as-withdrawal-product-row--locked,
.pfk-as-product-row--locked.pfk-as-withdrawal-product-row {
	cursor: default;
	background: #f8fafc;
	border-color: #e5e7eb;
	opacity: 1;
}

.pfk-as-withdrawal-product-row--locked:hover,
.pfk-as-product-row--locked.pfk-as-withdrawal-product-row:hover {
	border-color: #e5e7eb;
	box-shadow: none;
}

.pfk-as-withdrawal-product-thumb,
.pfk-as-withdrawal-product-thumb img {
	flex: 0 0 72px;
	width: 72px;
	height: 72px;
	max-width: 72px;
	max-height: 72px;
	border-radius: 8px;
	object-fit: contain;
	background: #fafafa;
	border: 1px solid #ececec;
}

.pfk-as-withdrawal-product-info {
	display: grid;
	gap: 0.2rem;
	min-width: 0;
}

.pfk-as-exchange-debug {
	margin-top: 0.75rem;
	font-size: 0.82rem;
}

.pfk-as-exchange-debug pre {
	max-height: 220px;
	overflow: auto;
	padding: 0.75rem;
	background: #111;
	color: #f5f5f5;
	border-radius: 8px;
	white-space: pre-wrap;
	word-break: break-word;
}

.pfk-as-exchange-debug-meta {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 0.5rem 1rem;
	margin: 0.75rem 0 1rem;
}

.pfk-as-exchange-debug-meta div {
	display: grid;
	gap: 0.15rem;
}

.pfk-as-exchange-debug-meta dt {
	font-size: 0.78rem;
	color: #666;
}

.pfk-as-exchange-debug-meta dd {
	margin: 0;
	font-weight: 600;
}

.pfk-as-debug-table {
	margin: 0.5rem 0 1rem;
	font-size: 0.82rem;
}

.pfk-as-admin-message-feedback[hidden] {
	display: none !important;
}

.pfk-as-admin-message-composer {
	margin-top: 0.85rem;
	padding-top: 0.85rem;
	border-top: 1px solid #ececec;
}

.pfk-as-admin-stats {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 0.85rem;
	margin: 1rem 0 1.5rem;
}

.pfk-as-admin-stat-card {
	padding: 0.95rem 1rem;
	border: 1px solid #dcdcde;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.pfk-as-admin-stat-label {
	display: block;
	margin-bottom: 0.35rem;
	font-size: 0.88rem;
	color: #50575e;
}

.pfk-as-admin-stat-value {
	font-size: 1.6rem;
	line-height: 1.1;
	color: #1d2327;
}

.pfk-as-admin-type-badge {
	display: inline-block;
	padding: 0.15rem 0.55rem;
	border-radius: 999px;
	font-size: 0.78rem;
	font-weight: 700;
}

.pfk-as-admin-type-badge--message {
	background: #eef4ff;
	color: #1e40af;
}

.pfk-as-admin-messages-table {
	margin-bottom: 1.5rem;
}

.pfk-as-admin-thread .pfk-as-message {
	max-width: min(100%, 82%);
}

.pfk-as-admin-thread .pfk-as-message--customer {
	align-self: flex-start;
	background: #fff;
	border-color: #e5e5e5;
}

.pfk-as-admin-thread .pfk-as-message--admin {
	align-self: flex-end;
	background: #eef4ff;
	border-color: #c7d9ff;
}

/* Chat UI v0.4.3 */
.pfk-as-chat-shell {
	display: grid;
	gap: 1rem;
}

.pfk-as-chat-thread,
.pfk-as-message-thread.pfk-as-chat-thread {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	max-height: 420px;
	overflow: auto;
	padding: 0.9rem;
	border: 1px solid #e6e8eb;
	border-radius: 12px;
	background: #f4f6f8;
	scroll-behavior: smooth;
}

.pfk-as-chat-bubble,
.pfk-as-message.pfk-as-chat-bubble {
	max-width: min(100%, 78%);
	padding: 0.7rem 0.9rem;
	border-radius: 14px;
	border: 1px solid #e5e7eb;
	box-shadow: none;
	word-break: break-word;
	overflow-wrap: anywhere;
}

.pfk-as-chat-bubble--customer,
.pfk-as-message--customer.pfk-as-chat-bubble--customer {
	align-self: flex-end;
	background: #fff;
	border-color: #e5e7eb;
}

.pfk-as-chat-bubble--admin,
.pfk-as-message--admin.pfk-as-chat-bubble--admin {
	align-self: flex-start;
	background: #eef4ff;
	border-color: #d4e2ff;
}

.pfk-as-admin-thread .pfk-as-chat-bubble--customer,
.pfk-as-admin-thread .pfk-as-message--customer {
	align-self: flex-start;
	background: #fff;
	border-color: #e5e7eb;
}

.pfk-as-admin-thread .pfk-as-chat-bubble--admin,
.pfk-as-admin-thread .pfk-as-message--admin {
	align-self: flex-end;
	background: #eef4ff;
	border-color: #d4e2ff;
}

.pfk-as-chat-meta,
.pfk-as-message-meta.pfk-as-chat-meta {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	gap: 0.65rem;
	margin-bottom: 0.3rem;
	font-size: 0.78rem;
	color: #6b7280;
}

.pfk-as-chat-meta-label,
.pfk-as-message-author.pfk-as-chat-meta-label {
	font-weight: 700;
	color: #374151;
}

.pfk-as-chat-meta-time,
.pfk-as-message-time.pfk-as-chat-meta-time {
	font-size: 0.72rem;
	color: #9ca3af;
	white-space: nowrap;
}

.pfk-as-chat-bubble-body,
.pfk-as-message-body.pfk-as-chat-bubble-body {
	line-height: 1.5;
	color: #111827;
	white-space: pre-wrap;
}

.pfk-as-chat-composer,
.pfk-as-message-form.pfk-as-chat-composer {
	margin: 0;
}

.pfk-as-chat-composer-card,
.pfk-as-message-composer-card.pfk-as-chat-composer-card {
	padding: 0.9rem;
	border: 1px solid #d9e0ea;
	border-radius: 12px;
	background: #fff;
}

.pfk-as-chat-composer-main {
	display: grid;
	gap: 0.65rem;
}

.pfk-as-chat-composer-row {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 0.55rem;
	align-items: stretch;
}

.pfk-as-chat-textarea {
	width: 100%;
	min-height: 88px;
	margin: 0;
	padding: 0.75rem 0.9rem;
	border: 1px solid #d9e0ea;
	border-radius: 10px;
	background: #fff;
	font: inherit;
	line-height: 1.45;
	resize: vertical;
}

.pfk-as-chat-textarea:focus {
	border-color: #9ca3af;
	outline: none;
	box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.1);
}

.pfk-as-chat-send {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 46px;
	min-height: 46px;
	padding: 0 0.85rem;
	border: 1px solid #111827;
	border-radius: 10px;
	background: #111827;
	color: #fff;
	font-size: 1.15rem;
	line-height: 1;
	cursor: pointer;
}

.pfk-as-chat-send:hover,
.pfk-as-chat-send:focus {
	background: #000;
	border-color: #000;
	color: #fff;
}

.pfk-as-chat-send:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}

.pfk-as-attach-ui {
	display: grid;
	gap: 0.45rem;
}

.pfk-as-attach-input {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.pfk-as-attach-ui-controls {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.45rem 0.7rem;
}

.pfk-as-attach-ui-controls[hidden] {
	display: none !important;
}

.pfk-as-attach-trigger {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	margin: 0;
	padding: 0.32rem 0.7rem;
	border: 1px solid #d9e0ea;
	border-radius: 999px;
	background: #f8fafc;
	color: #1f2937;
	font: inherit;
	font-size: 0.82rem;
	font-weight: 600;
	line-height: 1.2;
	cursor: pointer;
}

.pfk-as-attach-trigger:hover,
.pfk-as-attach-trigger:focus {
	background: #eef2f7;
	border-color: #c5d0de;
}

.pfk-as-attach-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	color: inherit;
}

.pfk-as-attach-icon svg {
	display: block;
	width: 18px;
	height: 18px;
}

.pfk-as-attach-help {
	font-size: 0.78rem;
	color: #6b7280;
}

.pfk-as-attach-preview {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.pfk-as-attach-preview[hidden] {
	display: none !important;
}

.pfk-as-selected-file {
	display: flex;
	align-items: center;
	gap: 0.55rem;
	flex: 1 1 220px;
	max-width: 100%;
	padding: 0.45rem 0.55rem;
	border: 1px solid #d9e0ea;
	border-radius: 10px;
	background: #f3f6fb;
}

.pfk-as-selected-file-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 40px;
	width: 40px;
	height: 40px;
	border-radius: 8px;
	border: 1px solid #d9e0ea;
	background: #fff;
	font-size: 0.68rem;
	font-weight: 700;
	color: #b91c1c;
	overflow: hidden;
}

.pfk-as-selected-file-icon--image,
.pfk-as-selected-file-thumb {
	padding: 0;
}

.pfk-as-selected-file-icon--image img,
.pfk-as-selected-file-thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pfk-as-selected-file-main {
	display: grid;
	gap: 0.1rem;
	min-width: 0;
	flex: 1 1 auto;
}

.pfk-as-selected-file-name {
	display: block;
	font-size: 0.82rem;
	font-weight: 700;
	color: #111827;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pfk-as-selected-file-size {
	display: block;
	font-size: 0.74rem;
	color: #6b7280;
}

.pfk-as-selected-file-remove {
	flex: 0 0 auto;
	border: 0;
	background: transparent;
	color: #6b7280;
	font-size: 1.15rem;
	line-height: 1;
	cursor: pointer;
	padding: 0.15rem 0.25rem;
}

.pfk-as-selected-file-remove:hover,
.pfk-as-selected-file-remove:focus {
	color: #111827;
}

.pfk-as-chat-attachments {
	display: grid;
	gap: 0.45rem;
	margin-top: 0.55rem;
}

.pfk-as-chat-attachments .pfk-as-chat-attachment + .pfk-as-chat-attachment {
	margin-top: 0;
}

.pfk-as-chat-attachment {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 0.55rem;
	align-items: center;
	padding: 0.45rem 0.55rem;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.72);
}

.pfk-as-chat-attachment-thumb {
	display: block;
	width: 52px;
	height: 52px;
	border-radius: 6px;
	overflow: hidden;
	border: 1px solid #e5e7eb;
	background: #fff;
}

.pfk-as-chat-attachment-thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pfk-as-chat-attachment-file {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	border-radius: 6px;
	border: 1px solid #e5e7eb;
	background: #fff;
}

.pfk-as-chat-attachment-file-icon {
	font-size: 0.72rem;
	font-weight: 700;
	color: #b91c1c;
}

.pfk-as-chat-attachment-file-icon--heic,
.pfk-as-selected-file-icon--heic {
	color: #5b6b7a;
}

.pfk-as-chat-attachment-file--heic {
	flex-direction: column;
	gap: 0.2rem;
	width: auto;
	min-width: 52px;
	height: auto;
	min-height: 52px;
	padding: 0.35rem 0.5rem;
}

.pfk-as-chat-attachment-heic-label {
	font-size: 0.62rem;
	font-weight: 600;
	color: #5b6b7a;
	text-align: center;
	line-height: 1.2;
}

.pfk-as-chat-attachment-details {
	display: grid;
	gap: 0.15rem;
	min-width: 0;
}

.pfk-as-chat-attachment-name {
	font-size: 0.8rem;
	font-weight: 600;
	color: #111827;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pfk-as-chat-attachment-size {
	font-size: 0.72rem;
	color: #6b7280;
}

.pfk-as-chat-attachment-link {
	font-size: 0.78rem;
	font-weight: 600;
	color: #1d4ed8;
	text-decoration: none;
}

.pfk-as-chat-attachment-link:hover {
	text-decoration: underline;
}

.pfk-as-transient-notice {
	margin: 0 0 0.65rem;
	padding: 0.55rem 0.75rem;
	border-radius: 8px;
	font-size: 0.84rem;
	line-height: 1.4;
}

.pfk-as-transient-notice--success {
	background: #ecfdf5;
	border: 1px solid #a7f3d0;
	color: #065f46;
}

.pfk-as-transient-notice--error {
	background: #fef2f2;
	border: 1px solid #fecaca;
	color: #991b1b;
}

.pfk-as-photo-upload-card {
	position: relative;
	margin: 0 0 1.35rem;
	padding: 1.15rem 1.2rem;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	background: #fff;
}

.pfk-as-photo-upload-title {
	margin: 0 0 0.45rem;
	font-size: 1.0625rem;
	font-weight: 700;
	color: #0f172a;
}

.pfk-as-photo-upload-intro {
	margin: 0 0 0.35rem;
	font-size: 0.9375rem;
	line-height: 1.55;
	color: #334155;
}

.pfk-as-photo-upload-meta {
	margin: 0 0 1rem;
	font-size: 0.8125rem;
	line-height: 1.5;
	color: #64748b;
}

.pfk-as-photo-upload-controls {
	margin: 0;
}

.pfk-as-photo-upload-trigger {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	margin: 0;
	padding: 0.6rem 1rem;
	border: 1px solid #111827;
	border-radius: 999px;
	background: #111827;
	color: #fff;
	font: inherit;
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1.2;
	cursor: pointer;
	transition: background 0.15s ease, border-color 0.15s ease;
}

.pfk-as-photo-upload-trigger:hover,
.pfk-as-photo-upload-trigger:focus {
	background: #1f2937;
	border-color: #1f2937;
	color: #fff;
}

.pfk-as-photo-upload-trigger .pfk-as-attach-icon {
	color: #fff;
}

.pfk-as-photo-upload-count {
	margin: 0.85rem 0 0;
	font-size: 0.875rem;
	font-weight: 600;
	color: #334155;
}

.pfk-as-photo-upload-count--warning {
	color: #b45309;
}

.pfk-as-photo-upload-count[hidden],
.pfk-as-photo-upload-error[hidden] {
	display: none !important;
}

.pfk-as-photo-upload-error {
	margin: 0.55rem 0 0;
	padding: 0.55rem 0.75rem;
	border-radius: 8px;
	font-size: 0.8125rem;
	line-height: 1.45;
	color: #991b1b;
	background: #fef2f2;
	border: 1px solid #fecaca;
}

.pfk-as-photo-upload--warning .pfk-as-photo-upload-error {
	color: #92400e;
	background: #fffbeb;
	border-color: #fde68a;
}

.pfk-as-photo-upload--invalid .pfk-as-photo-upload-trigger {
	border-color: #dc2626;
	background: #991b1b;
}

.pfk-as-photo-upload-list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	margin-top: 0.85rem;
}

.pfk-as-photo-upload-list[hidden] {
	display: none !important;
}

.pfk-as-photo-upload-chip {
	flex: 1 1 240px;
	max-width: 100%;
	padding: 0.6rem 0.65rem;
	border: 1px solid #dbe3ee;
	border-radius: 10px;
	background: #f8fafc;
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.pfk-as-photo-upload-chip:hover {
	border-color: #cbd5e1;
	box-shadow: 0 1px 0 rgba(15, 23, 42, 0.04);
}

.pfk-as-photo-upload-chip .pfk-as-selected-file-icon {
	flex: 0 0 72px;
	width: 72px;
	height: 72px;
	border-radius: 8px;
}

.pfk-as-photo-upload-chip .pfk-as-selected-file-name {
	font-size: 0.875rem;
	color: #0f172a;
	word-break: break-word;
}

.pfk-as-photo-upload-chip .pfk-as-selected-file-size {
	font-size: 0.75rem;
	color: #64748b;
}

.pfk-as-photo-upload-chip .pfk-as-selected-file-remove {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border: 1px solid #e5e7eb;
	border-radius: 999px;
	background: #fff;
	color: #64748b;
	font-size: 1.1rem;
	line-height: 1;
	cursor: pointer;
	transition: border-color 0.15s ease, color 0.15s ease, background 0.15s ease;
}

.pfk-as-photo-upload-chip .pfk-as-selected-file-remove:hover,
.pfk-as-photo-upload-chip .pfk-as-selected-file-remove:focus {
	border-color: #fca5a5;
	color: #b91c1c;
	background: #fff5f5;
}

.pfk-as-withdrawal-form .pfk-as-withdrawal-confirm {
	margin-top: 0.25rem;
	padding: 1rem 1.1rem;
	border-radius: 10px;
	background: #f8fafc;
	border: 1px solid #e5e7eb;
}

.pfk-as-withdrawal-form .pfk-as-withdrawal-confirm label {
	align-items: flex-start;
	gap: 0.75rem;
	font-size: 0.9375rem;
	line-height: 1.6;
	color: #334155;
}

.pfk-as-withdrawal-form .pfk-as-withdrawal-confirm input {
	margin-top: 0.25rem;
	width: 1.05rem;
	height: 1.05rem;
}

.pfk-as-withdrawal-form .pfk-as-actions--primary {
	margin-top: 0.5rem;
}

.pfk-as-withdrawal-form .pfk-as-summary,
.pfk-as-withdrawal-form .pfk-as-order-summary,
.pfk-as-withdrawal-form .pfk-as-items {
	border-color: #e5e7eb;
	background: #fff;
}

.pfk-as-withdrawal-form .pfk-as-refund-estimate {
	border-color: #dbe3ee;
	background: #f8fafc;
}

.pfk-as-withdrawal-form .pfk-as-field label,
.pfk-as-withdrawal-form .pfk-as-field-label {
	font-size: 0.9375rem;
	font-weight: 700;
	color: #0f172a;
}

.pfk-as-withdrawal-form .pfk-as-field textarea,
.pfk-as-withdrawal-form .pfk-as-field input[type="text"] {
	font-size: 1rem;
	border-color: #dbe3ee;
}

.pfk-as-withdrawal-reason-card {
	margin: 0 0 1.35rem;
	padding: 1.15rem 1.2rem;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	background: #fff;
}

.pfk-as-withdrawal-reason-title {
	margin: 0 0 0.5rem;
	font-size: 1.125rem;
	font-weight: 800;
	color: #0f172a;
	line-height: 1.3;
}

.pfk-as-withdrawal-reason-intro {
	margin: 0 0 1.1rem;
	font-size: 0.9375rem;
	line-height: 1.65;
	color: #64748b;
}

.pfk-as-withdrawal-reason-main {
	display: grid;
	gap: 0.85rem;
	margin: 0 0 1.1rem;
	padding: 0;
	border: 0;
}

@media (min-width: 768px) {
	.pfk-as-withdrawal-reason-main {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

.pfk-as-withdrawal-reason-main-card {
	position: relative;
	display: block;
	margin: 0;
	padding: 1rem 1.05rem;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	background: #fff;
	cursor: pointer;
	transition: border-color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}

.pfk-as-withdrawal-reason-main-card:hover {
	border-color: #cbd5e1;
	background: #fafafa;
}

.pfk-as-withdrawal-reason-main-card:has(input:checked) {
	border-color: #111827;
	background: #f8fafc;
	box-shadow: 0 0 0 1px rgba(17, 24, 39, 0.06);
}

.pfk-as-withdrawal-reason-main-card input {
	position: absolute;
	opacity: 0;
	width: 1px;
	height: 1px;
	pointer-events: none;
}

.pfk-as-withdrawal-reason-main-card-body {
	display: grid;
	gap: 0.5rem;
}

.pfk-as-withdrawal-reason-main-card-head {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.45rem 0.55rem;
}

.pfk-as-withdrawal-reason-main-card-label {
	font-size: 1rem;
	font-weight: 800;
	color: #0f172a;
	line-height: 1.4;
}

.pfk-as-withdrawal-reason-main-badge {
	margin: 0;
}

.pfk-as-withdrawal-reason-main-check {
	display: none;
	width: 1.1rem;
	height: 1.1rem;
	margin-left: auto;
	border-radius: 999px;
	border: 2px solid #cbd5e1;
	background: #fff;
	position: relative;
	flex-shrink: 0;
}

.pfk-as-withdrawal-reason-main-card:has(input:checked) .pfk-as-withdrawal-reason-main-check {
	display: inline-block;
	border-color: #111827;
	background: #111827;
}

.pfk-as-withdrawal-reason-main-card:has(input:checked) .pfk-as-withdrawal-reason-main-check::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0.35rem;
	height: 0.6rem;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: translate(-50%, -58%) rotate(45deg);
}

.pfk-as-withdrawal-reason-main-card-desc {
	font-size: 0.9375rem;
	line-height: 1.6;
	color: #64748b;
}

.pfk-as-withdrawal-reason-main-card-fee {
	font-size: 0.875rem;
	line-height: 1.55;
	font-weight: 700;
	color: #334155;
}

.pfk-as-withdrawal-reason-main-card-fee--review {
	color: #1e40af;
}

.pfk-as-withdrawal-reason-simple-panel,
.pfk-as-withdrawal-reason-issue-panel {
	margin-top: 0.15rem;
	margin-bottom: 0.35rem;
}

.pfk-as-withdrawal-reason-detail-field label {
	font-size: 0.875rem;
	font-weight: 700;
	color: #334155;
}

.pfk-as-withdrawal-reason-simple-panel[hidden],
.pfk-as-withdrawal-reason-issue-panel[hidden] {
	display: none !important;
}

.pfk-as-withdrawal-return-shipping-wrap[hidden],
.pfk-as-withdrawal-refund-estimate-wrap[hidden],
.pfk-as-withdrawal-bank-flow[hidden],
.pfk-as-withdrawal-photos-wrap[hidden],
.pfk-as-withdrawal-confirm[hidden],
.pfk-as-replacement-confirm[hidden],
.pfk-as-withdrawal-resolution-panel[hidden] {
	display: none !important;
}

.pfk-as-return-shipping[data-pfk-as-return-shipping-fee-mode="no_fee"] .pfk-as-return-shipping-copy--paid {
	display: none !important;
}

.pfk-as-return-shipping[data-pfk-as-return-shipping-fee-mode="paid"] .pfk-as-return-shipping-copy--no-fee {
	display: none !important;
}

.pfk-as-withdrawal-resolution-panel {
	margin-top: 1.1rem;
}

.pfk-as-withdrawal-resolution-options {
	border: 0;
	margin: 0;
	padding: 0;
}

.pfk-as-withdrawal-resolution-legend {
	display: block;
	margin: 0 0 0.75rem;
	font-size: 0.9375rem;
	font-weight: 600;
	color: #111827;
}

.pfk-as-withdrawal-resolution-option {
	display: block;
	cursor: pointer;
}

.pfk-as-withdrawal-resolution-option input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.pfk-as-withdrawal-resolution-option-body {
	display: block;
	padding: 0.95rem 1rem;
	border: 1px solid #d1d5db;
	border-radius: 12px;
	background: #fff;
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.pfk-as-withdrawal-resolution-option:hover .pfk-as-withdrawal-resolution-option-body {
	border-color: #9ca3af;
}

.pfk-as-withdrawal-resolution-option:has(input:checked) .pfk-as-withdrawal-resolution-option-body {
	border-color: #111827;
	box-shadow: 0 0 0 1px rgba(17, 24, 39, 0.06);
}

.pfk-as-withdrawal-resolution-option-label {
	display: block;
	font-size: 0.9375rem;
	font-weight: 600;
	color: #111827;
}

.pfk-as-withdrawal-resolution-option-helper {
	display: block;
	margin-top: 0.35rem;
	font-size: 0.875rem;
	line-height: 1.6;
	color: #4b5563;
}

.pfk-as-withdrawal-reason-issue-option--replacement span {
	border-style: dashed;
}

.pfk-as-withdrawal-reason-issue-option--replacement:has(input:checked) span {
	border-style: solid;
}

.pfk-as-withdrawal-reason-detail-field {
	margin: 0;
}

.pfk-as-withdrawal-reason-issue-options {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
	margin: 0;
	padding: 0;
	border: 0;
}

.pfk-as-withdrawal-reason-issue-legend {
	margin: 0 0 0.75rem;
	padding: 0;
	font-size: 0.8125rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #475569;
}

.pfk-as-withdrawal-reason-issue-option {
	display: inline-flex;
	align-items: center;
	margin: 0;
}

.pfk-as-withdrawal-reason-issue-option input {
	position: absolute;
	opacity: 0;
	width: 1px;
	height: 1px;
	pointer-events: none;
}

.pfk-as-withdrawal-reason-issue-option span {
	display: inline-flex;
	align-items: center;
	padding: 0.55rem 0.85rem;
	border: 1px solid #e5e7eb;
	border-radius: 999px;
	background: #fff;
	font-size: 0.8125rem;
	font-weight: 600;
	color: #334155;
	cursor: pointer;
	transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease;
}

.pfk-as-withdrawal-reason-issue-option:hover span {
	border-color: #cbd5e1;
	background: #f8fafc;
}

.pfk-as-withdrawal-reason-issue-option:has(input:checked) span {
	border-color: #111827;
	background: #f8fafc;
	color: #0f172a;
	box-shadow: 0 0 0 1px rgba(17, 24, 39, 0.06);
}

.pfk-as-withdrawal-reason-note-field {
	margin-top: 1.1rem;
}

.pfk-as-withdrawal-reason-note-field .pfk-as-field-help {
	font-size: 0.875rem;
	line-height: 1.6;
}

.pfk-as-withdrawal-inspection-notice {
	margin-top: 1.1rem;
	padding: 0.9rem 1rem;
	border-radius: 10px;
	background: #eff6ff;
	border: 1px solid #bfdbfe;
	color: #1e3a8a;
}

.pfk-as-withdrawal-inspection-notice[hidden] {
	display: none !important;
}

.pfk-as-withdrawal-inspection-notice p {
	margin: 0;
	font-size: 0.875rem;
	line-height: 1.6;
}

.pfk-as-fee-notice-wrap[hidden] {
	display: none !important;
}

.pfk-as-withdrawal-inspection-badge {
	display: inline-block;
	margin: 0.5rem 0 0;
	padding: 0.35rem 0.65rem;
	border-radius: 999px;
	background: #fffbeb;
	border: 1px solid #fde68a;
	color: #92400e;
	font-size: 0.8125rem;
	font-weight: 600;
	line-height: 1.4;
}

.pfk-as-withdrawal-reason-details + h5 {
	margin-top: 1rem;
}

@media (min-width: 768px) {
	.pfk-as-withdrawal-form--guest .pfk-as-summary,
	.pfk-as-withdrawal-form--guest .pfk-as-items {
		padding: 1.15rem 1.2rem;
	}

	.pfk-as-withdrawal-form--guest .pfk-as-item-choice {
		padding: 1rem 1.05rem;
	}
}

/* Guest withdrawal page — layout, typography, card polish */
.pfk-as-guest-withdrawal-shell .pfk-as-guest-withdrawal-card {
	border: 1px solid #e5e7eb;
	border-radius: 16px;
	box-shadow: none;
	overflow: hidden;
}

.pfk-as-guest-withdrawal-shell .pfk-as-guest-withdrawal-header {
	padding: 1.35rem 1.25rem 0.85rem;
}

.pfk-as-guest-withdrawal-shell .pfk-as-guest-withdrawal-body {
	padding: 0 1.25rem 1.35rem;
}

@media (min-width: 768px) {
	.pfk-as-guest-withdrawal-shell .pfk-as-guest-withdrawal-header {
		padding: 2.25rem 2.5rem 1rem;
	}

	.pfk-as-guest-withdrawal-shell .pfk-as-guest-withdrawal-body {
		padding: 0 2.5rem 2.5rem;
	}
}

@media (max-width: 767px) {
	.pfk-as-guest-withdrawal-shell {
		padding: 0 1.125rem;
	}

	.pfk-as-guest-withdrawal-shell .pfk-as-guest-withdrawal-header,
	.pfk-as-guest-withdrawal-shell .pfk-as-guest-withdrawal-body {
		padding-left: 1.125rem;
		padding-right: 1.125rem;
	}
}

.pfk-as-guest-withdrawal-shell .pfk-as-guest-withdrawal-title {
	margin: 0 0 0.85rem;
	font-weight: 800;
	color: #0f172a;
	line-height: 1.2;
}

@media (max-width: 767px) {
	.pfk-as-guest-withdrawal-shell .pfk-as-guest-withdrawal-title {
		font-size: 1.375rem;
	}
}

@media (min-width: 768px) {
	.pfk-as-guest-withdrawal-shell .pfk-as-guest-withdrawal-title {
		font-size: 1.875rem;
	}
}

.pfk-as-guest-withdrawal-shell .pfk-as-guest-withdrawal-intro {
	margin: 0;
	font-size: 1rem;
	line-height: 1.65;
	color: #64748b;
}

.pfk-as-guest-withdrawal-shell .pfk-as-step-label {
	font-size: 0.8125rem;
	background: #f1f5f9;
	color: #475569;
}

.pfk-as-guest-withdrawal-shell .pfk-as-withdrawal-form {
	gap: 1.35rem;
}

.pfk-as-guest-withdrawal-shell .pfk-as-summary-title,
.pfk-as-guest-withdrawal-shell .pfk-as-field-label,
.pfk-as-guest-withdrawal-shell .pfk-as-refund-estimate-title,
.pfk-as-guest-withdrawal-shell .pfk-as-bank-card-title,
.pfk-as-guest-withdrawal-shell .pfk-as-photo-upload-title,
.pfk-as-guest-withdrawal-shell .pfk-as-withdrawal-reason-title {
	font-size: 1.0625rem;
	font-weight: 800;
	color: #0f172a;
	line-height: 1.35;
}

@media (min-width: 768px) {
	.pfk-as-guest-withdrawal-shell .pfk-as-summary-title,
	.pfk-as-guest-withdrawal-shell .pfk-as-field-label,
	.pfk-as-guest-withdrawal-shell .pfk-as-refund-estimate-title,
	.pfk-as-guest-withdrawal-shell .pfk-as-bank-card-title,
	.pfk-as-guest-withdrawal-shell .pfk-as-photo-upload-title,
	.pfk-as-guest-withdrawal-shell .pfk-as-withdrawal-reason-title {
		font-size: 1.125rem;
	}
}

.pfk-as-guest-withdrawal-shell .pfk-as-summary-grid dt,
.pfk-as-guest-withdrawal-shell .pfk-as-field label,
.pfk-as-guest-withdrawal-shell .pfk-as-bank-card-intro,
.pfk-as-guest-withdrawal-shell .pfk-as-photo-upload-intro,
.pfk-as-guest-withdrawal-shell .pfk-as-field textarea,
.pfk-as-guest-withdrawal-shell .pfk-as-field input[type="text"],
.pfk-as-guest-withdrawal-shell .pfk-as-verify-form .pfk-as-field input {
	font-size: 1rem;
	line-height: 1.6;
}

.pfk-as-guest-withdrawal-shell .pfk-as-summary-grid dd {
	font-size: 1rem;
	color: #0f172a;
}

.pfk-as-guest-withdrawal-shell .pfk-as-summary-grid dt,
.pfk-as-guest-withdrawal-shell .pfk-as-refund-estimate-note,
.pfk-as-guest-withdrawal-shell .pfk-as-photo-upload-meta,
.pfk-as-guest-withdrawal-shell .pfk-as-bank-card-payment,
.pfk-as-guest-withdrawal-shell .pfk-as-field-help {
	font-size: 0.875rem;
	color: #64748b;
}

.pfk-as-guest-withdrawal-shell .pfk-as-order-summary,
.pfk-as-guest-withdrawal-shell .pfk-as-summary,
.pfk-as-guest-withdrawal-shell .pfk-as-items,
.pfk-as-guest-withdrawal-shell .pfk-as-refund-estimate,
.pfk-as-guest-withdrawal-shell .pfk-as-withdrawal-reason-card,
.pfk-as-guest-withdrawal-shell .pfk-as-bank-card,
.pfk-as-guest-withdrawal-shell .pfk-as-photo-upload-card,
.pfk-as-guest-withdrawal-shell .pfk-as-withdrawal-form .pfk-as-withdrawal-confirm {
	border-color: #e5e7eb;
	border-radius: 16px;
	background: #fff;
}

.pfk-as-guest-withdrawal-shell .pfk-as-refund-estimate,
.pfk-as-guest-withdrawal-shell .pfk-as-withdrawal-form .pfk-as-withdrawal-confirm {
	background: #f8fafc;
}

.pfk-as-withdrawal-form--guest .pfk-as-product-row-name {
	font-size: 1rem;
	font-weight: 800;
	color: #0f172a;
	line-height: 1.4;
}

.pfk-as-withdrawal-form--guest .pfk-as-product-row-meta {
	font-size: 0.875rem;
	color: #64748b;
	line-height: 1.5;
}

.pfk-as-withdrawal-form--guest .pfk-as-withdrawal-product-thumb,
.pfk-as-withdrawal-form--guest .pfk-as-withdrawal-product-thumb img {
	flex: 0 0 76px;
	width: 76px;
	height: 76px;
	max-width: 76px;
	max-height: 76px;
	border-radius: 10px;
	border-color: #e5e7eb;
	background: #f8fafc;
}

@media (min-width: 768px) {
	.pfk-as-withdrawal-form--guest .pfk-as-withdrawal-product-thumb,
	.pfk-as-withdrawal-form--guest .pfk-as-withdrawal-product-thumb img {
		flex: 0 0 84px;
		width: 84px;
		height: 84px;
		max-width: 84px;
		max-height: 84px;
	}
}

.pfk-as-withdrawal-form--guest .pfk-as-product-select-list {
	gap: 0.75rem;
}

.pfk-as-withdrawal-form--guest .pfk-as-exchange-lock-badge {
	margin-top: 0.15rem;
}

.pfk-as-guest-withdrawal-shell .pfk-as-verify-form .pfk-as-button {
	text-transform: none;
}

.pfk-as-guest-withdrawal-shell .pfk-as-button--guest-submit {
	min-height: 52px;
	padding: 0.85rem 1.5rem;
	border-radius: 12px;
	font-size: 1rem;
	font-weight: 700;
	background: #111827;
}

.pfk-as-guest-withdrawal-shell .pfk-as-button--guest-submit:hover {
	background: #1f2937;
}

@media (max-width: 767px) {
	.pfk-as-guest-withdrawal-shell .pfk-as-button--guest-submit {
		width: 100%;
	}

	.pfk-as-guest-withdrawal-shell .pfk-as-photo-upload-list {
		flex-direction: column;
	}

	.pfk-as-guest-withdrawal-shell .pfk-as-photo-upload-chip {
		flex-basis: 100%;
	}
}

.pfk-as-withdrawal-photos-admin {
	margin-top: 1rem;
}

.pfk-as-withdrawal-photos-admin h5 {
	margin: 0 0 0.75rem;
}

.pfk-as-withdrawal-photos-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.pfk-as-withdrawal-photo-thumb {
	display: block;
	width: 96px;
	height: 96px;
	overflow: hidden;
	border: 1px solid #e2e8f0;
	border-radius: 10px;
	background: #f8fafc;
}

.pfk-as-withdrawal-photo-thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pfk-as-withdrawal-photo-thumb--heic {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.35rem;
	padding: 0.5rem;
	text-decoration: none;
}

.pfk-as-withdrawal-photo-heic-label {
	font-size: 0.68rem;
	font-weight: 600;
	color: #5b6b7a;
	text-align: center;
	line-height: 1.2;
}

.pfk-as-admin-composer-card.pfk-as-chat-composer {
	margin-top: 0.75rem;
	padding-top: 0.75rem;
	border-top: 1px solid #ececec;
}

.pfk-as-admin-section--conversation .pfk-as-chat-thread {
	max-height: 360px;
}

/* Admin panel v0.4.2 */
.pfk-as-admin-panel {
	font-size: 13px;
	line-height: 1.45;
	color: #1d2327;
}

.pfk-as-admin-summary-bar {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
	margin: 0 0 14px;
	padding: 12px 14px;
	background: #f8fafc;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
}

.pfk-as-admin-summary-bar-main {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}

.pfk-as-admin-summary-title {
	font-size: 14px;
	font-weight: 700;
	color: #1d2327;
}

.pfk-as-admin-summary-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 14px 18px;
	margin: 0;
}

.pfk-as-admin-summary-meta > div {
	display: grid;
	gap: 2px;
}

.pfk-as-admin-summary-meta dt {
	margin: 0;
	font-size: 11px;
	color: #646970;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}

.pfk-as-admin-summary-meta dd {
	margin: 0;
	font-weight: 600;
	color: #1d2327;
}

.pfk-as-admin-grid {
	display: grid;
	gap: 12px;
}

.pfk-as-admin-card {
	margin: 0;
	padding: 12px 14px;
	background: #fff;
	border: 1px solid #dcdcde;
	border-radius: 8px;
}

.pfk-as-admin-card-title,
.pfk-as-admin-inbox .pfk-as-admin-card-title {
	margin: 0 0 10px;
	padding: 0;
	font-size: 13px;
	font-weight: 700;
	color: #1d2327;
}

.pfk-as-admin-kv {
	display: grid;
	gap: 8px;
	margin: 0;
}

.pfk-as-admin-financial-row {
	display: grid;
	grid-template-columns: minmax(120px, 38%) 1fr;
	gap: 8px;
	align-items: start;
}

.pfk-as-admin-financial-row dt {
	margin: 0;
	font-weight: 600;
	color: #646970;
}

.pfk-as-admin-financial-row dd {
	margin: 0;
	color: #1d2327;
}

.pfk-as-admin-product-list {
	display: grid;
	gap: 8px;
	margin-top: 10px;
}

.pfk-as-admin-product-row {
	padding: 10px 12px;
	background: #f8fafc;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
}

.pfk-as-admin-product-name {
	display: block;
	margin-bottom: 4px;
	font-size: 13px;
}

.pfk-as-admin-product-meta {
	margin: 0 0 3px;
	font-size: 12px;
	color: #50575e;
}

.pfk-as-admin-product-meta:last-child {
	margin-bottom: 0;
}

.pfk-as-admin-linked-order {
	font-weight: 600;
	text-decoration: none;
}

.pfk-as-admin-status-badge {
	display: inline-flex;
	align-items: center;
	padding: 3px 8px;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.2;
	border: 1px solid transparent;
	white-space: nowrap;
}

.pfk-as-admin-status-badge--submitted {
	background: #eff6ff;
	border-color: #bfdbfe;
	color: #1d4ed8;
}

.pfk-as-admin-status-badge--pending {
	background: #fff7ed;
	border-color: #fed7aa;
	color: #c2410c;
}

.pfk-as-admin-status-badge--approved {
	background: #ecfdf5;
	border-color: #bbf7d0;
	color: #166534;
}

.pfk-as-admin-status-badge--rejected {
	background: #fef2f2;
	border-color: #fecaca;
	color: #b91c1c;
}

.pfk-as-admin-status-badge--completed {
	background: #f3f4f6;
	border-color: #d1d5db;
	color: #374151;
}

.pfk-as-admin-status-badge--cancelled {
	background: #f9fafb;
	border-color: #e5e7eb;
	color: #6b7280;
}

.pfk-as-admin-empty {
	margin: 0;
	color: #646970;
	font-style: normal;
}

.pfk-as-admin-warning-box {
	margin-top: 10px;
	padding: 10px 12px;
	background: #fffbeb;
	border: 1px solid #fde68a;
	border-radius: 8px;
	color: #92400e;
}

.pfk-as-admin-warning-box p {
	margin: 0 0 8px;
}

.pfk-as-admin-warning-box p:last-child {
	margin-bottom: 0;
}

.pfk-as-admin-action-grid {
	display: grid;
	gap: 12px;
}

.pfk-as-admin-action-form--approve .button-primary,
.pfk-as-admin-success.button-primary {
	background: #166534;
	border-color: #14532d;
}

.pfk-as-admin-action-form--approve .button-primary:hover,
.pfk-as-admin-success.button-primary:hover {
	background: #14532d;
	border-color: #14532d;
}

.pfk-as-admin-danger.button {
	color: #b91c1c;
	border-color: #fca5a5;
	background: #fff;
}

.pfk-as-admin-danger.button:hover {
	color: #991b1b;
	border-color: #f87171;
	background: #fef2f2;
}

.pfk-as-admin-reject-group {
	padding: 10px 12px;
	border: 1px solid #fecaca;
	border-radius: 8px;
	background: #fffafa;
}

.pfk-as-admin-history-list {
	display: grid;
	gap: 8px;
}

.pfk-as-admin-history-card {
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	background: #fff;
	overflow: hidden;
}

.pfk-as-admin-history-card > summary {
	display: grid;
	gap: 4px;
	padding: 10px 12px;
	cursor: pointer;
	list-style: none;
}

.pfk-as-admin-history-card > summary::-webkit-details-marker {
	display: none;
}

.pfk-as-admin-history-card-top {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
}

.pfk-as-admin-history-card-meta {
	font-size: 12px;
	color: #646970;
}

.pfk-as-admin-history-card-body {
	padding: 0 12px 10px;
	border-top: 1px solid #f1f5f9;
}

.pfk-as-admin-conversation-wrap .pfk-as-admin-thread {
	max-height: 320px;
}

.pfk-as-admin-composer-card {
	margin-top: 10px;
	padding: 10px 12px;
	background: #f8fafc;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
}

.pfk-as-admin-inbox .pfk-as-admin-stats {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
	gap: 12px;
	margin: 14px 0 18px;
}

.pfk-as-admin-inbox .pfk-as-admin-stat-card {
	padding: 12px 14px;
	background: #fff;
	border: 1px solid #dcdcde;
	border-radius: 8px;
}

.pfk-as-admin-inbox .pfk-as-admin-stat-value {
	font-size: 22px;
	line-height: 1.1;
	color: #1d2327;
}

.pfk-as-admin-inbox-messages,
.pfk-as-admin-inbox-requests {
	margin-bottom: 16px;
}

.pfk-as-admin-inbox-table th {
	font-weight: 600;
}

/* After Sales dashboard v0.4.4 */
.pfk-as-admin-page {
	max-width: 1280px;
	margin: 12px 20px 24px 0;
	color: #1d2327;
}

.pfk-as-admin-page .pfk-as-admin-page-head {
	margin: 0 0 18px;
	padding: 0;
}

.pfk-as-admin-page .pfk-as-admin-page-title {
	margin: 0 0 6px;
	padding: 0;
	font-size: 23px;
	font-weight: 600;
	line-height: 1.25;
	color: #1d2327;
}

.pfk-as-admin-page .pfk-as-admin-page-subtitle {
	margin: 0 0 4px;
	font-size: 14px;
	line-height: 1.45;
	color: #50575e;
}

.pfk-as-admin-page .pfk-as-admin-page-utility {
	margin: 0;
	font-size: 12px;
	line-height: 1.4;
	color: #787c82;
}

.pfk-as-admin-page .pfk-as-admin-stat-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 12px;
	margin: 0 0 16px;
}

.pfk-as-admin-page .pfk-as-admin-stat-card {
	position: relative;
	display: grid;
	gap: 4px;
	padding: 14px 14px 14px 18px;
	background: #fff;
	border: 1px solid #dcdcde;
	border-radius: 10px;
	overflow: hidden;
}

.pfk-as-admin-page .pfk-as-admin-stat-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 4px;
	height: 100%;
	background: #c3c4c7;
}

.pfk-as-admin-page .pfk-as-admin-stat-card--pending::before {
	background: #f59e0b;
}

.pfk-as-admin-page .pfk-as-admin-stat-card--messages::before {
	background: #2563eb;
}

.pfk-as-admin-page .pfk-as-admin-stat-card--approved::before {
	background: #16a34a;
}

.pfk-as-admin-page .pfk-as-admin-stat-card--completed::before {
	background: #059669;
}

.pfk-as-admin-page .pfk-as-admin-stat-card--rejected::before {
	background: #dc2626;
}

.pfk-as-admin-page .pfk-as-admin-stat-dot {
	display: none;
}

.pfk-as-admin-page .pfk-as-admin-stat-label {
	font-size: 12px;
	font-weight: 600;
	color: #50575e;
}

.pfk-as-admin-page .pfk-as-admin-stat-value {
	font-size: 26px;
	line-height: 1.1;
	font-weight: 700;
	color: #1d2327;
}

.pfk-as-admin-page .pfk-as-admin-stat-help {
	font-size: 11px;
	line-height: 1.35;
	color: #787c82;
}

.pfk-as-admin-page .pfk-as-admin-filter-card {
	margin: 0 0 16px;
	padding: 14px 16px;
	background: #fff;
	border: 1px solid #dcdcde;
	border-radius: 10px;
}

.pfk-as-admin-page .pfk-as-admin-filter-row {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 14px;
	align-items: flex-end;
}

.pfk-as-admin-page .pfk-as-admin-filter-field {
	display: grid;
	gap: 4px;
	min-width: 160px;
	flex: 1 1 160px;
}

.pfk-as-admin-page .pfk-as-admin-filter-field--search {
	flex: 2 1 220px;
	min-width: 220px;
}

.pfk-as-admin-page .pfk-as-admin-filter-field label {
	font-size: 12px;
	font-weight: 600;
	color: #50575e;
}

.pfk-as-admin-page .pfk-as-admin-filter-field select,
.pfk-as-admin-page .pfk-as-admin-filter-field input[type="search"] {
	width: 100%;
	max-width: 100%;
}

.pfk-as-admin-page .pfk-as-admin-filter-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
}

.pfk-as-admin-page .pfk-as-admin-section {
	margin: 0 0 18px;
}

.pfk-as-admin-page .pfk-as-admin-section-head {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: space-between;
	gap: 8px 12px;
	margin: 0 0 10px;
}

.pfk-as-admin-page .pfk-as-admin-section-title {
	margin: 0;
	padding: 0;
	font-size: 15px;
	font-weight: 700;
	color: #1d2327;
}

.pfk-as-admin-page .pfk-as-admin-section-meta {
	margin: 0;
	font-size: 12px;
	color: #787c82;
}

.pfk-as-admin-page .pfk-as-admin-table-card {
	background: #fff;
	border: 1px solid #dcdcde;
	border-radius: 10px;
	overflow: hidden;
}

.pfk-as-admin-page .pfk-as-admin-table-scroll {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.pfk-as-admin-page .pfk-as-admin-data-table {
	width: 100%;
	min-width: 720px;
	margin: 0;
	border: 0;
	border-collapse: collapse;
	background: #fff;
}

.pfk-as-admin-page .pfk-as-admin-data-table--requests {
	min-width: 1080px;
}

.pfk-as-admin-page .pfk-as-admin-data-table thead th {
	padding: 10px 12px;
	font-size: 12px;
	font-weight: 600;
	text-align: left;
	color: #50575e;
	background: #f6f7f7;
	border-bottom: 1px solid #dcdcde;
	white-space: nowrap;
}

.pfk-as-admin-page .pfk-as-admin-data-table tbody td {
	padding: 11px 12px;
	font-size: 13px;
	line-height: 1.4;
	color: #1d2327;
	border-bottom: 1px solid #f0f0f1;
	vertical-align: top;
}

.pfk-as-admin-page .pfk-as-admin-data-table tbody tr:last-child td {
	border-bottom: 0;
}

.pfk-as-admin-page .pfk-as-admin-data-table tbody tr:hover td {
	background: #fafafa;
}

.pfk-as-admin-page .pfk-as-admin-order-link,
.pfk-as-admin-page .pfk-as-admin-linked-order {
	font-weight: 600;
	text-decoration: none;
}

.pfk-as-admin-page .pfk-as-admin-customer-name {
	display: block;
	font-weight: 600;
}

.pfk-as-admin-page .pfk-as-admin-customer-email {
	display: block;
	margin-top: 2px;
	font-size: 12px;
	color: #787c82;
}

.pfk-as-admin-page .pfk-as-admin-message-preview {
	display: grid;
	gap: 4px;
	max-width: 320px;
}

.pfk-as-admin-page .pfk-as-admin-message-preview-text {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	word-break: break-word;
	color: #50575e;
}

.pfk-as-admin-page .pfk-as-admin-attachment-indicator {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	font-size: 11px;
	font-weight: 600;
	color: #2563eb;
}

.pfk-as-admin-page .pfk-as-admin-attachment-indicator-icon {
	display: inline-flex;
	align-items: center;
	line-height: 1;
}

.pfk-as-admin-page .pfk-as-admin-attachment-indicator-icon svg {
	display: block;
}

.pfk-as-admin-page .pfk-as-admin-products-summary,
.pfk-as-admin-page .pfk-as-admin-financial-summary {
	display: block;
	max-width: 220px;
	font-size: 12px;
	line-height: 1.45;
	color: #50575e;
	word-break: break-word;
}

.pfk-as-admin-page .pfk-as-admin-type-badge {
	display: inline-flex;
	align-items: center;
	padding: 3px 8px;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.2;
	border: 1px solid transparent;
	white-space: nowrap;
}

.pfk-as-admin-page .pfk-as-admin-type-badge--exchange {
	background: #eff6ff;
	border-color: #bfdbfe;
	color: #1d4ed8;
}

.pfk-as-admin-page .pfk-as-admin-type-badge--withdrawal {
	background: #f5f3ff;
	border-color: #ddd6fe;
	color: #6d28d9;
}

.pfk-as-admin-page .pfk-as-admin-badge,
.pfk-as-admin-page .pfk-as-admin-status-badge {
	display: inline-flex;
	align-items: center;
	padding: 3px 8px;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.2;
	border: 1px solid transparent;
	white-space: nowrap;
}

.pfk-as-admin-page .pfk-as-admin-badge--submitted,
.pfk-as-admin-page .pfk-as-admin-status-badge--submitted {
	background: #eff6ff;
	border-color: #bfdbfe;
	color: #1d4ed8;
}

.pfk-as-admin-page .pfk-as-admin-badge--pending,
.pfk-as-admin-page .pfk-as-admin-status-badge--pending {
	background: #fff7ed;
	border-color: #fed7aa;
	color: #c2410c;
}

.pfk-as-admin-page .pfk-as-admin-badge--approved,
.pfk-as-admin-page .pfk-as-admin-status-badge--approved {
	background: #ecfdf5;
	border-color: #bbf7d0;
	color: #166534;
}

.pfk-as-admin-page .pfk-as-admin-badge--rejected,
.pfk-as-admin-page .pfk-as-admin-status-badge--rejected {
	background: #fef2f2;
	border-color: #fecaca;
	color: #b91c1c;
}

.pfk-as-admin-page .pfk-as-admin-badge--completed,
.pfk-as-admin-page .pfk-as-admin-status-badge--completed {
	background: #f0fdf4;
	border-color: #bbf7d0;
	color: #15803d;
}

.pfk-as-admin-page .pfk-as-admin-badge--cancelled,
.pfk-as-admin-page .pfk-as-admin-status-badge--cancelled {
	background: #f3f4f6;
	border-color: #d1d5db;
	color: #4b5563;
}

.pfk-as-admin-page .pfk-as-admin-warning-badge {
	display: inline-flex;
	align-items: center;
	padding: 3px 8px;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.2;
	background: #fff7ed;
	border: 1px solid #fdba74;
	color: #c2410c;
	white-space: nowrap;
}

.pfk-as-admin-page .pfk-as-admin-action-button {
	border-color: #1d2327 !important;
	color: #1d2327 !important;
	background: #fff !important;
	box-shadow: none !important;
}

.pfk-as-admin-page .pfk-as-admin-action-button:hover,
.pfk-as-admin-page .pfk-as-admin-action-button:focus {
	background: #f6f7f7 !important;
	color: #000 !important;
	border-color: #000 !important;
}

.pfk-as-admin-page .pfk-as-admin-empty {
	padding: 28px 20px;
	text-align: center;
	background: #f6f7f7;
	border-top: 1px solid #f0f0f1;
}

.pfk-as-admin-page .pfk-as-admin-empty p {
	margin: 0;
	font-size: 13px;
	color: #646970;
}

.pfk-as-admin-page .pfk-as-admin-pagination {
	margin-top: 12px;
	padding: 0 4px;
}

.pfk-as-admin-page .pfk-as-admin-pagination .page-numbers {
	display: inline-block;
	min-width: 28px;
	margin: 0 2px;
	padding: 4px 8px;
	text-align: center;
	text-decoration: none;
	border: 1px solid #dcdcde;
	border-radius: 4px;
	background: #fff;
	color: #1d2327;
}

.pfk-as-admin-page .pfk-as-admin-pagination .page-numbers.current {
	background: #1d2327;
	border-color: #1d2327;
	color: #fff;
}

.pfk-as-admin-box {
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
}

@media (max-width: 768px) {
	.pfk-as-account-panel {
		padding: 1.15rem 1rem 1.25rem;
		border-radius: 12px;
	}

	.pfk-as-account-panel > h2,
	.pfk-as-account-panel > .pfk-as-notice,
	.pfk-as-account-panel .pfk-as-tabs {
		padding-left: 6px;
		padding-right: 6px;
	}

	.pfk-as-account-panel .pfk-as-tab-panel {
		padding: 6px;
	}

	.pfk-as-message,
	.pfk-as-chat-bubble {
		max-width: 100%;
	}

	.pfk-as-chat-composer-row {
		grid-template-columns: 1fr auto;
	}

	.pfk-as-selected-file {
		flex-basis: 100%;
	}

	.pfk-as-selected-file-name {
		max-width: 160px;
	}

	.pfk-as-admin-page {
		margin-right: 10px;
	}

	.pfk-as-admin-page .pfk-as-admin-stat-grid {
		grid-template-columns: 1fr 1fr;
	}

	.pfk-as-admin-page .pfk-as-admin-filter-field,
	.pfk-as-admin-page .pfk-as-admin-filter-field--search {
		flex-basis: 100%;
		min-width: 0;
	}

	.pfk-as-admin-page .pfk-as-admin-filter-actions {
		width: 100%;
	}
}

/* v0.5.0 — different-product exchange */
/* v0.5.2.2 — exchange mode segmented toggle polish */
.pfk-as-item-exchange-controls .pfk-as-exchange-mode {
	margin: 0;
}

.pfk-as-item-exchange-controls .pfk-as-exchange-mode .pfk-as-field-label {
	margin-bottom: 0.35rem;
	font-size: 0.92rem;
	line-height: 1.3;
}

.pfk-as-exchange-mode-options {
	display: inline-flex;
	align-items: stretch;
	flex-wrap: wrap;
	gap: 4px;
	max-width: 100%;
	padding: 4px;
	border: 1px solid #e8edf3;
	border-radius: 999px;
	background: #f5f7fa;
	box-sizing: border-box;
}

.pfk-as-exchange-mode-option {
	appearance: none;
	-webkit-appearance: none;
	flex: 1 1 auto;
	min-width: 0;
	min-height: 38px;
	margin: 0;
	padding: 8px 16px;
	border: 1px solid transparent;
	border-radius: 999px;
	background: transparent;
	color: #1f2937;
	font: inherit;
	font-size: 0.92rem;
	font-weight: 600;
	line-height: 1.25;
	text-align: center;
	white-space: nowrap;
	cursor: pointer;
	box-shadow: none;
	transition: background 160ms ease, color 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.pfk-as-exchange-mode-option:hover:not(.is-active) {
	background: #fff;
	border-color: #d8dee8;
	color: #111827;
}

.pfk-as-exchange-mode-option:focus {
	outline: none;
}

.pfk-as-exchange-mode-option:focus-visible {
	outline: 2px solid #07111f;
	outline-offset: 2px;
}

.pfk-as-exchange-mode-option.is-active {
	background: #07111f;
	border-color: #07111f;
	color: #fff;
	box-shadow: 0 1px 3px rgba(7, 17, 31, 0.18);
}

.pfk-as-exchange-mode-option.is-active:hover {
	background: #0b1220;
	border-color: #0b1220;
	color: #fff;
}

.pfk-as-exchange-different-product-panel {
	margin-top: 0.15rem;
}

.pfk-as-different-product-trigger {
	margin-top: 0.35rem;
}

@media (max-width: 520px) {
	.pfk-as-exchange-mode-options {
		display: flex;
		width: 100%;
	}

	.pfk-as-exchange-mode-option {
		flex: 1 1 calc(50% - 2px);
		padding: 8px 10px;
		font-size: 0.88rem;
		white-space: normal;
	}
}

.pfk-as-product-search-modal {
	position: fixed;
	inset: 0;
	z-index: 100000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px;
}

.pfk-as-product-search-modal[hidden] {
	display: none !important;
}

body.pfk-as-modal-open {
	overflow: hidden;
}

.pfk-as-product-search-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(15, 23, 42, 0.45);
}

.pfk-as-product-search-dialog {
	position: relative;
	width: min(640px, 100%);
	max-height: min(85vh, 760px);
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 16px;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	box-shadow: 0 18px 48px rgba(15, 23, 42, 0.12);
}

.pfk-as-product-search-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 16px 18px;
	border-bottom: 1px solid #eef2f7;
}

.pfk-as-product-search-head h3 {
	margin: 0;
	font-size: 1.05rem;
}

.pfk-as-product-search-close {
	appearance: none;
	border: 0;
	background: transparent;
	font-size: 1.5rem;
	line-height: 1;
	cursor: pointer;
	color: #64748b;
}

.pfk-as-product-search-body {
	padding: 16px 18px 18px;
	overflow: auto;
}

.pfk-as-product-search-input {
	width: 100%;
	border: 1px solid #d8dee8;
	border-radius: 10px;
	padding: 12px 14px;
	font: inherit;
	margin-bottom: 12px;
}

.pfk-as-product-search-status {
	margin: 0 0 12px;
	color: #64748b;
	font-size: 0.92rem;
}

.pfk-as-product-search-results {
	display: grid;
	gap: 12px;
}

.pfk-as-product-search-card {
	display: grid;
	grid-template-columns: 64px 1fr;
	gap: 12px;
	padding: 12px;
	border: 1px solid #e8edf3;
	border-radius: 12px;
	background: #fff;
}

.pfk-as-product-search-image img {
	width: 64px;
	height: 64px;
	object-fit: cover;
	border-radius: 8px;
	display: block;
}

.pfk-as-product-search-meta {
	display: grid;
	gap: 4px;
	font-size: 0.92rem;
	color: #475569;
}

.pfk-as-product-search-meta strong {
	color: #111827;
	font-size: 0.98rem;
}

.pfk-as-product-search-variations {
	grid-column: 1 / -1;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 4px;
}

.pfk-as-product-search-select {
	margin-top: 4px;
}

.pfk-as-selected-replacement {
	margin-top: 12px;
	padding: 14px;
	border: 1px solid #e8edf3;
	border-radius: 12px;
	background: #fff;
}

.pfk-as-selected-replacement-head {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	margin-bottom: 12px;
}

.pfk-as-selected-replacement-head img {
	border-radius: 8px;
	object-fit: cover;
}

.pfk-as-selected-replacement-head div {
	display: grid;
	gap: 4px;
}

.pfk-as-selected-replacement-pricing,
.pfk-as-price-summary {
	display: grid;
	gap: 8px;
	margin-bottom: 12px;
}

.pfk-as-selected-replacement-pricing > div,
.pfk-as-price-summary > div {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	font-size: 0.94rem;
}

.pfk-as-difference-due strong {
	color: #b45309;
}

.pfk-as-difference-free {
	color: #047857;
}

.pfk-as-selected-replacement-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.pfk-as-request-products li .pfk-as-exchange-mode-label,
.pfk-as-request-products li span {
	display: block;
	margin-top: 2px;
}

.pfk-as-replacement-attributes {
	display: grid;
	gap: 4px;
	margin-top: 6px;
}

.pfk-as-replacement-attribute-row {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	font-size: 0.9rem;
	color: #475569;
}

.pfk-as-replacement-attribute-row strong {
	color: #111827;
	font-weight: 600;
}

.pfk-as-selected-replacement-title {
	display: block;
	font-size: 1rem;
	line-height: 1.35;
	color: #111827;
}

.pfk-as-product-search-meta-row {
	display: block;
}

.pfk-as-product-search-meta-label {
	color: #64748b;
}

.pfk-as-selected-replacement-info {
	flex: 1;
	min-width: 0;
}

.pfk-as-exchange-payment-notice {
	margin: 0 0 16px;
	padding: 14px 16px;
	border: 1px solid #dbeafe;
	border-radius: 12px;
	background: #f8fbff;
	color: #1e3a5f;
	font-size: 0.94rem;
	line-height: 1.5;
}

.pfk-as-exchange-payment-notice p {
	margin: 0;
}

.pfk-as-exchange-submit--payment {
	background: #111827;
	border-color: #111827;
}

@media (max-width: 640px) {
	.pfk-as-product-search-dialog {
		width: 100%;
		max-height: 92vh;
		border-radius: 14px;
	}

	.pfk-as-product-search-card {
		grid-template-columns: 56px 1fr;
	}
}

.pfk-as-exchange-order-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	border-radius: 999px;
	background: #eef2ff;
	border: 1px solid #a5b4fc;
	color: #4338ca;
	margin-right: 6px;
	vertical-align: middle;
	box-sizing: border-box;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.55);
	flex-shrink: 0;
}

.pfk-as-exchange-order-badge--banner {
	margin-right: 0;
}

.pfk-as-exchange-order-badge__icon {
	width: 15px;
	height: 15px;
	display: block;
}

.pfk-as-replacement-order-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	border-radius: 999px;
	background: #eef2ff;
	border: 1px solid #a5b4fc;
	color: #4338ca;
	margin-right: 6px;
	vertical-align: middle;
	box-sizing: border-box;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.55);
	flex-shrink: 0;
}

.pfk-as-replacement-order-badge__icon {
	width: 15px;
	height: 15px;
	display: block;
}

.pfk-as-replacement-order-badge--banner {
	margin-right: 0;
}

.pfk-as-replacement-order-admin-banner {
	border-color: #c7d2fe;
	background: #f5f3ff;
}

.pfk-as-exchange-order-admin-banner {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 10px 0 16px;
	padding: 11px 13px;
	border: 1px solid #a5b4fc;
	background: #f5f7ff;
	border-radius: 10px;
	color: #111827;
	width: 100%;
	max-width: 520px;
	box-sizing: border-box;
}

.pfk-as-exchange-order-admin-banner .pfk-as-exchange-order-badge {
	flex: 0 0 auto;
	margin-right: 0;
}

.pfk-as-exchange-order-admin-banner__content {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 4px 6px;
	min-width: 0;
}

.pfk-as-exchange-order-admin-banner strong {
	font-size: 13px;
	line-height: 1.35;
	color: #111827;
}

.pfk-as-exchange-order-admin-banner span {
	font-size: 12px;
	line-height: 1.35;
	color: #4b5563;
}

.pfk-as-exchange-order-admin-banner a {
	color: #4338ca;
	text-decoration: none;
	font-weight: 600;
}

.pfk-as-exchange-order-admin-banner a:hover {
	text-decoration: underline;
}

body.pfk-as-attachment-modal-open {
	overflow: hidden;
}

.pfk-as-attachment-modal {
	position: fixed;
	inset: 0;
	z-index: 100000;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 1.25rem;
}

.pfk-as-attachment-modal.is-open {
	display: flex;
}

.pfk-as-attachment-modal-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(15, 23, 42, 0.72);
}

.pfk-as-attachment-modal-dialog {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	width: min(900px, calc(100vw - 2rem));
	max-height: 85vh;
	background: #fff;
	border-radius: 14px;
	box-shadow: 0 24px 60px rgba(15, 23, 42, 0.28);
	overflow: hidden;
}

.pfk-as-attachment-modal-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1rem;
	padding: 1rem 1.25rem 0.75rem;
	border-bottom: 1px solid #e2e8f0;
}

.pfk-as-attachment-modal-title {
	flex: 1;
	font-size: 0.95rem;
	font-weight: 600;
	line-height: 1.4;
	color: #0f172a;
	word-break: break-word;
}

.pfk-as-attachment-modal-close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: #f1f5f9;
	color: #334155;
	font-size: 1.35rem;
	line-height: 1;
	cursor: pointer;
}

.pfk-as-attachment-modal-close:hover,
.pfk-as-attachment-modal-close:focus {
	background: #e2e8f0;
	color: #0f172a;
}

.pfk-as-attachment-modal-body {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.75rem;
	padding: 1rem 1.25rem;
	overflow: auto;
	background: #f8fafc;
}

.pfk-as-attachment-modal-image {
	display: block;
	max-width: 100%;
	max-height: calc(85vh - 180px);
	width: auto;
	height: auto;
	object-fit: contain;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
}

.pfk-as-attachment-modal-size {
	margin: 0;
	font-size: 0.85rem;
	color: #64748b;
}

.pfk-as-attachment-modal-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	padding: 0.9rem 1.25rem 1.1rem;
	border-top: 1px solid #e2e8f0;
	background: #fff;
}

.pfk-as-attachment-modal-download,
.pfk-as-attachment-modal-dismiss {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.5rem;
	padding: 0.55rem 1rem;
	border-radius: 999px;
	font-size: 0.9rem;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none;
	cursor: pointer;
}

.pfk-as-attachment-modal-download {
	background: #4338ca;
	color: #fff;
	border: 1px solid #4338ca;
}

.pfk-as-attachment-modal-download:hover,
.pfk-as-attachment-modal-download:focus {
	background: #3730a3;
	border-color: #3730a3;
	color: #fff;
}

.pfk-as-attachment-modal-dismiss {
	background: #fff;
	color: #334155;
	border: 1px solid #cbd5e1;
}

.pfk-as-attachment-modal-dismiss:hover,
.pfk-as-attachment-modal-dismiss:focus {
	background: #f8fafc;
	color: #0f172a;
}

@media (max-width: 640px) {
	.pfk-as-attachment-modal {
		padding: 0.75rem;
	}

	.pfk-as-attachment-modal-dialog {
		width: 100%;
		max-height: 92vh;
	}

	.pfk-as-attachment-modal-image {
		max-height: calc(92vh - 210px);
	}

	.pfk-as-attachment-modal-actions {
		flex-direction: column;
	}

	.pfk-as-attachment-modal-download,
	.pfk-as-attachment-modal-dismiss {
		width: 100%;
	}
}

