

.poqd-price-container {
    margin-bottom: 1em;
}

.poqd-discount-info {
    margin: 8px 0;
    display: flex;
    flex-direction: column;
}

.poqd-discount-applied {
    color: #77a464;
    font-weight: bold;
    margin-bottom: 4px;
}

.poqd-individual-price {
    font-size: 0.95em;
}

.poqd-total-price {
    font-weight: bold;
    font-size: 1.1em;
    margin: 10px 0;
    padding-top: 10px;
    border-top: 1px dashed #e5e5e5;
}

.quantity-discount-info {
    margin-top: 10px;
    font-size: 0.9em;
    color: #666;
}

.discount-tiers {
    margin-left: 0;
    padding-left: 20px;
}

/* Product Options Styles */
.product-options-wrapper {
    margin-bottom: 20px;
}

.product-option {
    margin-bottom: 15px;
}

.product-option h4 {
    margin: 0 0 5px 0;
    font-size: 14px;
    font-weight: 600;
}

.product-option h4 .required {
    color: #e2401c;
}

.product-option-select {
    width: 100%;
    max-width: 100%;
}

.poqd-options-summary {
    margin-top: 5px;
    font-size: 0.9em;
}

.poqd-options-adjustment {
    font-style: italic;
}

/* Simple Total Display */
.poqd-simple-total {
    margin-top: 10px;
    font-weight: bold;
}