.tly-stat-cards{font-family:Raleway,sans-serif;width:100%}.tly-stat-cards__grid{display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));width:100%}.tly-stat-cards__card{align-items:center;background-color:var(--tly-card-bg,#fff);border-radius:12px;box-shadow:0 3px 12px rgba(0,40,85,.1);display:flex;gap:16px;justify-content:flex-start;padding:32px 56px}.tly-stat-cards__badge{align-items:center;background:linear-gradient(135deg,var(--tly-badge-start,#6dbeb5),var(--tly-badge-end,#4ca59e));border-radius:50%;display:flex;flex-shrink:0;height:65px;justify-content:center;width:65px}.tly-stat-cards__badge svg{color:#fff;display:block;fill:#fff;height:30px;width:30px}.tly-stat-cards__content{align-items:flex-start;display:flex;flex-direction:column}.tly-stat-cards__number{color:var(--tly-number-color,#002855);font-size:36px;font-weight:700;line-height:1.1;white-space:nowrap}.tly-stat-cards__label{color:var(--tly-label-color,#505050);font-size:14px;line-height:1.4;margin-top:4px}.tly-stat-cards__label p{margin:0}.tly-stat-cards__label strong{color:var(--tly-number-color,#002855);font-weight:700}@media (max-width:640px){.tly-stat-cards__grid{grid-template-columns:1fr}}