<!DOCTYPE html> <html> <head> <style> :root { --social-proof-text-color: #000000; --social-proof-heart-color: #E24343; } .social-proof-slide__block-rating { display: flex; align-items: center; justify-content: flex-start; font-size: 14px; } .social-proof-slide__block-hearts { display: flex; margin-right: 8px; color: var(--social-proof-heart-color); } .social-proof-slide__block-rating-text { display: inline; color: var(--social-proof-text-color); content: var(--social-proof-rating-text); } .social-proof-heart { margin: 0; padding: 0; display: flex; justify-content: center; align-items: center; width: 16px; height: 16px; } .social-proof-heart svg { width: 16px; height: 16px; fill: var(--social-proof-heart-color); } </style> </head> <body> <div class="social-proof-slide__block-rating mt-2"> <span class="social-proof-slide__block-hearts"> <span class="social-proof-heart"> <svg xmlns="<http://www.w3.org/2000/svg>" viewBox="0 0 24 24"> <path d="M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z"/> </svg> </span> <span class="social-proof-heart"> <svg xmlns="<http://www.w3.org/2000/svg>" viewBox="0 0 24 24"> <path d="M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z"/> </svg> </span> <span class="social-proof-heart"> <svg xmlns="<http://www.w3.org/2000/svg>" viewBox="0 0 24 24"> <path d="M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z"/> </svg> </span> <span class="social-proof-heart"> <svg xmlns="<http://www.w3.org/2000/svg>" viewBox="0 0 24 24"> <path d="M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z"/> </svg> </span> <span class="social-proof-heart"> <svg xmlns="<http://www.w3.org/2000/svg>" viewBox="0 0 24 24"> <path d="M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z"/> </svg> </span> </span> <span class="social-proof-slide__block-rating-text"> Loved 4.8 by 1500+ Customers! </span> </div> </body> </html>