.wc-container {
    max-width: 700px;
    margin: 30px auto;
    padding: 20px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    font-family: Arial, sans-serif;
}

.wc-container h2 {
    text-align: center;
    margin-bottom: 15px;
    color: #333;
}

#wc-text {
    width: 100%;
    min-height: 180px;
    padding: 12px;
    font-size: 15px;
    border-radius: 6px;
    border: 1px solid #ddd;
    resize: vertical;
    outline: none;
}

#wc-text:focus {
    border-color: #0073aa;
}

.wc-results {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
}

.wc-results p {
    background: #f5f7fa;
    padding: 10px 15px;
    border-radius: 6px;
    font-weight: 600;
    color: #444;
}

.wc-results i {
    margin-right: 6px;
    color: #0073aa;
}
