/* vin-decoder.css */

#vin-decoder-root input {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 5px;
}

#vin-decoder-root button {
    padding: 8px 12px;
    border: none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    margin-top: 5px;
}

#vin-decoder-root button:hover {
    opacity: 0.9;
}

#vin-decoder-root #vin-output {
    margin-top: 10px;
    padding: 8px;
    border: 1px solid #eee;
    border-radius: 4px;
    background-color: #f9f9f9;
    max-height: 300px;
    overflow-y: auto;
    font-family: monospace;
    font-size: 12px;
    white-space: pre-wrap;
}

#vin-decoder-root img {
    max-height: 40px;
}
