/* Frontend Styles for IP Discount for logged-in */

/* Product page discount message */
.ipdl-product-discount-message {
    display: inline-block;
    width: fit-content;
    max-width: 500px;
    background: #F0F0F0;
    color: #000;
    padding: 5px 10px;
    margin: 15px 0;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    line-height: 1.3;
}

.ipdl-product-discount-message a {
    color: #000;
    font-size: 16px !important;
    font-weight: 400;
    text-decoration: underline;
}

/* Cart discount message */
.woocommerce-notices-wrapper {
    display: flex !important;
    width: fit-content !important;
    flex-direction: column;
}

.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
    display: inline-block !important;
    width: fit-content !important;
}

.ipdl-cart-discount-message {
    background: #F0F0F0;
    color: #000;
    padding: 5px 10px;
    margin: 15px 0;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    line-height: 1.3;
}

.ipdl-cart-discount-message::before {
    color: #000 !important;
}

.ipdl-cart-discount-message a {
    color: #000;
    font-size: 16px !important;
    font-weight: 400;
    text-decoration: underline;
}

/* Mini cart discount */
.ipdl-mini-cart-discount {
    color: #4CAF50;
    font-size: 14px;
    margin: 10px 0;
}

.ipdl-mini-cart-discount .amount {
    font-weight: 600;
}

/* Cart and checkout discount display */
.woocommerce-cart .cart-discount,
.woocommerce-checkout .cart-discount {
    color: #4CAF50;
    font-weight: 600;
}

/* Стилізація рядка знижки */
.woocommerce-checkout-review-order-table .ipdl-discount-row {
    background: #F3F3F3;
    border-bottom: 1px solid #D8D9DB !important;
    padding: 0px 20px;
}