/* Product page buttons */
.wps-custom-subscribe-wrap {
	margin-top: 12px;
	max-width: 420px;
}

.wps-custom-subscribe-wrap .wps-subscribe-btn {
	width: 100%;
}

.wps-custom-subscribe-msg {
	margin-top: 8px;
	font-size: 0.9em;
}

.wps-msg-success {
	color: #2a7a2a;
}

.wps-msg-error {
	color: #b30000;
}

/* Checkout frequency widget */
.wps-checkout-subscribe-widget {
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 24px;
	background: #fafafa;
}

.wps-checkout-subscribe-widget h3 {
	margin-top: 0;
}

.wps-checkout-subscribe-item {
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 8px;
	padding: 16px;
	margin-top: 12px;
}

.wps-checkout-subscribe-product {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 14px;
}

.wps-checkout-subscribe-product img {
	width: 48px;
	height: 48px;
	object-fit: cover;
	border-radius: 6px;
}

.wps-checkout-subscribe-qty {
	color: #666;
	font-size: 0.9em;
}

.wps-checkout-subscribe-label {
	font-weight: 600;
	margin-bottom: 8px;
}

.wps-checkout-freq-options {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.wps-checkout-freq-btn {
	flex: 1;
	min-width: 120px;
	padding: 10px 14px;
	border: 1px solid #ccc;
	border-radius: 8px;
	background: #fff;
	cursor: pointer;
	font-weight: 500;
}

.wps-checkout-freq-btn.is-active {
	border-color: #000;
	border-width: 2px;
	font-weight: 700;
}
