/* JAA CV Optimizer – ekstra styling */

#jaacv-container .jaa-card h3 {
    margin-top: 0;
    color: #333;
}

#jaacv-container textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 160px;
    resize: vertical;
    font-family: inherit;
    font-size: 0.95em;
    box-sizing: border-box;
}

#jaacv-container textarea:focus {
    outline: 2px solid #0073aa;
    border-color: #0073aa;
}

#jaacv-container input[type="url"] {
    font-family: inherit;
    font-size: 0.95em;
}

#jaacv-result-content {
    line-height: 1.8;
    white-space: pre-wrap;
}
