.clickorio-seo-tool{
    max-width:800px;
    margin:40px auto;
    padding:30px;
    background:#fff;
    border-radius:12px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.clickorio-seo-tool h2{
    text-align:center;
    margin-bottom:25px;
}

#website-url{
    width:100%;
    padding:15px;
    border:1px solid #ddd;
    border-radius:8px;
    font-size:16px;
}

#analyze-btn{
    width:100%;
    margin-top:15px;
    padding:15px;
    background:#0066ff;
    color:#fff;
    border:none;
    border-radius:8px;
    cursor:pointer;
    font-size:16px;
    font-weight:600;
}

#analyze-btn:hover{
    background:#0052cc;
}

#results{
    margin-top:30px;
}