.jandi-wholesale-wrap,
.jandi-quote-card,
.jandi-status-card {
    max-width: 920px;
    margin: 24px auto;
    font-family: inherit;
}

.jandi-wholesale-form,
.jandi-quote-card,
.jandi-status-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(17, 24, 39, 0.06);
    padding: clamp(22px, 4vw, 42px);
}

.jandi-form-header h2,
.jandi-quote-card h2,
.jandi-status-card h3 {
    margin: 0 0 8px;
}

.jandi-form-header p {
    margin: 0;
    color: #5f6672;
}

.jandi-form-section {
    border-top: 1px solid #eceff3;
    margin-top: 28px;
    padding-top: 24px;
}

.jandi-form-section h3 {
    margin: 0 0 18px;
    font-size: 1.08rem;
}

.jandi-grid {
    display: grid;
    gap: 18px;
}

.jandi-grid.two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.jandi-field.full {
    grid-column: 1 / -1;
}

.jandi-field label {
    display: block;
    font-weight: 650;
    margin-bottom: 7px;
}

.jandi-field input,
.jandi-field select,
.jandi-field textarea {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #cfd4dc;
    border-radius: 8px;
    padding: 11px 12px;
    background: #fff;
    color: #16181d;
}

.jandi-field input:focus,
.jandi-field select:focus,
.jandi-field textarea:focus {
    outline: 2px solid currentColor;
    outline-offset: 1px;
}

.jandi-field small {
    display: block;
    margin-top: 6px;
    color: #6b7280;
}

.jandi-checkbox {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin: 24px 0;
}

.jandi-checkbox input {
    margin-top: 4px;
}

.jandi-button {
    appearance: none;
    border: 0;
    border-radius: 9px;
    padding: 12px 20px;
    font-weight: 700;
    cursor: pointer;
    background: #20242b;
    color: #fff;
}

.jandi-button:hover,
.jandi-button:focus {
    opacity: 0.88;
    color: #fff;
}

.jandi-button.secondary {
    margin-top: 8px;
}

.jandi-wholesale-alert {
    max-width: 920px;
    margin: 16px auto;
    border-radius: 9px;
    padding: 13px 16px;
    border: 1px solid;
}

.jandi-wholesale-alert.success,
.jandi-status-pill.success {
    background: #edf8f1;
    border-color: #9ed3ad;
}

.jandi-wholesale-alert.notice,
.jandi-status-pill.notice {
    background: #fff8df;
    border-color: #e5cf79;
}

.jandi-wholesale-alert.error,
.jandi-status-pill.error {
    background: #fff0f0;
    border-color: #e5a4a4;
}

.jandi-status-pill {
    display: inline-block;
    border: 1px solid;
    border-radius: 999px;
    padding: 5px 10px;
    font-size: 0.82rem;
    font-weight: 700;
    margin-bottom: 16px;
}

.jandi-wholesale-price-label {
    display: inline-block;
    margin-left: 4px;
    border: 1px solid currentColor;
    border-radius: 999px;
    padding: 1px 6px;
    font-size: 0.68em;
    vertical-align: middle;
}

.jandi-quote-details {
    max-width: 920px;
    margin: 24px 0;
    border-top: 1px solid #e5e7eb;
    padding-top: 18px;
}

.jandi-quote-details > summary {
    cursor: pointer;
    font-weight: 700;
}

.jandi-quote-details .jandi-quote-card {
    margin: 16px 0 0;
}

.jandi-honeypot {
    position: absolute !important;
    left: -9999px !important;
    height: 0 !important;
    overflow: hidden !important;
}

@media (max-width: 700px) {
    .jandi-grid.two {
        grid-template-columns: 1fr;
    }

    .jandi-field.full {
        grid-column: auto;
    }
}

.jandi-tier-card {
    max-width: 540px;
    margin: 20px 0;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 16px;
    background: #fafafa;
}

.jandi-tier-card table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

.jandi-tier-card th,
.jandi-tier-card td {
    text-align: left;
    border-top: 1px solid #e5e7eb;
    padding: 8px 4px;
}


/* Bulk quote anti-spam fields. */
.jandi-honeypot {
    position: absolute !important;
    left: -10000px !important;
    top: auto !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.jandi-recaptcha-wrap {
    margin: 14px 0;
}
