/* Shared image-led offer card, based on the approved four-column reference. */
.index-offer-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.index-offer-grid .market-offer-card{min-height:410px;overflow:hidden;border:1px solid #e4e7ec;border-radius:12px;background:#fff;box-shadow:0 2px 6px rgba(16,24,40,.08)}
.index-offer-grid .market-offer-card:hover{border-color:#84adff;box-shadow:0 5px 14px rgba(16,24,40,.1)}
.index-offer-grid .market-offer-card-link{height:100%;display:flex;flex-direction:column}
.index-offer-grid .market-offer-media{height:210px;aspect-ratio:auto;display:grid;place-items:center;overflow:hidden;background:#fff;border-bottom:1px solid #e4e7ec}
.index-offer-grid .market-offer-media img{width:100%;height:100%;object-fit:contain;object-position:center;background:#fff}
.market-offer-type{position:absolute;z-index:2;top:10px;left:10px;padding:4px 8px;border:1px solid #e4e7ec;border-radius:999px;color:#344054;background:rgba(255,255,255,.94);font-size:11px;font-weight:700;box-shadow:0 1px 3px rgba(16,24,40,.08)}
.index-offer-grid .market-offer-benefit{left:auto;right:12px;bottom:-22px;width:52px;height:52px;display:grid;place-items:center;padding:5px;border:3px solid #fff;border-radius:50%;text-align:center;color:#fff;background:#175cd3;font-size:11px;line-height:1.1;box-shadow:0 2px 7px rgba(16,24,40,.18)}
.index-offer-grid .market-offer-content{flex:1;padding:28px 16px 14px}
.index-offer-grid .market-offer-meta{margin-bottom:8px}.index-offer-grid .market-offer-bank{font-size:12px}.index-offer-grid .market-offer-status{font-size:10px}
.index-offer-grid .market-offer-content h3{min-height:44px;margin:0 0 8px;font-size:17px;line-height:1.3}
.market-offer-summary{margin:0 0 12px;display:-webkit-box;overflow:hidden;color:#344054;font-size:13px;line-height:1.5;-webkit-box-orient:vertical;-webkit-line-clamp:4}
.index-offer-grid .market-offer-merchant{margin:0 0 6px;color:#667085;font-size:12px}.index-offer-grid .market-offer-cards{display:none}
.index-offer-grid .market-offer-content footer{margin-top:auto;padding-top:12px;align-items:center;font-size:12px}.index-offer-grid .market-offer-content footer b{display:inline-flex;align-items:center;gap:4px;min-height:34px;padding:7px 10px;border:1px solid #175cd3;border-radius:8px;color:#175cd3;background:#fff}
.index-offer-grid .market-offer-content footer b:hover{color:#fff;background:#175cd3}
.reference-featured-grid .market-offer-type,.reference-compact-list .market-offer-type,.reference-featured-grid .market-offer-summary,.reference-compact-list .market-offer-summary{display:none}
@media(max-width:1200px){.index-offer-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:900px){.index-offer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.index-offer-grid{grid-template-columns:1fr}.index-offer-grid .market-offer-card{min-height:0}.index-offer-grid .market-offer-media{height:auto;aspect-ratio:5/4}.index-offer-grid .market-offer-content h3{min-height:0}}
.market-offer-action-icon{width:16px;height:16px;flex:0 0 16px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.reference-compact-list footer b .market-offer-action-icon{display:block;width:16px;height:16px}
