body.wcum-no-scroll {
	overflow: hidden;
}

.wcum-modal-overlay {
	display: none;
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.55);
	z-index: 100000;
	align-items: center;
	justify-content: center;
	padding: 20px;
}
.wcum-progress-notice{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	padding: 16px;
	cursor: pointer;
	border: 2px solid #106cd8;
	border-radius: 10px;
	background-color: #cfe5ff;
	font-size: 16px;
	color: #14539d;
}
.wcum-progress-notice.wcum-progress-notice--done{
	border: 2px solid #6dab3c;
	background-color: #edffde;
	color: #6dab3c;
}
.wcum-modal {
	background: #fff;
	width: 100%;
	max-width: 760px;
	max-height: 88vh;
	border-radius: 8px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
	margin: 0 auto;
}
.woocommerce-notices-wrapper .wcum-progress-notice{
	display: none;
}
.woocommerce-info.wcum-progress-notice>*{

	margin-right: 0!important;
}

.wcum-modal-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 18px 24px;
	border-bottom: 1px solid #eee;
}

.wcum-modal-header h2 {
	margin: 0;
	font-size: 18px;
}

.wcum-close {
	background: none;
	border: none;
	font-size: 26px;
	line-height: 1;
	cursor: pointer;
	color: #555;
}

.wcum-modal-body {
	padding: 20px 24px;
	overflow-y: auto;
}

.wcum-products-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
	gap: 16px;
}

.wcum-product-card {
	border: 1px solid #eee;
	border-radius: 8px;
	padding: 12px;
	text-align: center;
	position: relative;
}

.wcum-product-image img {
	max-width: 100%;
	height: auto;
	border-radius: 6px;
}

.wcum-product-title {
	font-weight: 600;
	font-size: 13px;
	margin: 8px 0 4px;
	min-height: 34px;
}

.wcum-product-price {
	font-size: 14px;
	margin-bottom: 8px;
}

.wcum-old-price {
	text-decoration: line-through;
	color: #999;
	font-size: 12px;
	margin-left: 6px;
}

.wcum-badge,
.wcum-discount-badge {
	display: inline-block;
	background: #e33;
	color: #fff;
	font-size: 11px;
	padding: 1px 6px;
	border-radius: 4px;
	margin-left: 4px;
}

.wcum-product-actions {
	display: flex;
	gap: 6px;
	justify-content: center;
	align-items: center;
}

.wcum-qty {
	width: 50px;
	text-align: center;
}

.wcum-added-msg {
	margin-top: 6px;
	color: #2a8;
	font-size: 12px;
	font-weight: 600;
}

.wcum-modal-footer {
	padding: 16px 24px;
	border-top: 1px solid #eee;
	text-align: right;
}

.wcum-modal-footer .wcum-continue-btn {
	font-weight: 600;
}

.wcum-progress-notice-wrapper:empty {
	margin: 0;
}

.wcum-progress-notice {
	font-size: 14px;
}

.wcum-progress-notice--done {
	font-weight: 600;
}
