.hiluckev-dvu{width:100%;box-sizing:border-box}
.hiluckev-dvu-section-title{margin:0 0 24px;font-size:30px;line-height:1.25;font-weight:700}
.hiluckev-dvu-columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px;align-items:start;width:100%}
.hiluckev-dvu-column{min-width:0;width:100%;display:flex;flex-direction:column}
.hiluckev-dvu-column-header{box-sizing:border-box;background:#134426;color:#fff;padding:14px 20px;border-radius:10px;font-size:18px;font-weight:700;line-height:1.3;letter-spacing:.02em;width:100%}

/* One scrollable card per category. The scroll direction is vertical only. */
.hiluckev-dvu-list{position:relative;display:block;width:100%;height:340px;min-width:0;box-sizing:border-box;padding:6px;background:#fff;border:1px solid #e5e7eb;border-radius:10px;overflow-y:scroll;overflow-x:hidden;overscroll-behavior:contain;scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:var(--hiluckev-scrollbar-thumb,#b9c1bd) var(--hiluckev-scrollbar-track,#f1f3f2)}
.hiluckev-dvu-list::-webkit-scrollbar{width:var(--hiluckev-scrollbar-width,8px);height:0}
.hiluckev-dvu-list::-webkit-scrollbar:horizontal{height:0}
.hiluckev-dvu-list::-webkit-scrollbar-track{background:var(--hiluckev-scrollbar-track,#f1f3f2);border-radius:999px}
.hiluckev-dvu-list::-webkit-scrollbar-thumb{background:var(--hiluckev-scrollbar-thumb,#b9c1bd);border-radius:999px;border:2px solid var(--hiluckev-scrollbar-track,#f1f3f2)}
.hiluckev-dvu-list::-webkit-scrollbar-thumb:hover{background:#8f9a94}

/* Each vehicle is a compact row inside the single category card, not a separate card. */
.hiluckev-dvu-item{display:block;width:100%!important;max-width:100%;min-width:0;box-sizing:border-box;margin:0;background:#fff;border:0;border-radius:6px;overflow:visible;transition:background-color .2s ease,transform .2s ease,box-shadow .2s ease;text-decoration:none;color:inherit}
.hiluckev-dvu-item:nth-child(even){background:#fafcfb}
.hiluckev-dvu-item + .hiluckev-dvu-item{margin-top:6px;padding-top:6px;border-top:1px solid #dfe6e2}
.hiluckev-dvu-item,.hiluckev-dvu-item *{box-sizing:border-box}
a.hiluckev-dvu-item:hover{text-decoration:none;color:inherit}
.hiluckev-dvu-transition-none .hiluckev-dvu-item{transition:none}
.hiluckev-dvu-transition-soft .hiluckev-dvu-item{transition:background-color .18s ease,transform .18s ease,box-shadow .18s ease}
.hiluckev-dvu-transition-strong .hiluckev-dvu-item{transition:background-color .25s ease,transform .25s ease,box-shadow .25s ease}
.hiluckev-dvu-card-body{padding:10px;display:flex;flex-direction:column;justify-content:flex-start;min-width:0}
.hiluckev-dvu-item:hover{background:#f1f6f3}
.hiluckev-dvu-clickable{cursor:pointer}

.hiluckev-dvu-name{font-size:16px;line-height:1.3;font-weight:700;color:#17211b;overflow-wrap:anywhere}
.hiluckev-dvu-version{margin-top:3px;font-size:12px;line-height:1.35;color:#69766f;overflow-wrap:anywhere}
.hiluckev-dvu-params{display:flex;flex-wrap:wrap;align-items:baseline;column-gap:7px;row-gap:4px;margin-top:8px;padding-top:7px;border-top:1px solid #edf0ee;min-width:0}
.hiluckev-dvu-param{display:inline-flex;align-items:baseline;min-width:0;max-width:100%;gap:3px;line-height:1.25}
.hiluckev-dvu-param-label{font-size:10px;text-transform:uppercase;letter-spacing:.035em;color:#87918c;white-space:nowrap}
.hiluckev-dvu-param-colon{font-size:11px;color:#a1aaa5}
.hiluckev-dvu-param-value{font-size:12px;line-height:1.3;font-weight:600;color:#2b3932;overflow-wrap:anywhere;min-width:0}
.hiluckev-dvu-param-separator{font-size:11px;color:#aeb6b1;flex:0 0 auto}
.hiluckev-dvu-params-newline{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:14px;row-gap:5px}
.hiluckev-dvu-params-newline .hiluckev-dvu-param{display:flex}
.hiluckev-dvu-condition{margin-top:8px;padding-top:7px;border-top:1px solid #edf0ee}
.hiluckev-dvu-condition-label{display:block;font-size:10px;line-height:1.25;text-transform:uppercase;letter-spacing:.035em;color:#87918c}
.hiluckev-dvu-condition-value{margin-top:3px;font-size:12px;line-height:1.4;font-weight:500;color:#2b3932;overflow-wrap:anywhere;white-space:normal}
.hiluckev-dvu-info{margin-top:6px;font-size:11px;line-height:1.35;color:#66736c;overflow-wrap:anywhere}
.hiluckev-dvu-price{margin-top:7px;font-size:17px;line-height:1.2;font-weight:700;color:#134426;white-space:normal}
.hiluckev-dvu-empty{min-height:100%;display:flex;align-items:center;justify-content:center;padding:18px 20px;color:#7a847e;background:transparent;text-align:center}
.hiluckev-dvu-image{margin:0 0 10px;overflow:hidden;line-height:0;background:#f5f7f6;aspect-ratio:16/10;border-radius:8px}
.hiluckev-dvu-image img{display:block;width:100%;height:100%;object-fit:cover}
.hiluckev-dvu-update-date{margin-top:6px;font-size:11px}

/* Keep long content inside the vertical card; never create a horizontal scrollbar. */
.hiluckev-dvu-list,.hiluckev-dvu-list *{max-width:100%}
.hiluckev-dvu-list .hiluckev-dvu-condition-value,.hiluckev-dvu-list .hiluckev-dvu-name,.hiluckev-dvu-list .hiluckev-dvu-version,.hiluckev-dvu-list .hiluckev-dvu-param-value{overflow-wrap:anywhere;word-break:break-word}

@media (max-width:1024px){
  .hiluckev-dvu-columns{grid-template-columns:1fr;gap:20px}
  .hiluckev-dvu-section-title{font-size:26px}
}
@media (max-width:767px){
  .hiluckev-dvu-section-title{font-size:23px;margin-bottom:18px}
  .hiluckev-dvu-columns{gap:18px}
  .hiluckev-dvu-column-header{font-size:16px;padding:11px 14px}
  .hiluckev-dvu-list{height:300px;padding:4px}
  .hiluckev-dvu-card-body{padding:9px}
  .hiluckev-dvu-name{font-size:15px}
  .hiluckev-dvu-params{column-gap:6px;row-gap:3px;margin-top:7px;padding-top:6px}
  .hiluckev-dvu-param-label{font-size:9px}
  .hiluckev-dvu-param-value{font-size:11.5px}
  .hiluckev-dvu-condition{margin-top:7px;padding-top:6px}
  .hiluckev-dvu-condition-value{font-size:11.5px;line-height:1.4}
  .hiluckev-dvu-params-newline{column-gap:10px;row-gap:4px}
  .hiluckev-dvu-price{font-size:16px}
}
