/* style.css */
.uae-speed-guide-container-493 {
	background: #fff;
	padding: 30px;
	border-radius: 10px;
	box-shadow: 0 5px 20px rgba(0,0,0,0.05);
	font-family: inherit;
}

.uae-speed-title-493 {
	margin-top: 0;
	margin-bottom: 25px;
	text-align: center;
	color: #333;
}

.uae-speed-form-493 {
	display: flex;
	flex-direction: column;
	gap: 15px;
	margin-bottom: 25px;
}

.uae-speed-field-group-493 {
	display: flex;
	flex-direction: column;
}

.uae-speed-field-group-493 label {
	margin-bottom: 8px;
	font-weight: 600;
	font-size: 14px;
	color: #444;
}

.uae-speed-field-group-493 select {
	padding: 12px;
	border: 1px solid #ddd;
	border-radius: 6px;
	font-size: 15px;
	background-color: #fcfcfc;
}

.uae-speed-btn-493 {
	color: #fff;
	border: none;
	padding: 15px 20px;
	border-radius: 6px;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
	transition: opacity 0.3s ease;
	margin-top: 10px;
}

.uae-speed-btn-493:hover {
	opacity: 0.9;
}

.uae-speed-result-493 {
	background: #f8f9fa;
	padding: 20px;
	border-radius: 8px;
	border-left: 5px solid #0073e6;
}

.uae-speed-result-title-493 {
	margin: 0 0 10px 0;
	font-size: 24px;
}

.uae-speed-result-desc-493 {
	margin: 0 0 15px 0;
	color: #555;
	line-height: 1.5;
}

.uae-speed-plans-493 {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.uae-speed-plan-badge-493 {
	background: #e9ecef;
	padding: 5px 10px;
	border-radius: 4px;
	font-size: 13px;
	color: #333;
	border: 1px solid #dee2e6;
}