.sc-wc-products-sidebar .sc-project-confirmation-wrap {
	box-sizing: border-box;
	margin-bottom: 18px;
	width: 100%;
}

.sc-wc-products-sidebar .sc-project-confirmation {
	background: #fff4e6;
	border: 1px solid #f6ad55;
	border-radius: 6px;
	box-sizing: border-box;
	padding: 14px 16px;
	transition: background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}

.sc-wc-products-sidebar .sc-project-confirmation-text {
	color: #5f6970;
	font-size: 13px;
	line-height: 1.55;
	margin: 0 0 12px;
}

.sc-wc-products-sidebar .sc-project-confirmation-text strong {
	color: #30383d;
	font-weight: 600;
}

.sc-wc-products-sidebar .sc-project-confirmation-check {
	align-items: flex-start;
	color: #30383d;
	cursor: pointer;
	display: flex;
	font-size: 13px;
	font-weight: 500;
	gap: 10px;
	line-height: 1.45;
	margin: 0;
}

.sc-wc-products-sidebar .sc-project-confirmation-check input[type="checkbox"] {
	-webkit-appearance: none;
	appearance: none;
	background: #fff;
	border: 1.5px solid #f6ad55;
	border-radius: 4px;
	box-sizing: border-box;
	cursor: pointer;
	flex: 0 0 18px;
	height: 18px;
	margin: 1px 0 0;
	position: relative;
	transition: background-color 0.12s ease, border-color 0.12s ease;
	width: 18px;
}

.sc-wc-products-sidebar .sc-project-confirmation-check input[type="checkbox"]:checked {
	background: #59b9b0;
	border-color: #59b9b0;
}

.sc-wc-products-sidebar .sc-project-confirmation-check input[type="checkbox"]:checked::after {
	border: solid #fff;
	border-width: 0 2px 2px 0;
	content: "";
	display: block;
	height: 9px;
	left: 5px;
	position: absolute;
	top: 1px;
	transform: rotate(42deg);
	width: 5px;
}

.sc-wc-products-sidebar .sc-project-confirmation-check input[type="checkbox"]:focus-visible {
	outline: 3px solid rgba(89, 185, 176, 0.45);
	outline-offset: 2px;
}

.sc-wc-products-sidebar .sc-project-confirmation-error .sc-project-confirmation {
	background: #fff1f1;
	border-color: #cc3131;
	box-shadow: 0 0 0 1px rgba(204, 49, 49, 0.12);
}

.sc-wc-products-sidebar .sc-project-confirmation-error .sc-project-confirmation-check input[type="checkbox"] {
	border-color: #cc3131;
}

.sc-wc-products-sidebar .sc-project-editor-link {
	align-items: center;
	border: 1px solid #D6E2E8;
	border-radius: 6px;
	box-sizing: border-box;
	color: #4A5A64;
	display: flex;
	font-size: 13px;
	font-weight: 600;
	gap: 10px;
	line-height: 1.4;
	margin-top: 12px;
	padding: 12px 14px;
	text-decoration: none;
	transition: border-color 0.15s ease, color 0.15s ease;
	width: 100%;
}

.sc-wc-products-sidebar .sc-project-editor-link:hover,
.sc-wc-products-sidebar .sc-project-editor-link:focus {
	border-color: #58BFBF;
	color: #46AAAA;
	text-decoration: none;
    background: rgba(91,189,189,.06);
}

.sc-wc-products-sidebar .sc-project-editor-link:focus-visible {
	outline: 3px solid rgba(89, 185, 176, 0.45);
	outline-offset: 2px;
}

.sc-wc-products-sidebar .sc-project-editor-link img {
	flex: 0 0 16px;
	height: 16px;
	margin: 0;
	width: 16px;
}

.sc-wc-products-sidebar .sc-project-editor-link svg {
    width: 14px;
    height: 14px;
    stroke: currentColor;
    flex-shrink: 0;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.sc-wc-products-sidebar .sc-project-confirmation-message {
	color: #87969d;
	font-size: 12px;
	line-height: 1.4;
	margin: 8px 0 0;
	min-height: 17px;
	text-align: center;
	transition: color 0.15s ease, opacity 0.15s ease;
	width: 100%;
}

.sc-wc-products-sidebar .sc-project-confirmation-message[aria-hidden="true"] {
	opacity: 0;
}

.sc-wc-products-sidebar .sc-project-confirmation-message-error {
	color: #b42318;
	font-weight: 600;
}

@media (max-width: 600px) {
	.sc-wc-products-sidebar .sc-project-confirmation {
		padding: 13px 14px;
	}

	.sc-wc-products-sidebar .sc-project-editor-link {
		padding: 11px 12px;
	}
}
