/*
Template:       clenix
Theme Name:     Clenix Child Theme
Theme URI:      http://radiustheme.com/demo/wordpress/consulty
Author:         RadiusTheme
Author URI:     http://radiustheme.com
Description:    Clenix is a clean and Modern WordPress Theme. It is best suited for Cleaning Service Provider theme
Version:        1.0
Text Domain:    Clenix
Tags: left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, translation-ready
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
<style>
.area-checker-wrapper {
	max-width: 400px;
	margin: 40px auto;
	background-color: #59d0e2;
	padding: 30px;
	border-radius: 15px;
	box-shadow: 0 8px 20px rgba(0,0,0,0.1);
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	color: #fff;
	text-align: center;
}

.area-checker-wrapper h2 {
	font-size: 22px;
	margin-bottom: 25px;
	font-weight: 600;
}

.area-checker-wrapper input[type="text"] {
	width: 100%;
	padding: 12px 15px;
	margin-bottom: 15px;
	border-radius: 8px;
	border: none;
	font-size: 15px;
	box-sizing: border-box;
}

.area-checker-wrapper button {
	width: 100%;
	padding: 12px 20px;
	font-size: 16px;
	font-weight: bold;
	background: #3d9eff;
	color: white;
	border: none;
	border-radius: 8px;
	cursor: pointer;
	transition: background 0.3s ease;
}

.area-checker-wrapper button:hover {
	background-color: #2c82db;
}

.area-checker-wrapper #area-message {
	margin-top: 15px;
	font-weight: bold;
}



</style>