.wpa-agreement-summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-top: 6px;
	padding: 10px 12px 10px 25px;
	border-radius: 25px;
	border: 1px solid rgb(237 204 145);
	background: #fff3cb;
	color: #8d6a12;
	font-size: inherit;
}

.wpa-agreement-summary--paused {
	opacity: 0.72;
}

.wpa-agreement-summary__main {
	flex: 1 1 auto;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 0.35em;
}

.wpa-agreement-summary__name {
	font-size: 1.2em;
	font-weight: 600;
	font-family: 'Courier New', monospace;
	line-height: 1.2;
}

.wpa-agreement-summary .ui-switch {
	font-size: 0.88em;
}

.wpa-agreement-summary .ui-switch__label {
	color: #8d6a12;
	line-height: 1.2;
}

.wpa-agreement-summary__toggle.is-busy {
	opacity: 0.65;
	pointer-events: none;
}

.wpa-agreement-summary__benefits {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;
	gap: 0.15em;
	flex: 0 0 auto;
	text-align: right;
}

.wpa-agreement-summary__discount {
	white-space: nowrap;
	line-height: 1.2;
}

.wpa-agreement-summary__shipping {
	font-size: 0.92em;
	opacity: 0.85;
	white-space: nowrap;
	line-height: 1.2;
}

.wpa-agreement-summary--paused .wpa-agreement-summary__benefits {
	text-decoration: line-through;
	opacity: 0.65;
}
