.wcrt-wrapper {
    max-width: 600px;
    margin: 20px auto;
    font-family: Arial, sans-serif;
}

#wcrt-input {
    width: 100%;
    height: 150px;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 6px;
    resize: vertical;
}

.wcrt-results {
    margin-top: 15px;
    background: var(--wcrt-bg);
    color: var(--wcrt-text);
    border-radius: 6px;
    padding: 10px;
    box-shadow: 0 0 5px rgba(0,0,0,0.05);
}

.wcrt-results p {
    margin: 8px 0;
    font-size: 16px;
}

.wcrt-results i {
    margin-right: 6px;
    color: #0073aa;
}
