/* Product Price Update
   -------------------- */

.gk-price-update {
    direction: rtl;
    display: inline-flex;
    align-items: center;
    font-size: 12px;
    color: #666666;
}

/* آیکن */
.gk-price-update__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #b0b0b0;
    margin-left: 6px;
}

.gk-price-update__icon svg {
    display: block;
}

/* متن‌ها */
.gk-price-update__label {
    margin-left: 4px;
    color: #8d8d8d;
}

.gk-price-update__date {
    font-weight: 500;
    color: #555555;
}
