.sac-form {
	max-width: 520px;
	margin: 0 auto;
	padding: 24px;
	border: 1px solid #e3e8ee;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .06);
	font-size: 16px;
}

.sac-summary {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	padding-bottom: 16px;
	margin-bottom: 16px;
	border-bottom: 1px solid #e3e8ee;
}

.sac-product { font-weight: 600; }
.sac-price { font-weight: 700; font-size: 20px; }

.sac-price-was {
	margin-right: 8px;
	font-size: 15px;
	font-weight: 400;
	color: #6b7280;
	text-decoration: line-through;
}

.sac-promo { margin-bottom: 16px; }

.sac-promo-entry { display: flex; gap: 8px; }

.sac-promo-entry input {
	flex: 1;
	padding: 10px 12px;
	border: 1px solid #e0e0e0;
	border-radius: 6px;
	font-size: 14px;
	text-transform: uppercase;
	box-sizing: border-box;
	background: #fff;
}

.sac-promo-entry input:disabled {
	background: #f6f9fc;
	color: #4f566b;
}

.sac-promo-apply {
	padding: 10px 16px;
	border: 1px solid #d5dbe1;
	border-radius: 6px;
	background: #fff;
	font-size: 14px;
	font-weight: 600;
	color: #30313d;
	cursor: pointer;
	white-space: nowrap;
}

.sac-promo-apply:hover:not(:disabled) { background: #f6f9fc; }
.sac-promo-apply:disabled { opacity: .6; cursor: not-allowed; }

.sac-promo-msg {
	font-size: 13px;
	margin-top: 6px;
	min-height: 18px;
}

.sac-promo-msg.is-ok { color: #1a7f37; }
.sac-promo-msg.is-error { color: #df1b41; }

.sac-trial-note {
	margin: 0 0 16px;
	padding: 10px 12px;
	background: #f6f9fc;
	border-radius: 6px;
	font-size: 14px;
	color: #4f566b;
}

.sac-row { margin-bottom: 14px; }

.sac-row label {
	display: block;
	font-size: 13px;
	font-weight: 600;
	color: #30313d;
	margin-bottom: 5px;
}

.sac-row input {
	width: 100%;
	padding: 11px 12px;
	border: 1px solid #e0e0e0;
	border-radius: 6px;
	font-size: 16px;
	line-height: 1.2;
	box-sizing: border-box;
	background: #fff;
}

.sac-row input:focus {
	outline: none;
	border-color: #0570de;
	box-shadow: 0 0 0 3px rgba(5, 112, 222, .18);
}

.sac-payment-element,
.sac-address-element { margin: 16px 0; }

.sac-error {
	color: #df1b41;
	font-size: 14px;
	min-height: 20px;
	margin-bottom: 8px;
}

.sac-submit {
	width: 100%;
	padding: 13px 16px;
	border: 0;
	border-radius: 6px;
	background: #0570de;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	transition: background .15s ease;
}

.sac-submit:hover:not(:disabled) { background: #0459b5; }
.sac-submit:disabled { opacity: .6; cursor: not-allowed; }
