.cd-hero-offer{display:flex;align-items:center;justify-content:space-between;gap:18px;width:100%;box-sizing:border-box;margin:12px 0;padding:14px 18px;background:#fff;border:1px solid #bdeeff;border-left:5px solid #39b54a;border-radius:8px;font-family:inherit;text-decoration:none!important;transition:background-color .2s ease,border-color .2s ease}.cd-hero-offer-content{display:flex;align-items:center;gap:14px}.cd-hero-offer-badge{display:inline-block;flex-shrink:0;padding:5px 9px;background:#39b54a;color:#fff;border-radius:4px;font-size:10px;font-weight:700;line-height:1.2;letter-spacing:.4px;text-transform:uppercase}.cd-hero-offer-title{color:#003b63;font-size:17px;font-weight:700;line-height:1.35}.cd-hero-offer-saving{color:#39b54a;font-size:21px;font-weight:800}.cd-hero-offer-date{flex-shrink:0;padding:7px 11px;background:#eafbff;border-radius:5px;color:#003b63;font-size:11px;font-weight:700;line-height:1.3;text-transform:uppercase;white-space:nowrap}.cd-hero-offer:hover{background:#f7fdff;border-color:#00aeef;border-left-color:#39b54a}.cd-hero-offer:focus{outline:2px solid #00aeef;outline-offset:2px}@media (max-width:767px){.cd-hero-offer{align-items:flex-start;flex-direction:column;gap:10px;margin:10px 0;padding:14px}.cd-hero-offer-content{align-items:flex-start;flex-direction:column;gap:8px}.cd-hero-offer-title{font-size:15px}.cd-hero-offer-saving{font-size:18px}.cd-hero-offer-date{font-size:10px}}