/* style.css */
.uae-data-calc-container-471 {
	background: #fff;
	padding: 25px;
	border-radius: 8px;
	box-shadow: 0 4px 15px rgba(0,0,0,0.05);
	font-family: inherit;
}

.uae-calc-title-471 {
	margin-top: 0;
	margin-bottom: 20px;
	text-align: center;
}

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

.uae-calc-field-group-471 {
	display: flex;
	flex-direction: column;
}

.uae-calc-field-group-471 label {
	margin-bottom: 5px;
	font-weight: 600;
	font-size: 14px;
	color: #333;
}

.uae-calc-field-group-471 input,
.uae-calc-field-group-471 select {
	padding: 10px;
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: 16px;
}

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

.uae-calc-btn-471:hover {
	opacity: 0.9;
}

.uae-calc-results-list-471 {
	display: grid;
	gap: 15px;
}

.uae-plan-card-471 {
	border: 1px solid #eee;
	border-top-width: 4px;
	border-radius: 6px;
	padding: 15px;
	background: #fafafa;
	position: relative;
}

.uae-plan-card-471 h5 {
	margin: 0 0 10px 0;
	font-size: 18px;
}

.provider-badge {
	position: absolute;
	top: -12px;
	right: 15px;
	color: #fff;
	font-size: 12px;
	padding: 4px 8px;
	border-radius: 12px;
	font-weight: bold;
}

.uae-plan-details-471 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
	font-size: 14px;
	color: #555;
}

.uae-plan-price-471 {
	font-size: 20px;
	font-weight: bold;
	color: #111;
}

.uae-no-results-471 {
	text-align: center;
	color: #666;
	padding: 20px;
	background: #f9f9f9;
	border-radius: 4px;
}