/* Minimálne štrukturálne štýly – vzhľad preberá z témy a WooCommerce */

.wc-withdrawal-form-wrap [hidden] {
	display: none !important;
}

.wc-withdrawal-button-wrap {
	margin: 1em 0;
}

.wc-withdrawal-form-wrap {
	max-width: 640px;
	margin: 0 auto;
}

.wc-withdrawal-intro {
	margin-bottom: 1.5rem;
}

.wc-withdrawal-step {
	margin-bottom: 2rem;
}

.wc-withdrawal-step h3 {
	margin: 0 0 0.75rem;
}

.wc-withdrawal-hint,
.wc-withdrawal-field-hint {
	font-size: 0.875rem;
	margin: 0.25rem 0 1rem;
	opacity: 0.85;
}

.wc-withdrawal-scope-field {
	border: none;
	padding: 0;
	margin: 0 0 1.25rem;
}

.wc-withdrawal-scope-field legend {
	font-weight: 600;
	margin-bottom: 0.5rem;
	padding: 0;
}

.wc-withdrawal-radio {
	display: flex;
	align-items: flex-start;
	gap: 0.5rem;
	margin-bottom: 0.5rem;
	cursor: pointer;
}

.wc-withdrawal-radio input {
	margin-top: 0.2rem;
}

.wc-withdrawal-items-selection {
	margin-bottom: 1.25rem;
}

.wc-withdrawal-item-checkbox {
	display: flex;
	align-items: flex-start;
	gap: 0.5rem;
	padding: 0.5rem 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	cursor: pointer;
}

.wc-withdrawal-item-checkbox:last-child {
	border-bottom: none;
}

.wc-withdrawal-item-checkbox input {
	margin-top: 0.25rem;
}

.wc-withdrawal-order-summary {
	margin-bottom: 1.5rem;
}

.wc-withdrawal-order-summary dl {
	margin: 0;
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 0.25rem 1rem;
}

.wc-withdrawal-order-summary dt {
	font-weight: 600;
}

.wc-withdrawal-order-summary dd {
	margin: 0;
}

.wc-withdrawal-honeypot {
	position: absolute !important;
	left: -9999px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
	opacity: 0 !important;
	visibility: hidden !important;
	pointer-events: none !important;
	clip: rect(0, 0, 0, 0) !important;
}

.wc-withdrawal-confirmation {
	text-align: center;
	padding: 2rem 1rem;
}

.wc-withdrawal-form-wrap.is-loading {
	opacity: 0.7;
	pointer-events: none;
}

.wc-withdrawal-expired,
.wc-withdrawal-expired-notice {
	display: block;
	font-size: 0.875rem;
	line-height: 1.5;
}

.wc-withdrawal-account-wrap {
	margin-top: 1.5rem;
}
