.wd-price-update-box {
    margin-top: 15px;
    padding: 10px 15px;
    background: #f8f8f8;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 14px;
    color: #333;
    display: inline-block;
    position: relative;
}

/* نقطه سبز مثل عکس */
.wd-price-update-box::before {
    content: "";
    width: 8px;
    height: 8px;
    background: #4caf50;
    border-radius: 50%;
    display: inline-block;
    margin-left: 8px;
    position: relative;
    top: -1px;
}
