.he-vin-decoder {
    max-width: 980px;
    margin: 32px auto;
}

.he-vin-decoder__header {
    margin-bottom: 22px;
}

.he-vin-decoder__header h2 {
    margin-bottom: 8px;
}

.he-vin-decoder__form {
    padding: 24px;
    border: 1px solid #d9dce1;
    border-radius: 14px;
    background: #f7f8fa;
}

.he-vin-decoder__form label {
    display: block;
    margin-bottom: 8px;
    font-weight: 700;
}

.he-vin-decoder__controls {
    display: flex;
    gap: 12px;
}

.he-vin-decoder__controls input {
    flex: 1;
    min-width: 0;
    min-height: 50px;
    padding: 11px 14px;
    border: 1px solid #bfc5cc;
    border-radius: 8px;
    background: #fff;
    font-family: monospace;
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.he-vin-decoder__controls button {
    min-height: 50px;
    padding: 11px 22px;
    border: 0;
    border-radius: 8px;
    cursor: pointer;
    font: inherit;
    font-weight: 700;
}

.he-vin-decoder__controls button:disabled {
    cursor: wait;
    opacity: 0.65;
}

.he-vin-decoder__hint {
    margin: 10px 0 0;
    font-size: 14px;
}

.he-vin-decoder__status {
    min-height: 26px;
    margin: 16px 0;
    font-weight: 600;
}

.he-vin-decoder__results {
    margin-top: 24px;
}

.he-vin-result-heading,
.he-vin-result-section {
    margin-bottom: 20px;
    padding: 22px;
    border: 1px solid #d9dce1;
    border-radius: 12px;
    background: #fff;
}

.he-vin-result-heading h2 {
    margin: 4px 0;
}

.he-vin-result-vin {
    margin: 0;
    font-family: monospace;
    font-weight: 700;
    letter-spacing: 1px;
}

.he-vin-result-section h3 {
    margin-top: 0;
}

.he-vin-result-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    margin: 0;
}

.he-vin-result-row {
    padding: 12px;
    border-bottom: 1px solid #e6e8eb;
}

.he-vin-result-row dt {
    margin-bottom: 3px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.he-vin-result-row dd {
    margin: 0;
}

.he-vin-match-list {
    margin: 0;
    padding-left: 20px;
}

.he-vin-match-list li {
    margin-bottom: 12px;
}

.he-vin-match-list a {
    display: block;
    font-weight: 700;
}

.he-vin-match-list span {
    display: block;
    margin-top: 2px;
    font-size: 14px;
}

.he-vin-result-disclaimer,
.he-vin-decoder__notice {
    padding: 18px;
    border-left: 4px solid currentColor;
    background: #f7f8fa;
}

@media (max-width: 700px) {
    .he-vin-decoder__controls {
        display: block;
    }

    .he-vin-decoder__controls button {
        width: 100%;
        margin-top: 10px;
    }

    .he-vin-result-grid {
        grid-template-columns: 1fr;
    }
}

/* Local Hyundai-Engines.com database matches */
.he-vin-local-match small {
    display: block;
    margin-top: 5px;
    color: #555;
    line-height: 1.45;
}

.he-vin-local-source {
    margin: 16px 0 0;
    padding: 12px 14px;
    border-radius: 8px;
    background: #f3f4f6;
    font-size: 14px;
}
