/**
 * Palisandar Packaging Info - CSS
 * 
 * Minimal styling for packaging information elements
 * Most styling is handled by the theme or inline styles
 */

/* Package information row */
.pp-pack-row { 
    font-size: 13px; 
    opacity: 0.95;
    margin-top: 6px;
}

/* Total information row */
.pp-total-row { 
    font-weight: 600;
    margin-top: 4px;
}

/* Unit display next to quantity */
.quantity .pp-unit { 
    margin-left: 6px; 
    opacity: 0.8;
    align-content: center;
}
