.offer-card{display:flex;flex-direction:column;gap:1.5em;padding:1em;border-radius:var(--border-radius-lg);background-color:var(--dark);color:var(--white)}.offer-card__image{max-height:55%;border-radius:var(--border-radius-lg);overflow:hidden}.offer-card__image img{min-width:100%;max-height:100%}.offer-card__info{display:flex;flex-direction:column;gap:.5em}.product-card{display:flex;flex-direction:column;gap:1.5em}.product-card__image{display:flex;justify-content:center;align-items:center;border-radius:.25em .25em 1.25em 1.25em;overflow:hidden}.product-card__header{display:flex;flex-direction:column;gap:.5rem}.product-card__info{display:flex;flex-direction:column;gap:1.5rem}.product-card__actions{display:flex;gap:.5rem}.product-card__plan{display:flex;gap:2em}.product-card__plan-item{display:flex;gap:.75em}.product-card__plan-icon{display:flex;justify-content:center;align-items:flex-start;flex-shrink:0;width:1.25rem}.product-card__plan-icon img,.product-card__plan-icon svg{margin-top:.28rem}.product-card__plan-info{display:flex;flex-direction:column;gap:.125rem}.product-card__plan-name{font-size:.75rem;opacity:.8}.product-card__plan-text{font-weight:700;font-size:1.25em}.product-card__price{display:flex;flex-direction:column;gap:.5em}.product-card__price-name{opacity:.8}.product-card__price-text{font-weight:700;font-size:2em}
