.wcss-options {
	--wcss-accent: #d6e79a;
	--wcss-accent-bg: #f3f8e1;
	--wcss-accent-dark: #4a6b2a;
	margin: 0 0 5px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.wcss-option {
	position: relative;
	display: block;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	padding: 12px 20px;
	cursor: pointer;
	transition: background-color 0.15s ease, border-color 0.15s ease;
}

.wcss-option-onetime {
	display: flex;
	align-items: center;
	gap: 10px;
}

.wcss-option-onetime .wcss-option-title {
	flex: 1;
}

.wcss-option-onetime .wcss-option-price {
	font-weight: 600;
}

.wcss-option-selected {
	border-color: var(--wcss-accent);
	background: var(--wcss-accent-bg);
}

.wcss-radio-dot {
	position: absolute;
	top: 12px;
	left: 20px;
	width: 20px;
	height: 20px;
	border: 2px solid rgba(0, 0, 0, 0.1);
	border-radius: 50%;
	background: #fff;
	flex-shrink: 0;
}

.wcss-option-selected .wcss-radio-dot {
	border-color: var(--wcss-accent-dark);
	background: var(--wcss-accent-dark);
	box-shadow: inset 0 0 0 3px #fff;
}

.wcss-option-onetime .wcss-radio-dot {
	position: static;
}

.wcss-option-subscribe {
	padding-left: 50px;
}

.wcss-option-main {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
}

.wcss-option-text {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.wcss-option-title {
	font-weight: 400;
	font-size: 16px;
	line-height: 138%;
	color: #333;
}

.wcss-save-percent {
	font-weight: 700;
}

.wcss-option-sub {
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	color: #767676;
}

/* Price + savings badge stack on the right, badge below the price line. */
.wcss-option-subscribe .wcss-option-price {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 6px;
	text-align: right;
	white-space: nowrap;
}

.wcss-price-row {
	white-space: nowrap;
}

.wcss-option-price,
.wcss-option-price .amount {
	font-weight: 600;
	font-size: 18px;
	line-height: 158%;
	color: #333;
}

.wcss-regular-price,
.wcss-regular-price .amount {
	text-decoration: line-through;
	color: rgba(51, 51, 51, 0.6);
	margin-right: 6px;
}

.wcss-sale-price {
	font-weight: 700;
}

.wcss-save-badge {
	display: inline-block;
	margin-top: 0;
	padding: 0 10px;
	border-radius: 40px;
	background: var(--wcss-accent);
	color: #333;
	font-weight: 500;
	font-size: 12px;
	line-height: 21px;
	text-transform: uppercase;
	text-align: center;
}

.wcss-frequency-row {
	display: block;
	margin-top: 10px;
}

.wcss-frequency-select {
	width: 100%;
	height: 43px;
	padding: 10px 12px;
	border: 1px solid #ddd;
	border-radius: 6px;
	background: #fff;
	font-size: 0.95em;
}

.wcss-option-selected .wcss-frequency-row select {
	border-color: transparent;
}

.wcss-login-notice {
	font-size: 0.9em;
	color: #a00;
}

.wcss-subscriptions-table .wcss-actions form,
.wcss-subscriptions-table .wcss-actions button {
	margin: 2px 4px 2px 0;
}
