@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500&family=Nunito:wght@500&display=swap);.evolve-logo,.logo{object-fit:contain;object-position:center}h1,span{color:#fff;font-weight:500}h1,p{text-align:center}*{margin:0;padding:0;box-sizing:border-box}body,html{width:fit-content;background-color:transparent}.container{display:flex;flex-direction:column;align-items:center;justify-content:center;width:170px;height:155px;padding:10px 15px;background-color:#612f64;border-radius:8px;position:relative;gap:5px;box-shadow:0 1px 3px 0 rgb(0 0 0 / .1),0 1px 2px -1px rgb(0 0 0 / .1)}.container.green{background-color:#7fc920}.container.white{background-color:#fff}.container.black{background-color:#1b1b1b}.logo{width:90px}.evolve-logo-container{display:flex;width:90px;justify-content:end;align-items:start;gap:4px}.evolve-logo-container span{color:#fff;font-family:Inter,sans-serif;font-size:.5rem;font-weight:400;line-height:6px}.evolve-logo{width:50px}.container.white .evolve-logo-container span{color:#1b1b1b}h1{font-family:Nunito,sans-serif;font-size:.9rem;line-height:1.125rem;letter-spacing:.025em;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2}p,span{font-size:.775rem;font-family:Inter,sans-serif;letter-spacing:.025em}.container.white h1,.container.white span{color:#612f64}.star-container{display:flex;align-items:center;justify-content:space-between;gap:10px}.star-container>div{display:flex;align-items:center;gap:2px}.star{width:15px}span{display:block;margin-top:1px}p{color:#cecece;margin-top:5px;font-weight:400}.container.green p{color:#f5f5f5}.container.white p{color:#999}a{position:absolute;inset:0px}