/*
    File: smart-quote.css
    Description: Styles for Smart Quote Generator.
    Author: Generated by OpenAI Codex on 2025-07-11
    License: © 2025 Clearline Field Systems. All rights reserved.
*/

.smart-quote {
    max-width: 600px;
    margin: 0 auto;
    padding: 16px;
}

.smart-quote__form label {
    display: block;
    margin-top: 12px;
}

.smart-quote__form input,
.smart-quote__form select {
    width: 100%;
    padding: 8px;
    margin-top: 4px;
    border: 1px solid var(--border-color);
    border-radius: 4px;
}

.smart-quote__form button {
    margin-top: 16px;
    padding: 8px 16px;
}

.smart-quote__output {
    width: 100%;
    height: 160px;
    margin-top: 16px;
}
