/* File: cars/website.css */
html,body{min-height:640px;}
html,body{height:100%;}
html{scroll-behavior:smooth;}
img{max-width:100%}
.cursor-pointer{cursor:pointer;}
.cursor-move{cursor:move;}
.cursor-ban{cursor:ban;}
.badge-group{display:inline-flex;align-items:center;overflow:hidden;border-radius:0.25rem;vertical-align:middle;}
.badge-group > .badge{border-radius:0;margin:0;line-height:18px;}
.badge-group > .badge:first-child{border-top-left-radius:0.25rem;border-bottom-left-radius:0.25rem;}
.badge-group > .badge:last-child{border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;}
.badge-group-xl{display:inline-flex;align-items:center;overflow:hidden;border-radius:0.25rem;vertical-align:middle;}
.badge-group-xl > .badge{border-radius:0;margin:0;line-height:24px;font-size:14px;font-weight:normal !important;}
.badge-group-xl > .badge:first-child{border-top-left-radius:0.25rem;border-bottom-left-radius:0.25rem;}
.badge-group-xl > .badge:last-child{border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;}

.logo-img{max-height:80px;width:auto;}
.logo-text{font-size:1.5rem;font-weight:700;}
nav.widget-navigation .dropdown-menu{position:absolute;}
header .widget-image img{max-height:80px;width:auto;margin-top:2px;}
header .widget-image{text-align:center;}