/* La Tómbola: original supplied screenshot, 659 × 2048.
   Hero: (95,0,500,222); property row: (121,1045,416,102).
   Purchase detail: (120,461,420,397). Source pixels remain unchanged. */
body .tombola-capture-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 0;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  box-sizing: border-box;
  padding: 2%;
  background: #f5f7fa;
}
body .tombola-capture-window {
  position: relative;
  display: block;
  flex: none;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 0;
  aspect-ratio: 500 / 222;
  overflow: hidden;
  isolation: isolate;
  background: #fff;
}
body .tombola-capture-window > img.tombola-capture-image {
  position: absolute;
  inset: auto;
  left: -19%;
  top: 0;
  width: 131.8%;
  max-width: none;
  min-width: 0;
  height: auto;
  max-height: none;
  min-height: 0;
  display: block;
  padding: 0;
  margin: 0;
  border: 0;
  object-fit: fill;
  filter: none;
  transform: none !important;
  transition: none !important;
  pointer-events: none;
}
body .tombola-capture-window--gallery {
  aspect-ratio: 416 / 102;
  margin-top: 2%;
}
body .tombola-capture-window--gallery > img.tombola-capture-image {
  width: 158.4134615385%;
  left: -29.0865384615%;
  top: -1024.5098039216%;
}
body .tombola-capture-window--purchase {
  aspect-ratio: 420 / 397;
}
body .tombola-capture-window--purchase > img.tombola-capture-image {
  width: 156.9047619048%;
  left: -28.5714285714%;
  top: -116.1209068010%;
}
.home-v22 .v210-card-media--tombola,
.v24-project-card--tombola .v24-project-art,
.v214-software .sw-case--tombola .sw-case-media {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 0;
  height: auto;
  aspect-ratio: 4 / 3;
  padding: 0;
  overflow: hidden;
  align-self: start;
}
.home-v22 .v210-card-media--tombola::after,
.v24-project-card--tombola .v24-project-art::after {
  content: none;
}
body.v28-tombola-case .v28-tombola-ticket-stage,
body .v28-tombola-ticket-stage.tombola-capture-stage {
  display: block;
  width: 100%;
  max-width: 640px;
  min-width: 0;
  min-height: 0;
  height: auto;
  margin: 0 auto;
}
body .tombola-capture-purchase {
  width: 100%;
  max-width: 520px;
  min-width: 0;
  margin: 26px 0 0;
  background: #fff;
  border: 1px solid rgba(7,16,31,.12);
}
body .tombola-capture-purchase figcaption {
  padding: 14px 16px;
  margin: 0;
  color: #4f5966;
  background: #fff;
  font-size: .85rem;
  line-height: 1.5;
  border-top: 1px solid #e4e8ed;
}
