.moseo-step {
	cursor: pointer;
}

.wp-core-ui p .button {
	background-color: #5a4bda;
	color: white;
	border: none;
	padding: 5px 15px;
	border-radius: 5px;
	font-size: 13px;
	cursor: pointer
}

/* Apply SF Pro to all elements */
.moseo-welcome-page,
.moseo-welcome-page h1,
.moseo-welcome-page h2,
.moseo-welcome-page h3,
.moseo-welcome-page p,
.moseo-welcome-page span,
.moseo-welcome-page button,
.moseo-welcome-page input,
.moseo-welcome-page select,
.moseo-welcome-page label,
.moseo-welcome-page a,
.moseo-welcome-page div {
	font-family: 'SF Pro Display', sans-serif;
}

.moseo-steps {
	margin-top: 19px;
}

.moseo-welcome-page {
	margin: 0px;
	font-family: Arial, sans-serif;
}

.moseo-welcome-container {
	display: flex;
	width: 100%;
	/* background: #f5f7fa; */
	border-radius: 10px;
	overflow: hidden;
	/* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
	gap: 12px;
	margin-top: 15px;
	font-family: 'SF Pro Display', sans-serif;
}

.moseo-welcome-sidebar {
	width: 22%;
	background: #fff;
	padding: 20px;
	height: 17.7rem;
	border-radius: 20px;
	border-right: 1px solid #e0e0e0;
}

.moseo-logo {
	background-image: url('../images/logo.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	width: 100%;
	max-width: 230px;
	height: 50px;
	margin: 10px auto;
	display: block;
}


.moseo-steps .moseo-step {
	margin-bottom: 20px;
	position: relative;
	padding-left: 30px;
}

.moseo-steps .moseo-step span {
	display: block;
	font-weight: bold;
	color: #666;
	font-size: 16px;
}

.moseo-steps .moseo-step.active span {
	color: #5a4bda;
}

.moseo-steps .moseo-step.active:before {
	content: "✔";
	display: inline-block;
	width: 20px;
	height: 20px;
	background: #5a4bda;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	position: absolute;
	left: 0;
	top: 0;
}

.moseo-welcome-content p {
	color: #666;
	margin-bottom: 8px;
	margin-bottom: 4px;
	font-size: 14px;
	margin-top: 7px;
}

.moseo-welcome-content {
    width: 77%;
    padding: 20px;
    background: #fff;
    border-radius: 20px;
    height: 100%;
    margin-right: 8px;
}

.moseo-welcome-content h1 {
	font-size: 36px;
	margin-bottom: -2px;
	color: #333;
}

.moseo-welcome-content p {
	color: #666;
	margin-bottom: 8px;
	font-size: 14px;
	margin-top: 7px;
}

.moseo-features {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
	margin-top: 18px;
}

.moseo-feature-item {
	display: flex;
	align-items: flex-start;
	font-size: 16px;
	color: #666;
	line-height: 1.5;
	margin-top: 0px;
}

.moseo-feature-item:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url('../images/logo3.png');
	background-size: cover;
	background-position: center;
	border-radius: 50%;
	margin-right: 9px;
	flex-shrink: 0;
}

.moseo-form-field {
	margin-top: 16px;
}

.moseo-form-field label {
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
	color: #333;
	font-size: 14px;
}

.moseo-form-field input[type="text"],
.moseo-form-field input[type="email"],
.moseo-form-field input[type="url"],
.moseo-form-field select {
	width: 100%;
	padding: 10px;
	border: 1px solid #e0e0e0;
	border-radius: 5px;
	font-size: 14px;
	color: #666;
}

.moseo-form-field select {
	appearance: none;
	background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="5" viewBox="0 0 10 5"><path fill="%23666" d="M0 0h10L5 5z"/></svg>') no-repeat right 10px center;
	background-size: 10px;
}

.moseo-form-field p {
	color: #999;
	font-size: 12px;
	margin-top: 5px;
}

.moseo-form-field .radio-label {
	display: flex;
	align-items: center;
	margin-top: 5px;
}

.moseo-form-field input[type="radio"] {
	width: 20px;
	height: 20px;
	margin-right: 10px;
	appearance: none;
	border: 2px solid #666;
	border-radius: 50%;
	position: relative;
}

.moseo-form-field input[type="radio"]:checked {
	background: #5a4bda;
	border-color: #5a4bda;
}

.moseo-form-field input[type="radio"]:checked:after {
	content: "";
	width: 10px;
	height: 10px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.moseo-buttonss {
	display: flex;
	justify-content: flex-end;
	gap: 10px;
	margin-top: 4px;
}

.moseo-buttonss button,
.moseo-buttonss a {
	padding: 10px 20px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	font-size: 14px;
	text-decoration: none;
}

.moseo-buttonss .skip {
	background: transparent;
	color: #5a4bda;
	margin-bottom: 12px;
}

.moseo-btn {
	background: #0073aa;
	/* Custom color */
	color: #fff;
	border: none;
	padding: 8px 16px;
	font-size: 14px;
}

