.aicoso-wss-vendor-application-box {
	background: var(--wp--preset--color--primary, #96588a);
	color: #fff;
	padding: 30px;
	border-radius: 8px;
	text-align: center;
	margin: 30px 0;
}

.aicoso-wss-vendor-application-box h2 {
	margin-top: 0;
	font-size: 28px;
}

.aicoso-wss-vendor-application-box .button {
	background: #fff;
	color: var(--wp--preset--color--primary, #96588a);
	border: none;
	padding: 12px 30px;
	font-size: 16px;
	border-radius: 5px;
	cursor: pointer;
	font-weight: 600;
}

.aicoso-wss-application-form-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.7);
	z-index: 9999;
	align-items: center;
	justify-content: center;
}

.aicoso-wss-application-form-content {
	background: #fff;
	padding: 30px;
	border-radius: 8px;
	max-width: 500px;
	width: 90%;
	max-height: 90vh;
	overflow-y: auto;
	margin-left: 570px;
	margin-top:100px;
}

.aicoso-wss-application-form-content h2 {
	margin-top: 0;
	color: #333;
}

.aicoso-wss-application-form-content .form-row {
	margin-bottom: 20px;
}

.aicoso-wss-application-form-content label {
	display: block;
	font-weight: 600;
	margin-bottom: 8px;
	color: #333;
}

.aicoso-wss-application-form-content input[type="text"],
.aicoso-wss-application-form-content input[type="url"],
.aicoso-wss-application-form-content textarea {
	width: 100%;
	padding: 10px;
	border: 1px solid #ddd;
	border-radius: 4px;
}

.aicoso-wss-application-form-content .form-actions {
	display: flex;
	gap: 10px;
	margin-top: 20px;
}

.aicoso-wss-application-form-content .form-actions .button {
	flex: 1;
}
