.zb-privacy .zb-scale__body {
    padding-bottom: 12px;
}

.zb-privacy .zb-legal-content {
    font-size: 13px;
    line-height: 1.85;
    color: #4a3428;
    text-align: justify;
}

.zb-privacy .zb-legal-content > p {
    margin: 0 0 14px;
}

.zb-privacy .zb-legal-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.zb-privacy .zb-legal-list > li {
    margin-bottom: 16px;
}

.zb-privacy .zb-legal-list > li > strong {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #c94a30;
    margin-bottom: 8px;
}

.zb-privacy .zb-legal-list ol {
    list-style: none;
    counter-reset: legal-item;
    padding: 0;
    margin: 0;
}

.zb-privacy .zb-legal-list ol > li {
    counter-increment: legal-item;
    position: relative;
    padding-right: 0;
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 1.85;
    color: #4a3428;
    text-align: justify;
}

.zb-privacy .zb-legal-list ol > li::before {
    content: counter(legal-item) ". ";
    color: #c94a30;
    font-weight: 700;
}
