.hrk-withdrawal {
	max-width: 42rem;
	margin: 0 auto 2rem;
}

.hrk-heading {
	margin-bottom: 0.5rem;
	font-size: 1.5rem;
}

.hrk-intro,
.hrk-account-hint {
	margin-bottom: 1.25rem;
}

.hrk-notice {
	padding: 0.85rem 1rem;
	margin-bottom: 1.25rem;
	border-radius: 4px;
	border: 1px solid transparent;
}

.hrk-notice--error {
	background: #fef2f2;
	border-color: #fecaca;
	color: #991b1b;
}

.hrk-notice--success {
	background: #f0fdf4;
	border-color: #bbf7d0;
	color: #166534;
}

.hrk-notice--warning {
	background: #fffbeb;
	border-color: #fde68a;
	color: #92400e;
}

.hrk-form .form-row {
	margin-bottom: 1rem;
}

.hrk-form label {
	display: block;
	font-weight: 600;
	margin-bottom: 0.35rem;
}

.hrk-form .input-text,
.hrk-form textarea {
	width: 100%;
}

.hrk-summary {
	display: grid;
	gap: 0.75rem;
	margin: 0 0 1.5rem;
}

.hrk-summary div {
	display: grid;
	grid-template-columns: 10rem 1fr;
	gap: 0.5rem;
	padding-bottom: 0.5rem;
	border-bottom: 1px solid #e5e7eb;
}

.hrk-summary dt {
	font-weight: 600;
	margin: 0;
}

.hrk-summary dd {
	margin: 0;
}

.hrk-items {
	list-style: none;
	margin: 0 0 1.5rem;
	padding: 0;
}

.hrk-items li {
	padding: 0.75rem 0;
	border-bottom: 1px solid #e5e7eb;
}

.hrk-item-label {
	display: flex;
	align-items: flex-start;
	gap: 0.6rem;
	font-weight: 600;
}

.hrk-item-qty-label {
	display: flex;
	align-items: center;
	gap: 0.4rem;
	margin: 0.4rem 0 0 1.6rem;
	font-weight: 500;
}

.hrk-item-qty {
	width: 4.5rem;
}

.hrk-fieldset {
	border: 1px solid #e5e7eb;
	border-radius: 6px;
	padding: 1rem 1.1rem 0.4rem;
	margin: 0 0 1.25rem;
}

.hrk-fieldset legend {
	font-weight: 700;
	padding: 0 0.35rem;
}

.hrk-choice {
	display: flex;
	align-items: flex-start;
	gap: 0.55rem;
	font-weight: 500;
	margin-bottom: 0.55rem;
}

.hrk-hide-heading .hrk-heading {
	display: none;
}

.hrk-qty {
	opacity: 0.75;
}

.hrk-button,
a.hrk-button,
button.hrk-button {
	display: inline-block;
	padding: 0.75rem 1.25rem;
	background: #1d4ed8;
	color: #fff !important;
	border: 0;
	border-radius: 4px;
	text-decoration: none;
	cursor: pointer;
	font-weight: 600;
}

.hrk-button:hover,
a.hrk-button:hover,
button.hrk-button:hover {
	background: #1e40af;
}

.hrk-button--confirm {
	background: #0f766e;
}

.hrk-button--confirm:hover {
	background: #115e59;
}

.hrk-back {
	margin-top: 1rem;
}

.hrk-header-link {
	background: #0f172a;
	color: #fff;
	text-align: center;
	padding: 0.5rem 1rem;
	font-size: 0.95rem;
}

.hrk-header-link a {
	color: #fff;
	text-decoration: underline;
}

.hrk-footer-link {
	text-align: center;
	margin: 1.5rem 1rem;
	font-weight: 600;
}

.hrk-bar {
	position: sticky;
	bottom: 0;
	z-index: 9999;
	background: #0f172a;
	color: #fff;
	text-align: center;
	padding: 0.75rem 1rem;
}

.hrk-bar .hrk-button {
	background: #fff;
	color: #0f172a !important;
}

.hrk-thankyou,
.hrk-info,
.hrk-account-withdraw {
	margin: 1.5rem 0;
}

.hrk-info .hrk-button {
	margin-top: 0.5rem;
}

.hrk-preview-badge {
	display: inline-block;
	margin-bottom: 0.75rem;
	padding: 0.2rem 0.55rem;
	border-radius: 3px;
	background: #e0e7ff;
	color: #3730a3;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

@media (max-width: 600px) {
	.hrk-summary div {
		grid-template-columns: 1fr;
	}
}
