/*
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-editor-home p {
    line-height: 1.65;
    margin-bottom: 1.1em;
}

.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;
}

.pgz-post-shell {
    padding: 56px 0 72px;
}

.pgz-post-shell__inner {
    width: min(100%, 860px);
    margin: 0 auto;
    padding: 0 24px;
}

.pgz-post-card {
    margin: 0;
}

.pgz-post-card__header {
    margin-bottom: 28px;
}

.pgz-post-card__title {
    margin: 0 0 14px;
    color: #112f47;
    font-size: clamp(2rem, 4vw, 3.25rem);
    line-height: 1.08;
}

.pgz-post-card__meta {
    color: #60748a;
    font-size: 15px;
}

.pgz-post-card__content {
    color: #163043;
    font-size: 19px;
    line-height: 1.7;
}

.pgz-post-card__content > * {
    max-width: 100%;
}

.pgz-post-card__content p {
    margin-bottom: 1.2em;
}

.pgz-post-card__content h2,
.pgz-post-card__content h3 {
    margin: 1.8em 0 0.7em;
    color: #112f47;
    line-height: 1.18;
}

.pgz-post-card__content ul,
.pgz-post-card__content ol {
    margin: 0 0 1.3em 1.4em;
}

.pgz-post-card__content li {
    margin-bottom: 0.55em;
}

.pgz-archive-header {
    margin-bottom: 30px;
}

.pgz-archive-header__title {
    margin: 0;
    color: #112f47;
    font-size: clamp(2rem, 4vw, 3.1rem);
    line-height: 1.08;
}

.pgz-archive-list {
    display: grid;
    gap: 22px;
}

.pgz-archive-card {
    padding: 24px 28px;
    border: 1px solid #dbe4eb;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(17, 47, 71, 0.05);
}

.pgz-archive-card__link {
    text-decoration: none;
}

.pgz-archive-card__title {
    margin: 0 0 12px;
    color: #112f47;
    font-size: 28px;
    line-height: 1.14;
}

.pgz-archive-card__meta {
    margin-bottom: 12px;
    color: #60748a;
    font-size: 14px;
}

.pgz-archive-card__excerpt {
    color: #163043;
    font-size: 17px;
    line-height: 1.65;
}
