.zpt-table {
    width: 100%;
    max-width: 420px;
    border-collapse: collapse;
    direction: rtl;
    font-family: inherit;
    margin: 10px 0;
}
.zpt-table td {
    padding: 8px 12px;
    border-bottom: 1px solid #e2e2e2;
    text-align: right;
}
.zpt-table .zpt-label {
    font-weight: 600;
    color: #333;
}
.zpt-table .zpt-value {
    font-weight: 700;
    color: #b8860b;
    text-align: left;
    direction: ltr;
}
.zpt-single {
    display: inline-flex;
    gap: 6px;
    align-items: center;
    direction: rtl;
    font-family: inherit;
}
.zpt-single .zpt-value {
    font-weight: 700;
    color: #b8860b;
    direction: ltr;
}
.zpt-error {
    color: #a00;
    font-size: 0.9em;
}