.moseo-btn:hover {
	background: #5a4bda !important;
	/* Same color as normal */
	color: #fff !important;
}

.moseo-seo-score-container {
	display: flex;
	gap: 40px;
	padding: 30px;
	background-color: #fff;
	border-radius: 16px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
	flex-wrap: wrap;
	justify-content: center;
	max-width: 900px;
	margin: 30px auto;
}

.moseo-seo-score-chart {
	flex: 1;
	text-align: center;
}

.moseo-score-radial {
	display: none;
}

.moseo-score-value {
	display: none;
}

.moseo-seo-score-chart h2 {
	font-size: 22px;
	color: #333;
}

.moseo-seo-status {
	flex: 2;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.moseo-status-header h1 {
	font-size: 26px;
	margin: 0;
	color: #2e7d32;
}

.moseo-status-header p {
	font-size: 16px;
	color: #666;
	margin-top: 10px;
}

.moseo-auto-update-toggle {
	margin-top: 25px;
	font-size: 16px;
}

.moseo-auto-update-toggle input[type="checkbox"] {
	margin-right: 10px;
	transform: scale(1.2);
}

.moseo-note {
	font-size: 14px;
	color: #555;
	margin: 20px auto;
	max-width: 900px;
	background: #f9f9f9;
	padding: 15px 20px;
	border-left: 5px solid #ff9800;
	border-radius: 8px;
}

.moseo-action-buttons {
    display: flex;
    justify-content: flex-end;
    max-width:958px;
    margin:3rem auto 0;
}

.moseo-continue-button {
	background-color: #5a4bda;
	color: white;
	border: none;
	padding: 10px 20px;
	border-radius: 5px;
	font-size: 16px;
	cursor: pointer;
}

.moseo-plan-options {
	display: block !important;
}

.moseo-plan-option {
	display: block !important;
}

.moseo-plan-option {
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	padding: 15px;
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
	margin-bottom: 20px;
	/* Adds spacing between stacked options */
}

.moseo-plan-option.active {
	border-color: #5a4bda;
	box-shadow: 0 0 0 2px #5a4bda;
}

.moseo-plan-option input[type="radio"] {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 20px;
	height: 20px;
	appearance: none;
	border: 2px solid #5a4bda;
	border-radius: 50%;
}

.moseo-plan-option.active input[type="radio"] {
	background: #5a4bda;
}

.moseo-plan-option.active input[type="radio"]::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 10px;
	height: 10px;
	background: white;
	border-radius: 50%;
}

.moseo-plan-content {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.moseo-plan-content h3 {
	margin: 0 0 10px 0;
	font-size: 18px;
	color: #333;
}

.moseo-plan-content p {
	margin: 0;
	font-size: 14px;
	color: #666;
	flex-grow: 1;
}

.moseo_welcome-graphic {
	background-image: url('../images/logo2.png');
	background-size: contain;
	max-width: 107rem;
	margin-right: -745px;
	margin-bottom: -9rem;
	height: 129px;
	background-repeat: no-repeat;
	background-position: center;
}