/*
Theme Name: Globe Trailers WIP
Description: 
Author: Finoit
Author URI: finoit.com
*/
/* Codex 2026-05-13: keep engineering archive thumbnails icon-sized. */
.product-list-container .product-list .content-area figure {
  min-height: 88px;
  height: 88px;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #f7f7f7;
}

.product-list-container .product-list .content-area figure img {
  width: auto !important;
  height: auto !important;
  max-width: 96px !important;
  max-height: 68px !important;
  object-fit: contain;
}

.product-list-container .product-list .content-area .text-sec {
  padding-top: 10px;
}