#seo-title-checker {
    padding: 20px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    max-width: 600px;
    margin: 0 auto;
    font-family: Arial, sans-serif;
}

#seo-title-checker form {
    margin-bottom: 20px;
}

#seo-title-checker input {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    font-size: 16px;
}

#seo-title-checker button {
    padding: 10px 15px;
    background-color: #28a745;
    color: #fff;
    border: none;
    cursor: pointer;
}

#seo-title-checker button:hover {
    background-color: #218838;
}

#seo-title-checker #loading {
    font-size: 18px;
    color: #888;
    font-style: italic;
}

#seo-title-checker #result {
    margin-top: 20px;
}

#seo-title-checker #result h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

#seo-title-checker #result p {
    font-size: 16px;
}

#seo-title-checker .success {
    color: green;
}

#seo-title-checker .error {
    color: red;
}
