.block-tsm-stats{color:inherit;}
.block-tsm-stats .section-title{color:var(--stats-color);border-bottom:none;}
.block-tsm-stats .section-intro{margin-bottom:2rem;}
.block-tsm-stats .stats{grid-template-columns:1fr 1fr;}
.block-tsm-stats .stats .stat{padding:2rem 3rem 2rem 2rem;background:var(--stats-color);border:10px solid var(--stats-color);border-radius:10px;display:grid;grid-template-columns:100px 1fr;line-height:1;align-items:center;grid-gap:30px;color:#ffffff;position: relative;box-sizing:border-box;}
.block-tsm-stats .stats .stat:nth-of-type(4n - 2), .block-tsm-stats .stats .stat:nth-of-type(4n - 1){background:transparent;color:var(--stats-color)}
.block-tsm-stats .stats .stat h3{margin-bottom:1rem;font-size:2rem;padding:0;}
.block-tsm-stats .stats .stat .stat-figure{font-size:3.25rem;font-weight:bold;margin-bottom:1rem;}
.block-tsm-stats .stats .stat *{color:inherit !important;}
.block-tsm-stats .stats .stat *:last-child{margin-bottom:0 !important;}

.block-tsm-stats .stats .stat .stat-icon{text-align:center;font-size:8rem; max-width: 100px;}
.block-tsm-stats .stats .stat .stat-icon svg{width:100%;}
.block-tsm-stats .stats .stat .stat-icon svg path{fill:#ffffff;}
.block-tsm-stats .stats .stat:nth-of-type(4n - 2) .stat-icon svg path, .block-tsm-stats .stats .stat:nth-of-type(4n - 1) .stat-icon svg path{fill:var(--stats-color)}

.block-tsm-stats .stats .stat .stat-info-trigger{position:absolute;right:5px;bottom:5px;width:22px;height:22px;display:flex;justify-content:center;align-items:center;font-size:2.2rem;cursor:pointer;}

.stat-info-popup{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;justify-content:center;align-items:center;display:none;line-height:1.2}
.stat-info-popup.active{display:flex;}
.stat-info-popup .stat-info-popup-bg{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(255,255,255,0.7);backdrop-filter:blur(7px);}
.block-tsm-stats .stats .stat .stat-info-popup-area{background:var(--stats-color);position:relative;border-radius:20px;width:500px;max-width:calc(100% - 40px);box-sizing:border-box;color:#ffffff !important;}
.stat-info-popup .stat-info-popup-area .stat-info-popup-overflow{max-height:calc(100vh - 200px);overflow:scroll;padding:5rem;}
.stat-info-popup .stat-info-popup-area p:last-of-type{margin-bottom:0;padding-bottom:0;}
.stat-info-popup .stat-info-popup-area .stat-info-popup-close{position:absolute;background:#ffffff;top:0;right:0;width:40px;height:40px;transform:translate(30%, -30%);border-radius:100px;border:4px solid #0860a9;color:#0860a9 !important;display:flex;justify-content:center;align-items:center;font-size:2.5rem;cursor:pointer;}

@media(max-width:550px){
    .stat-info-popup .stat-info-popup-area{padding:2rem;}
}

@media(max-width:350px){
    .block-tsm-stats .stats .stat{grid-template-columns:1fr 2fr;;}
}