.stella-ab-admin-wrap {
	display: flex;
	gap: 30px;
	align-items: flex-start;
}

.stella-ab-admin-main {
	flex: 1;
	background: #fff;
	padding: 20px;
	border: 1px solid #ccd0d4;
	border-radius: 4px;
}

.stella-ab-danger-heading,
.stella-ab-danger-label {
	color: #d32f2f;
}

.stella-ab-danger-label {
	font-weight: 500;
}

.stella-ab-compatibility-box {
	margin-top: 40px;
	padding: 20px;
	background: #fff;
	border: 1px solid #ccd0d4;
	border-left: 4px solid #6366f1;
	border-radius: 8px;
}

.stella-ab-compatibility-title {
	margin-top: 0;
	color: #1f2937;
}

.stella-ab-manual-option {
	margin-top: 20px;
}

.stella-ab-admin-sidebar {
	width: 320px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	position: sticky;
	top: 20px;
}

.stella-ab-rating-card {
	background: #fff7ed;
	border: 1px solid #fdba74;
	color: #7c2d12;
	padding: 22px;
	border-radius: 12px;
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.08);
}

.stella-ab-rating-stars {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 12px;
	color: #f59e0b;
}

.stella-ab-rating-title {
	margin: 0 0 10px;
	color: #7c2d12;
	font-size: 20px;
	line-height: 1.3;
}

.stella-ab-rating-copy {
	margin: 0 0 16px;
	font-size: 14px;
	line-height: 1.6;
}

.stella-ab-rating-button {
	display: inline-block;
	background: #ea580c;
	color: #fff;
	padding: 12px 16px;
	border-radius: 8px;
	text-decoration: none;
	font-weight: 700;
}

.stella-ab-rating-button:hover,
.stella-ab-rating-button:focus {
	background: #c2410c;
	color: #fff;
}

.stella-ab-pro-card {
	background: linear-gradient(135deg, #6366f1 0%, #4338ca 100%);
	color: #fff;
	padding: 30px;
	border-radius: 12px;
	box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.stella-ab-pro-price-badge {
	display: inline-block;
	margin-bottom: 20px;
	padding: 6px 18px;
	background: #fbbf24;
	color: #78350f;
	border-radius: 20px;
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
	font-size: 18px;
	font-weight: 900;
	text-transform: uppercase;
}

.stella-ab-pro-title {
	margin-top: 0;
	color: #fff;
	font-size: 26px;
	font-weight: 800;
	line-height: 1.2;
}

.stella-ab-pro-copy {
	margin-bottom: 25px;
	font-size: 15px;
	line-height: 1.6;
	opacity: 0.95;
}

.stella-ab-pro-features {
	margin: 0 0 30px;
	padding: 0;
	list-style: none;
}

.stella-ab-pro-feature {
	display: flex;
	align-items: flex-start;
	margin-bottom: 12px;
	font-size: 14px;
	font-weight: 500;
}

.stella-ab-pro-check {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	margin-right: 12px;
	padding: 4px;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
}

.stella-ab-pro-button {
	display: block;
	padding: 15px;
	background: #fff;
	color: #4338ca;
	border-radius: 8px;
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	font-weight: 800;
}

.stella-ab-pro-button:hover,
.stella-ab-pro-button:focus {
	color: #312e81;
}

.stella-ab-pro-note {
	margin-top: 20px;
	font-size: 12px;
	font-weight: 500;
	text-align: center;
	opacity: 0.8;
}

.stella-ab-admin-footer {
	margin-top: 20px;
	color: #666;
	font-style: italic;
}

.stella-ab-heart {
	color: #f43f5e;
}

.stella-ab-footer-link {
	font-weight: 600;
	text-decoration: none;
}

.stella-ab-footer-rating-link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.stella-ab-footer-star {
	color: #f59e0b;
}

@media (max-width: 1100px) {
	.stella-ab-admin-wrap {
		flex-direction: column;
	}

	.stella-ab-admin-sidebar {
		width: 100%;
		position: static;
	}
}
