/*
Theme Name: Prognozebi
Theme URI: https://prognozebi.ge/
Author: prognozebi.ge
Description: Child theme for the jBetting v5 installation on prognozebi.ge.
Template: jbetting_v5
Version: 0.1.0
Text Domain: prognozebi
*/

.pgz-numbered-list {
    counter-reset: pgz-list;
    list-style: none;
    margin: 26px 0 34px;
    padding: 0;
}

.pgz-numbered-list li {
    counter-increment: pgz-list;
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin-bottom: 18px;
    line-height: 1.45;
}

.pgz-numbered-list li::before {
    content: counter(pgz-list);
    flex: 0 0 22px;
    width: 22px;
    height: 22px;
    border-radius: 999px;
    background: #4f70ff;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    line-height: 22px;
    text-align: center;
}
