.ibosim-offers-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
    margin: 1.5rem 0;
}
@media (max-width: 980px) {
    .ibosim-offers-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
    .ibosim-offers-grid { grid-template-columns: 1fr; }
}
.ibosim-offer-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
    border: 1px solid color-mix(in srgb, currentColor 18%, transparent);
    border-radius: .75rem;
    background: color-mix(in srgb, Canvas 97%, currentColor 3%);
    color: inherit;
    box-shadow: 0 .35rem 1.2rem color-mix(in srgb, currentColor 8%, transparent);
}
.ibosim-offer-image { aspect-ratio: 16/9; overflow: hidden; background: color-mix(in srgb, currentColor 7%, transparent); }
.ibosim-offer-image img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ibosim-offer-body { display: flex; flex: 1; flex-direction: column; padding: 1rem; }
.ibosim-offer-topline { display: flex; align-items: center; justify-content: space-between; gap: .75rem; margin-bottom: .65rem; font-size: .78em; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; }
.ibosim-offer-store { opacity: .72; }
.ibosim-offer-badge { display: inline-block; padding: .2rem .5rem; border: 1px solid currentColor; border-radius: 999px; line-height: 1.25; }
.ibosim-offer-title { margin: 0 0 .35rem; font: inherit; font-size: 1.2em; font-weight: 700; line-height: 1.25; color: inherit; }
.ibosim-offer-meta { margin-bottom: .7rem; opacity: .68; font-size: .86em; }
.ibosim-offer-description { flex: 1; font-size: .95em; line-height: 1.55; }
.ibosim-offer-description > :first-child { margin-top: 0; }
.ibosim-offer-description > :last-child { margin-bottom: 0; }
.ibosim-offer-footer { display: flex; align-items: end; justify-content: space-between; gap: .75rem; margin-top: 1rem; padding-top: .85rem; border-top: 1px solid color-mix(in srgb, currentColor 12%, transparent); }
.ibosim-offer-prices { display: flex; flex-wrap: wrap; align-items: baseline; gap: .45rem; }
.ibosim-offer-price { font-size: 1.25em; font-weight: 800; }
.ibosim-offer-old-price { opacity: .55; text-decoration: line-through; font-size: .88em; }
.ibosim-offer-button { display: inline-block; padding: .55rem .85rem; border: 1px solid currentColor; border-radius: .45rem; color: inherit; text-decoration: none; font-weight: 700; white-space: nowrap; }
.ibosim-offer-button:hover { filter: brightness(.92); }
.ibosim-offer-expiry { margin-top: .65rem; opacity: .58; font-size: .78em; }
.ibosim-kind-free .ibosim-offer-badge,
.ibosim-kind-prime .ibosim-offer-badge { font-weight: 800; }
.ibosim-offers-empty { padding: 1rem; border: 1px dashed color-mix(in srgb, currentColor 25%, transparent); border-radius: .5rem; }
@media (max-width: 520px) {
    .ibosim-offer-footer { align-items: stretch; flex-direction: column; }
    .ibosim-offer-button { text-align: center; }
}
.ibosim-offer-image-link { display: block; width: 100%; height: 100%; color: inherit; text-decoration: none; }
.ibosim-offer-image-link img { transition: transform .18s ease; }
.ibosim-offer-image-link:hover img { transform: scale(1.02); }
.ibosim-offers-sections { margin: 1.5rem 0; }
.ibosim-offers-section + .ibosim-offers-section { margin-top: 2.25rem; }
.ibosim-offers-section-title { margin: 0 0 1rem; font: inherit; font-size: 1.45em; font-weight: 800; line-height: 1.2; color: inherit; }
.ibosim-offers-section .ibosim-offers-grid { margin-top: 0; margin-bottom: 0; }
