.cat-offer-sm{display:flex;align-items:center;gap:12px;margin:0px 0 18px;padding:10px 14px;background:#e6fbf6;border:1px solid #00cec9;border-radius:8px;font-family:Montserrat,sans-serif;color:#1a1a1a;text-decoration:none;line-height:1.4;transition:box-shadow .15s ease}
.cat-offer-sm:hover{box-shadow:0 4px 14px rgba(0,206,201,.18);text-decoration:none;color:#1a1a1a}
.cat-offer-sm__icon{flex:0 0 36px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#00cec9;border-radius:50%;color:#fff}
.cat-offer-sm__icon svg{width:20px;height:20px}
.cat-offer-sm__text{font-size:15px;font-weight:600;min-width:0;flex:1}
.cat-offer-sm__badge{display:inline-block;background:#00cec9;color:#fff;font-weight:700;font-size:11px;letter-spacing:.5px;padding:2px 7px;border-radius:4px;margin-right:8px;text-transform:uppercase;line-height:1.4;vertical-align:middle}
.cat-offer-sm__text b{font-weight:700;color:#00cec9}
@media (max-width:575px){.cat-offer-sm{padding:9px 11px;gap:10px}.cat-offer-sm__icon{flex:0 0 32px;width:32px;height:32px}.cat-offer-sm__icon svg{width:18px;height:18px}.cat-offer-sm__text{font-size:13.5px}.cat-offer-sm__badge{font-size:10px;padding:2px 6px;margin-right:6px}}
@media (min-width:992px){.cat-offer-sm{max-width:540px}}