/* ===== Admin: метабокс ===== */

.lidesign-po-row-number {
    font-weight: 600;
}

.lidesign-po-delete-option {
    cursor: pointer;
    font-size: 16px;
    line-height: 1;
    text-decoration: none;
    color: #b32d2e;
    border-radius: 3px !important;
    border: 1px solid #333 !important;
}

.lidesign-po-delete-option:hover {
    color: #8a1f21;
    border-radius: 3px !important;
    border: 1px solid #333 !important;
}

/* ===== Frontend: блок опций ===== */

.lidesign-extra-options {
    margin: 0;
}

.lidesign-extra-options h4 {
    margin-bottom: 8px;
}

.lidesign-extra-options p {
    margin: 4px 0;
}

/* Красим ТОЛЬКО денежную часть "+ … ₽" у доп. опций */
.woocommerce div.product 
.lidesign-extra-options 
.lidesign-option-price {
    color: var(--wd-primary-color, #77a464);
    font-weight: 600;
}

/* Блок итогов */
.lpo-product-totals {
    padding: 14px 16px;
    border: 1px solid #0000001C;
    border-radius: 20px;
    margin-bottom: 5px;
}

.lpo-totals-inner {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.lpo--inner {
    font-weight: 600;
    color: #333;
}

.lpo-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lpo-row-total {
    margin-top: 0;
    font-weight: 600;
    border-top: 1px solid #ddd;
    padding-top: 8px;
}