.content-shell {
  max-width: var(--page);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 178px minmax(0, 1fr) 195px;
  gap: 10px;
  align-items: start;
  padding: 0 8px;
  background: #f4f4f4;
}

.left-filter {
  background: #f3f3f3;
  padding: 8px 0 10px;
  min-height: 620px;
}
.category-search-title {
  color: #444;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
  padding: 3px 0 8px;
  border-bottom: 2px solid #333;
  margin: 0 0 10px;
}
.category-select {
  display: block;
  width: calc(100% - 16px);
  margin: 0 8px 8px;
  height: 23px;
  font-size: 12px;
}
.category-toggle-btn {
  display: none;
}
.filter-parent-title,
.criteria-title {
  display: block;
  margin: 0 0 1px;
  padding: 5px 8px;
  background: #002fa7;
  border: 1px solid #c6c6c6;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.05;
  white-space: nowrap;
}
.filter-list,
.criteria-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sub-item,
.option-item {
  display: block;
  padding: 1px 8px;
  color: #333;
  font-size: 11.2px;
  line-height: 1.12;
  white-space: nowrap;
}
.sub-item.active {
  background: #b8e1f8;
  color: #111;
  font-weight: 800;
}
.more-criteria-title {
  margin: 11px 0 7px;
  color: #555;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
  font-weight: 800;
  text-align: center;
  white-space: nowrap;
}
.divider-line {
  height: 2px;
  margin-bottom: 10px;
  background: #222;
}
.criteria-group { margin-bottom: 4px; }
.criteria-list { padding: 3px 0 2px; }
.criteria-list .option-item { padding-left: 18px; color: #555; }

.main-column {
  background: #fff;
  min-width: 0;
  padding-bottom: 10px;
}
.go-back {
  display: block;
  padding: 8px 8px 5px;
  color: #111;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
  font-weight: 800;
  text-decoration: underline;
  border-bottom: 2px solid #555;
}
.gab-banner img {
  display: block;
  width: 100%;
  height: 90px;
  object-fit: cover;
  border-bottom: 5px solid #777;
}
.tools-bar {
  position: relative;
  padding: 8px 6px 6px;
  background: #f7f7f7;
  border-bottom: 1px solid #555;
  font-size: 11px;
}
.tool-row {
  display: grid;
  grid-template-columns: 88px minmax(120px, 1fr) 78px 91px;
  align-items: center;
  gap: 6px;
  margin-bottom: 5px;
}
.tool-row.second {
  grid-template-columns: 88px minmax(150px, 1fr) 78px 58px;
  margin-bottom: 0;
}
.keyword-input {
  height: 20px;
  border: 1px solid #b6b6b6;
  background: #2236ae1f;
}
.search-btn {
  height: 22px;
  border:2px solid #002fa7;
  background: #f7f7f7;
  font-weight: 800;
  cursor: pointer;
}
.clear-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 22px;
  color: #fff;
  background:#002fa7;
  border: 1px solid #707070;
  font-weight: 800;
}
.sort-select,
.page-select {
  height: 22px;
  font-size: 12px;
}
.subscribe-search {
  display: block;
  margin-top: 6px;
  padding: 7px 10px;
  color: #fff;
  background: #070707;
  font-size: 12px;
  font-weight: 800;
}
.subscribe-search small {
  display: block;
  font-size: 9px;
  font-weight: 700;
}
.breadcrumb-bar {
  background: #f2f2f2;
  padding: 6px 8px;
  font-size: 12px;
  border-bottom: 1px solid #e5e5e5;
}
.breadcrumb-bar a {
  color: #111;
  text-decoration: underline;
}
.breadcrumb-arrow {
  color: #cc0000;
  padding: 0 4px;
  font-weight: 700;
}
.breadcrumb-separator {
  color: #333;
  padding: 0 4px;
}
.machine-card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 22px 0 8px 8px;
  background: #fff;
  border-bottom: 3px solid #d7d7d7;
}
.machine-image-col {
  width: 145px;
  flex: 0 0 145px;
}
.machine-image-link {
  display: block;
  background: #fff;
  border: 5px solid #fff;
  box-shadow: 0 0 5px rgba(0,0,0,.35);
}
.machine-image-link img {
  display: block;
  width: 100%;
  height: auto;
}
.quick-view {
  display: flex;
  align-items: center;
  gap: 3px;
  margin-top: 7px;
  font-size: 10px;
  font-weight: 800;
  color: #111;
  text-decoration: underline;
}
.thumb-dots {
  display: inline-flex;
  gap: 1px;
}
.thumb-dots i {
  display: block;
  width: 6px;
  height: 4px;
  background: #ff3333;
}
.machine-info {
  flex: 1;
  min-width: 0;
  padding-right: 3px;
}
.machine-title {
  display: inline-block;
  margin: 5px 0 5px;
  color: #111;
  font-size: 18px;
  font-weight: 900;
}
.dash-divider {
  border-top: 1px dotted #bdbdbd;
  padding-top: 4px;
  margin-top: 2px;
}
.machine-meta {
  color: #737373;
  font-size: 10px;
  font-weight: 600;
}
.machine-meta strong { color: #555; }
.machine-specs {
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  column-gap: 28px;
  row-gap: 2px;
  margin: 9px 0 12px;
  color: #909090;
  font-size: 12px;
  font-weight: 700;
}
.machine-specs .wide { grid-column: 1 / -1; }
.availability-row {
  border-top: 1px dotted #bdbdbd;
  border-bottom: 1px dotted #bdbdbd;
  padding: 5px 0 4px;
  color: #666;
  font-size: 10px;
  font-weight: 700;
}
.flag-de {
  display: inline-block;
  width: 11px;
  height: 7px;
  margin-left: 3px;
  background: linear-gradient(#000 0 33%, #dd0000 33% 66%, #ffce00 66%);
  vertical-align: -1px;
  border: 1px solid rgba(0,0,0,.15);
}
.machine-bottom-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 2px;
}
.price-text {
  color: var(--link-blue);
  font-size: 14px;
  font-weight: 900;
}
.machine-actions {
  display: flex;
  align-items: center;
  gap: 3px;
  white-space: nowrap;
}
.machine-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 17px;
  color: #fff;
  background: #9a9a9a;
  border: 1px solid #8b8b8b;
  padding: 1px 5px;
  font-size: 10px;
  font-weight: 800;
}
.machine-action[data-modal-open] { cursor: pointer; }
.machine-action.icon-only { width: 18px; padding: 0; }
.machine-action.next { background: #ffd8d8; border-color: #f0caca; }
.machine-action.compare {
  background: #fff;
  color: #111;
  border: 2px solid #333;
  padding: 0 5px;
}

.gab-repeat img {
  display: block;
  width: 100%;
  height: 100px;
  object-fit: cover;
  border-top: 8px solid #585858;
}
.recommend-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 7px;
  margin-top: 9px;
}
.recommend-card {
  border: 1px solid #d0d0d0;
  background: #fff;
  min-width: 0;
}
.recommend-head {
  padding: 5px 4px;
  background: #c90000;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
}
.recommend-title {
  display: block;
  min-height: 34px;
  padding: 7px 4px 3px;
  color: #444;
  font-size: 11px;
  font-weight: 800;
  text-align: center;
}
.recommend-title span {
  display: block;
  color: #777;
  font-size: 10px;
  font-weight: 400;
}
.recommend-card img {
  width: 100%;
  height: 98px;
  object-fit: cover;
  display: block;
  padding: 0 4px;
}
.recommend-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4px;
  font-size: 10px;
  color: #777;
}
.heart { color: #f1d600; font-size: 14px; }

.ads-wrap { position: relative; line-height: 0; }
.ads-wrap img { display: block; width: 100%; height: auto; }
.hotspot {
  position: absolute;
  display: block;
  z-index: 6;
  font-size: 0;
  color: transparent;
  line-height: 0;
  cursor: pointer;
}
.hotspot:hover { outline: 1px solid rgba(0,105,157,.28); outline-offset: -1px; }

@media (max-width: 900px) {
  .content-shell { grid-template-columns: 1fr; }
  .left-filter { min-height: 0; }
  .ads-wrap { display: none; }
  .category-select { display: none; }
  .criteria-group .criteria-list { display: none; }
  .criteria-group.is-expanded .criteria-list { display: block; }
  .criteria-title { cursor: pointer; }
  .category-toggle-btn {
    display: block;
    width: 100%;
    padding: 8px 12px;
    background: #002fa7;
    color: #fff;
    border: 0;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    text-align: center;
  }
  .left-filter.is-open .left-filter-content {
    display: block;
  }
  .left-filter .left-filter-content {
    display: none;
  }
  .tools-bar {
    display: none;
  }
  .machine-meta.dash-divider {
    display: none;
  }
  .machine-card {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 8px;
  }
  .machine-image-col {
    width: 100px !important;
    flex: 0 0 100px !important;
    max-width: 100px !important;
  }
  .machine-info {
    flex: 1 !important;
    min-width: 0;
    width: auto !important;
    max-width: none !important;
  }
}

@media (max-width: 720px) {
  .machine-card {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 8px;
  }
  .machine-image-col {
    width: 100px !important;
    flex: 0 0 100px !important;
    max-width: 100px !important;
  }
  .machine-info {
    flex: 1 !important;
    min-width: 0;
    width: auto !important;
    max-width: none !important;
  }
}

.auto-style-1 { left:0;right:0;top:3.7%;height:16.8%; }
.auto-style-2 { left:0;right:0;top:20.4%;height:4.8%; }
.auto-style-3 { left:0;right:0;top:25.8%;height:4.8%; }
.auto-style-4 { left:0;right:0;top:31.2%;height:4.8%; }
.auto-style-5 { left:0;right:0;top:39.2%;height:10.7%; }
.auto-style-6 { left:0;right:0;top:51.0%;height:20.7%; }
.auto-style-7 { left:0;right:0;top:73.0%;height:17.6%; }
.auto-style-8 { left:0;right:0;top:91.7%;height:6.9%; }
