/* Стили для плагина ProElektro Бонусные баллы */

.pe1c-bonus-content {
    font-size: 16px;
    line-height: 1.6;
}

.pe1c-operations-title {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 600;
}

.pe1c-operations-table,
.pe1c-operations-table th,
.pe1c-operations-table td {
    font-size: 16px;
    line-height: 1.6;
}

.pe1c-operations-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
}

.pe1c-operations-header th {
    background: #f8f9fa;
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}

.pe1c-operations-table td.pe1c-operation-amount {
    text-align: right;
    width: 10ch;
    min-width: 10ch;
}

.pe1c-operations-table th:nth-child(3),
.pe1c-operations-table td.pe1c-operation-description {
    width: auto;
    min-width: 0;
    white-space: normal;
    word-break: break-word;
}

.pe1c-operations-body td {
    border: 1px solid #ddd;
    padding: 8px;
}

.pe1c-operation-row:hover {
    background: #f1f1f1;
}

.pe1c-operation-amount {
    font-weight: bold;
}

.pe1c-operation-negative {
    color: #dc3545;
}