@import '../shared/tokens.scss';
@import '../shared/components/gift-wrap-fields.scss';

// Classic checkout wraps the shared component in a card so it sits well
// among the other classic checkout form sections.
.rtgw-classic-box {
	background: var(--rtgw-surface);
	border: 1px solid var(--rtgw-line);
	border-radius: var(--rtgw-radius);
	padding: 4px;
	margin-bottom: 22px;
}
