.nc-wor-form {
	max-width: 520px;
}

.nc-wor-field {
	margin: 0 0 1rem;
}

.nc-wor-field label {
	display: block;
	font-weight: 600;
	margin-bottom: 0.35rem;
}

.nc-wor-field input {
	box-sizing: border-box;
	width: 100%;
}

.nc-wor-message {
	margin: 1rem 0;
	padding: 0.85rem 1rem;
	border-left: 4px solid #2271b1;
	background: #f6f7f7;
}

.nc-wor-message.nc-wor-error {
	border-color: #b32d2e;
}

.nc-wor-returnless {
	display: inline-block;
	margin-top: 0.75rem;
}

.nc-wor-intro {
	margin-bottom: 1.25rem;
}

.nc-wor-another {
	margin-top: 1rem;
}

.nc-wor-confirm {
	max-width: 760px;
}

.nc-wor-confirm-header {
	margin-bottom: 1rem;
}

.nc-wor-confirm-header h3 {
	margin-bottom: 0.35rem;
}

.nc-wor-order-summary {
	display: grid;
	grid-template-columns: repeat(5, minmax(120px, 1fr));
	gap: 1px;
	margin: 1.25rem 0;
	background: #ddd;
	border: 1px solid #ddd;
}

.nc-wor-order-summary div {
	background: #fff;
	padding: 0.9rem;
}

.nc-wor-order-summary span {
	display: block;
	font-size: 0.78rem;
	font-weight: 700;
	margin-bottom: 0.3rem;
	text-transform: uppercase;
}

.nc-wor-order-summary strong {
	display: block;
	font-size: 0.95rem;
}

.nc-wor-items {
	border: 1px solid #ddd;
	margin-bottom: 1.25rem;
	padding: 1rem;
}

.nc-wor-items h4 {
	margin-top: 0;
}

.nc-wor-items ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.nc-wor-items li {
	align-items: center;
	border-top: 1px solid #eee;
	display: flex;
	justify-content: space-between;
	padding: 0.65rem 0;
}

.nc-wor-items li:first-child {
	border-top: 0;
}

.nc-wor-warning {
	background: #fff8e5;
	border-left: 4px solid #dba617;
	margin: 1.25rem 0;
	padding: 0.85rem 1rem;
}

.nc-wor-confirm-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 1.25rem;
}

.nc-wor-confirm-actions form {
	margin: 0;
}

@media (max-width: 760px) {
	.nc-wor-order-summary {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 520px) {
	.nc-wor-order-summary {
		grid-template-columns: 1fr;
	}
}
