.ewcrt-container {
    max-width: 720px;
    margin: 2rem auto;
    padding: 20px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

#ewcrt-textarea {
    width: 100%;
    min-height: 150px;
    padding: 15px;
    font-size: 16px;
    border-radius: 8px;
    border: 1px solid #ccc;
    resize: vertical;
    box-sizing: border-box;
    margin-bottom: 15px;
}

.ewcrt-stats {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 500;
    color: #333;
}

.ewcrt-stats span i {
    margin-right: 6px;
    color: #0073aa;
}

@media (max-width: 600px) {
    .ewcrt-stats {
        flex-direction: column;
        gap: 8px;
    }
}
