.atoz-tool-266 * {
margin:0;
padding:0;
box-sizing:border-box;
font-family:'Poppins',sans-serif;
}.atoz-tool-266 {

background:#eef6f1;
display:flex;
justify-content:center;
align-items:center;
min-height:100vh;

}.atoz-tool-266 .container {

width:100%;
max-width:900px;
text-align:center;
padding:20px;

}.atoz-tool-266 h1 {

color:#1b8f3c;
margin-bottom:30px;

}.atoz-tool-266 .card {

background:white;
max-width:420px;
margin:auto;
padding:30px;
border-radius:12px;
box-shadow:0 10px 25px rgba(0,0,0,0.1);

}.atoz-tool-266 .card h2 {

margin-bottom:20px;
color:#1b8f3c;

}.atoz-tool-266 input {

width:100%;
padding:14px;
margin:10px 0;
border-radius:8px;
border:1px solid #ccc;

}.atoz-tool-266 button {

width:100%;
padding:14px;
border:none;
border-radius:8px;
background:#1b8f3c;
color:white;
font-size:16px;
cursor:pointer;

}.atoz-tool-266 button:hover {

background:#146b2e;

}.atoz-tool-266 .result {

margin-top:20px;
font-size:20px;
font-weight:500;

}.atoz-tool-266 .ads {

margin-top:20px;
color:#777;

}



@media(max-width:600px){.atoz-tool-266 .card {

padding:20px;

}

}