@keyframes shine-skeleton-lines{0{background-position:-100px}
40%,100%{background-position:600px}
}
.mod__max-w-xl{max-width:1436px;margin:auto}
@keyframes spin{0{-webkit-transform:rotate(0);transform:rotate(0)}
100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}
}
@keyframes rotateImageLoading{from{transform:translate(-50%,-50%) rotateY(0) scale(1.01)}
to{transform:translate(-50%,-50%) rotateY(360deg) scale(1.01)}
}
.dealercarofferdetail .container-body{background-color:var(--color-bg-02)}
.dealercarofferdetail .return-button-container{display:flex;justify-content:center;justify-items:center}
.dealercarofferdetail .return-button-container .mod__arrow-left-button{width:100%;margin:16px 32px;max-width:1436px}
.dealercarofferdetail .disclaimer-container{padding:24px 16px 0}
.dealercarofferdetail .disclaimer-container .richTextFieldComponent{border-bottom:0}
.dealercarofferdetail .disclaimer-container .richtext-separator{display:none}
@media(min-width:764px){.dealercarofferdetail .disclaimer-container{padding:24px 32px 0}
}
@media(min-width:1436px){.dealercarofferdetail .disclaimer-container{max-width:1436px;margin:0 auto}
}