@keyframes shine-skeleton-lines{0{background-position:-100px}
40%,100%{background-position:600px}
}
.mod__max-w-xl{max-width:1436px;margin:auto}
.cmp-vin-checker{background:white;padding:32px 16px;width:100%}
.cmp-vin-checker__container{display:flex;flex-direction:column;gap:40px}
.cmp-vin-checker__main{display:flex;flex-direction:column;gap:40px}
.cmp-vin-checker__inputs-container{display:flex;flex-direction:column;gap:24px}
.cmp-vin-checker__input,.cmp-vin-checker__select{width:100%;height:48px;font-size:16px;line-height:20px}
.cmp-vin-checker__input .cmp-select,.cmp-vin-checker__select .cmp-select{width:100%}
.cmp-vin-checker__button-container{display:block;position:relative}
.cmp-vin-checker__overlay{position:absolute;content:'';width:100%;height:48px;z-index:30;top:0;left:50%;transform:translateX(-50%)}
.cmp-vin-checker__spinner{content:'';top:0;left:0;width:100%;height:100%;pointer-events:none;user-select:none;width:40%;height:40%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}
.cmp-vin-checker__input-container{position:relative}
.cmp-vin-checker__input-check{content:'';border:0;position:absolute;width:12px;height:12px;bottom:10px;right:0}
.cmp-vin-checker__cta-container .cmp-button{width:100%;height:48px}
@media(min-width:764px){.cmp-vin-checker{width:100%;padding:32px 0}
.cmp-vin-checker__container{max-width:700px;margin:0 auto}
.cmp-vin-checker__main{flex-direction:row;width:100%;gap:32px}
.cmp-vin-checker__inputs-container{flex:1}
.cmp-vin-checker__cta-container{display:flex;align-items:flex-end;flex:1}
.cmp-vin-checker__cta-container .cmp-button{width:200px}
}
@media(min-width:1016px){.cmp-vin-checker{padding:32px 0 64px 0}
.cmp-vin-checker__container{max-width:784px}
.cmp-vin-checker__cta-container .cmp-button{width:100%}
.cmp-vin-checker__button-container{width:100%}
}