.word-counter-tool {
    background: #ffffff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    text-align: center;
    width: 100%;
    max-width: 600px;
    margin: 20px auto;
}

.word-counter-tool textarea {
    width: 100%;
    height: 150px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
    box-sizing: border-box;
    outline: none;
    resize: none;
    margin-bottom: 20px;
}

.counter-results {
    text-align: left;
    font-size: 16px;
    color: #333;
}

.counter-results p {
    margin: 5px 0;
}

.counter-results strong {
    color: #007bff;
}
