div[class*=block--evo-constituent-stats] {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    justify-items: center;
    justify-content: space-around;
    background: #f2f2f7;
    padding: 10px;
    font-size: 16px;
    opacity: 0;
    transition: all 0.3s ease-in;
    flex-wrap: nowrap;
    scrollbar-color: transparent transparent;
    scrollbar-width: thin;
    flex: 1;
    margin-bottom: 1em;
}

@media (max-width: 740px) {
    div[class*=block--evo-constituent-stats] {
        flex-wrap: wrap;
    }
}

div[class*=block--evo-constituent-stats] *:not(.fa) {
    font-family: sans-serif;
}

div[class*=block--evo-constituent-stats]::-webkit-scrollbar {
    background-color: transparent;
    height: 6px;
}

div[class*=block--evo-constituent-stats]::-webkit-scrollbar-thumb {
    background: transparent;
}

div[class*=block--evo-constituent-stats]:hover {
    scrollbar-color: #8e8e93 transparent;
}

div[class*=block--evo-constituent-stats]:hover::-webkit-scrollbar {
    background-color: transparent;
}

div[class*=block--evo-constituent-stats]:hover::-webkit-scrollbar-thumb {
    background: #8e8e93;
}

div[class*=block--evo-constituent-stats]>.evo-stat-title {
    -webkit-box-flex: 1;
    flex: 1;
    flex-shrink: 0;
    font-size: 1.1em;
    max-width: 200px;
    text-align: center;
    padding-left: 1.5%;
    padding-right: 1.5%;
    font-weight: 900;
    margin-bottom: 0;
    min-width: 150px;
}

@media (max-width: 740px) {
    div[class*=block--evo-constituent-stats]>.evo-stat-title {
        max-width: 100%;
        min-width: 100%;
        width: 100%;
    }
}

div[class*=block--evo-constituent-stats]>div[class*=evo-constituent-stats] {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    justify-items: center;
    justify-content: space-between;
    width: 100%;
}

div[class*=block--evo-constituent-stats]>div[class*=evo-constituent-stats]>div[class*=item] {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    justify-items: center;
    -webkit-box-flex: 1;
    flex: 1;
    flex-shrink: 0;
}

div[class*=block--evo-constituent-stats]>div[class*=evo-constituent-stats]>div[class*=item] .paragraph {
    display: flex;
    flex-direction: column;
    width: auto;
    padding: 10px;
}

div[class*=block--evo-constituent-stats]>div[class*=evo-constituent-stats]>div[class*=item] .paragraph.evo-line-break {
    grid-template-columns: auto 1fr 1fr;
}

div[class*=block--evo-constituent-stats]>div[class*=evo-constituent-stats]>div[class*=item] .paragraph>div[class*=field] {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    justify-items: center;
}

div[class*=block--evo-constituent-stats]>div[class*=evo-constituent-stats]>div[class*=item] .paragraph div[class*=stat-icon] {
    grid-column: 1/2;
    grid-row: 1/3;
}

div[class*=block--evo-constituent-stats]>div[class*=evo-constituent-stats]>div[class*=item] .paragraph div[class*=stat-icon] svg {
    width: 50px;
    height: 50px;
    background-color: #c7c7cc;
    padding: 10px;
}

div[class*=block--evo-constituent-stats]>div[class*=evo-constituent-stats]>div[class*=item] .paragraph div[class*=stat-icon] svg>path {
    opacity: 0;
    transition: all 0.2s linear;
}

div[class*=block--evo-constituent-stats]>div[class*=evo-constituent-stats]>div[class*=item] .paragraph div[class*=stat-number] {
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    align-items: flex-end;
    font-weight: 900;
    font-size: 1.5em;
    line-height: 1.3;
    padding-left: 7.5%;
    padding-right: 5.5%;
    position: relative;
    top: -5px;
}

div[class*=block--evo-constituent-stats]>div[class*=evo-constituent-stats]>div[class*=item] .paragraph div[class*=stat-number] .evo-field-stat-num-copied {
    padding-right: 3px;
    padding-left: 0;
}

div[class*=block--evo-constituent-stats]>div[class*=evo-constituent-stats]>div[class*=item] .paragraph div[class*=stat-description] {
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    align-items: flex-start;
    line-height: 1.3;
    padding-left: 7.5%;
    padding-right: 7.5%;
    position: relative;
    top: -5px;
}

div[class*=block--evo-constituent-stats]>div[class*=evo-constituent-stats]>div[class*=item] .paragraph.evo-no-line-break div[class*=stat-number] {
    top: 0;
}

div[class*=block--evo-constituent-stats]>div[class*=evo-constituent-stats]>div[class*=item] .paragraph.evo-no-line-break div[class*=stat-description] {
    top: 0;
}

div[class*=block--evo-constituent-stats].evo-circle-icon-style .paragraph .svg-inline--fa {
    border-radius: 50%;
}

div[class*=block--evo-constituent-stats].evo-square-icon-style .paragraph .svg-inline--fa {
    border-radius: 0;
}

div[class*=block--evo-constituent-stats].evo-transparent-icon-style .paragraph .svg-inline--fa {
    background-color: transparent !important;
}

.evo-add-block-label::after {
    background: #F64E4D;
    border-radius: 50%;
}

details[id*=subform-field-stat-icon].seven-details {
    display: none;
}

#evo-const-stat-logo-svg {
    min-width: 275px;
    max-width: 700px;
}

#evo-const-stat-logo-svg .st0 {
    stroke: #F6F4F2 !important;
    fill: none !important;
}

#evo-const-stat-logo-svg .st1 {
    stroke: #F64E4D !important;
    fill: none !important;
}

#evo-const-stats-add-block-iframe>iframe {
    width: 100%;
    height: 500px;
    border: none;
}

.evo-no-line-break .paragraph__column {
    display: flex;
    align-items: center;
    padding-bottom: 0;
}