.sce-profile-app {
	max-width: 380px;
	margin: 20px 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	padding: 16px;
	background: #fafafa;
}

.sce-profile-app h3 {
	margin: 0 0 12px;
	font-size: 15px;
}

.sce-form {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.sce-form label {
	display: flex;
	flex-direction: column;
	font-size: 13px;
	color: #444;
	gap: 4px;
}

.sce-form input {
	padding: 8px 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 14px;
}

.sce-btn {
	border: none;
	border-radius: 4px;
	padding: 10px;
	font-size: 14px;
	cursor: pointer;
}

.sce-btn-primary {
	background: #3498db;
	color: #fff;
}

.sce-msg {
	font-size: 13px;
	color: #2ecc71;
	min-height: 16px;
}

.sce-notice {
	padding: 12px;
	background: #fdecea;
	border: 1px solid #f5c2c0;
	border-radius: 4px;
	color: #611a15;
	font-size: 14px;
}
