/* ============================================================================
   PAGE FAMILY: orders showcase + FTS/CLIP search page chrome — STRUCTURE tier
   Migrated 2026-07-05 (B11-B17 sweep). PHASE-A FIDELITY: verbatim relocation.
   ============================================================================ */
.search_img .search_card_model_badge {
  position: absolute;
  top: 10px;
  left: 10px;
  margin: 0;
  background: #3E342AB2;
  padding: 8px;
  color: #EDE9DE;
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 14px;
  font-weight: 500;
  z-index: 3;
  max-width: calc(100% - 40px);
  pointer-events: none;
}

.show-case-title {
    font-size: 1vw;
    font-weight: bold;
    color: var(--show-case-title-color, #000);
    text-decoration: none;
    padding-bottom: 0.5vh;
}

.show-case-block {
    padding-bottom: 2vh;
    padding-top: 2vh;
}

.show-case-content img {
    width: 100%;
}

