.rating-shell {
  max-width: var(--page);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 178px minmax(0, 1fr) 190px;
  gap: 10px;
  padding: 0 8px;
  background: #f4f4f4;
  align-items: start;
}
.left-panel, .main-panel, .right-panel { background: #fff; }
.left-panel { padding: 8px 0; }
.side-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 14px; }
.left-panel a { display: block; padding: 8px 10px; color: #555; border-bottom: 1px solid #d7d7d7; }

.main-panel { padding-bottom: 12px; }
.top-line { padding: 8px 8px 5px; border-bottom: 1px solid #777; }
.go-back { font: 800 14px Georgia, "Times New Roman", serif; text-decoration: underline; display: inline-block; margin-bottom: 6px; }

.press-banner {
  height: 118px;
  display: block;
  position: relative;
  overflow: hidden;
  border: 1px solid #c9c9c9;
  background:
    radial-gradient(circle at 14% 55%, #e74444 0 22px, transparent 23px),
    radial-gradient(circle at 29% 43%, #ffe14a 0 20px, transparent 21px),
    radial-gradient(circle at 44% 61%, #2684d7 0 25px, transparent 26px),
    radial-gradient(circle at 62% 39%, #54b45e 0 22px, transparent 23px),
    radial-gradient(circle at 78% 58%, #e04a9a 0 24px, transparent 25px),
    linear-gradient(135deg, #222 0 10%, #777 10% 16%, #f8f8f8 16% 26%, #3d3d3d 26% 36%, #b7b7b7 36% 46%, #1f1f1f 46% 58%, #f0f0f0 58% 70%, #555 70% 82%, #202020 82%);
}
.press-banner::after { content: "PRINTING MACHINERY DEALER RATING"; position: absolute; left: 18px; bottom: 14px; color: #fff; font-size: 22px; font-weight: 900; text-shadow: 0 2px 3px rgba(0,0,0,.65); letter-spacing: .5px; }
.breadcrumb { margin-top: 6px; background: #f2f2f2; padding: 5px 7px; font-size: 12px; }
.breadcrumb a { text-decoration: underline; }
.breadcrumb-arrow { color: #cc0000; padding: 0 4px; font-weight: 800; }
.filters { padding: 8px; background: #f7f7f7; border-top: 1px solid #d0d0d0; border-bottom: 1px solid #777; display: grid; gap: 6px; }
.filters select, .filters input { height: 24px; border: 1px solid #b6b6b6; background: #fff; padding: 0 6px; font-size: 12px; }
.intro { padding: 10px 8px; color: #555; font-size: 11px; line-height: 1.35; }
.dealer-table { width: 100%; border-collapse: collapse; font-size: 11px; color: #444; }
.dealer-table th { background: #d8d8d8; text-align: left; padding: 5px 6px; font-weight: 800; border: 1px solid #c5c5c5; }
.dealer-table td { padding: 5px 6px; border-bottom: 1px solid #e3e3e3; vertical-align: middle; }
.rank { width: 34px; text-align: center; color: #555; }
.country { width: 82px; color: #555; }
.rating { width: 98px; color: #ffd400; letter-spacing: 1px; font-size: 13px; text-shadow: 0 0 1px #9b8700; }
.company { display: flex; align-items: center; gap: 8px; min-width: 0; }
.dealer-logo { width: 44px; height: 26px; flex: 0 0 44px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid #cfcfcf; background: linear-gradient(#fff, #eee); color: #333; font-size: 8px; font-weight: 900; text-align: center; }
.company a { color: #333; font-weight: 700; }
.red-tag { display: inline-block; margin-left: 5px; padding: 1px 4px; background: #cf0000; color: #fff; font-size: 9px; font-weight: 800; }

.gab-ad { display: block; margin: 0 0 10px; border-top: 6px solid #555; }
.gab-ad img { display: block; width: 100%; height: auto; }

.right-panel { padding: 8px 0; background: #fff; }
.offer-title { font: 800 14px Georgia, "Times New Roman", serif; text-align: left; padding: 4px 0 8px; border-bottom: 2px solid #333; margin: 0 10px 46px; line-height: 1.05; white-space: nowrap; letter-spacing: -0.25px; }
.offer-button { display: grid; grid-template-columns: 48px 1fr 8px; height: 58px; margin: 0 10px 7px; border: 0; background: #d7d7d7; color: #111; box-shadow: inset 0 0 0 1px #c7c7c7; }
.offer-icon { display: flex; align-items: center; justify-content: center; background: #111; color: #fff; font-size: 30px; font-weight: 900; line-height: 1; }
.offer-text { display: flex; flex-direction: column; justify-content: center; padding: 4px 8px 4px 12px; line-height: .94; overflow: hidden; }
.offer-text strong { display: block; color: #111; font-size: 27px; font-weight: 900; letter-spacing: -1.4px; white-space: nowrap; }
.offer-text span { color: #111; font-size: 14px; font-weight: 900; letter-spacing: -0.7px; white-space: nowrap; }
.offer-button.average .offer-text strong { font-size: 22px; line-height: .9; white-space: normal; }
.offer-button.average .offer-text span { font-size: 14px; }
.stripe-pink { background: #ff00c8; }
.stripe-yellow { background: #ffd800; }
.stripe-black { background: #111; }

@media (max-width: 900px) {
  .rating-shell { grid-template-columns: 1fr; }
  .right-panel { order: 3; }
}