/* =============================================================================
   mappedstore.css — OBV Mapped Store additions
   Grid layout reuses obv- classes from global CSS.
   Only mapped-store-specific additions live here.
   ============================================================================= */

/* Price and desc inline in name column */
.obv-item-desc {
    font-size: 0.72rem;
    color: #888;
    display: block;
}

.obv-item-price {
    font-size: 0.70rem;
    color: #130076;
    display: block;
}

/* Row state — done and partial */
.obv-row-done {
    background: #f0faf0;
}

.obv-row-partial {
    background: #fffbf0;
}
