/* Window Sticker Form Component Styles */
.vin-decoder-section input:focus {
    outline: none;
    border-color: #D1133B !important;
    box-shadow: 0 0 0 3px rgba(209, 19, 59, 0.1) !important;
}

@media (max-width: 768px) {
    .vin-decoder-section > div {
        flex-direction: column !important;
    }
    .vin-decoder-section input,
    .vin-decoder-section button {
        width: 100% !important;
    }
}
